2024-01-21T06:37:04.665 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T06:37:04.666 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --verbose --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524185 -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524185/orig.config.yaml 2024-01-21T06:37:04.698 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T06:37:04.796 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/7524185 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/rgw-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7524185' 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: smithi093.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi143.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 - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.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 while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - 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-21T06:37:04.796 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-21T06:37:04.797 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T06:37:04.797 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T06:37:04.798 INFO:teuthology.task.internal:Checking packages... 2024-01-21T06:37:04.823 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T06:37:04.823 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T06:37:04.823 INFO:teuthology.packaging:ref: None 2024-01-21T06:37:04.823 INFO:teuthology.packaging:tag: None 2024-01-21T06:37:04.823 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T06:37:04.823 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T06:37:04.823 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-21T06:37:04.971 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454-gea310589-1focal 2024-01-21T06:37:04.973 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T06:37:04.982 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T06:37:04.982 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T06:37:05.034 INFO:teuthology.task.internal:Saving configuration 2024-01-21T06:37:05.047 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T06:37:05.058 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T06:37:05.084 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi093.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/7524185', '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 06:30:59.096969', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-21T06:37:05.108 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.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/7524185', '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 06:30:59.098806', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-21T06:37:05.109 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T06:37:05.120 INFO:teuthology.task.internal:roles: ubuntu@smithi093.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-21T06:37:05.121 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-21T06:37:05.121 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T06:37:05.219 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f994f97ee50>, signals=[15]) 2024-01-21T06:37:05.219 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T06:37:05.228 INFO:teuthology.task.internal:Opening connections... 2024-01-21T06:37:05.228 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi093.front.sepia.ceph.com 2024-01-21T06:37:05.230 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:37:05.320 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2024-01-21T06:37:05.321 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:37:05.418 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T06:37:05.425 DEBUG:teuthology.orchestra.run.smithi093:> uname -m 2024-01-21T06:37:05.431 INFO:teuthology.orchestra.run.smithi093.stdout:x86_64 2024-01-21T06:37:05.432 DEBUG:teuthology.orchestra.run.smithi093:> cat /etc/os-release 2024-01-21T06:37:05.479 INFO:teuthology.orchestra.run.smithi093.stdout:NAME="Ubuntu" 2024-01-21T06:37:05.479 INFO:teuthology.orchestra.run.smithi093.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-21T06:37:05.479 INFO:teuthology.orchestra.run.smithi093.stdout:ID=ubuntu 2024-01-21T06:37:05.479 INFO:teuthology.orchestra.run.smithi093.stdout:ID_LIKE=debian 2024-01-21T06:37:05.480 INFO:teuthology.orchestra.run.smithi093.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-21T06:37:05.480 INFO:teuthology.orchestra.run.smithi093.stdout:VERSION_ID="20.04" 2024-01-21T06:37:05.480 INFO:teuthology.orchestra.run.smithi093.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-21T06:37:05.480 INFO:teuthology.orchestra.run.smithi093.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-21T06:37:05.480 INFO:teuthology.orchestra.run.smithi093.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-21T06:37:05.480 INFO:teuthology.orchestra.run.smithi093.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-21T06:37:05.480 INFO:teuthology.orchestra.run.smithi093.stdout:VERSION_CODENAME=focal 2024-01-21T06:37:05.480 INFO:teuthology.orchestra.run.smithi093.stdout:UBUNTU_CODENAME=focal 2024-01-21T06:37:05.481 INFO:teuthology.lock.ops:Updating smithi093.front.sepia.ceph.com on lock server 2024-01-21T06:37:05.515 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2024-01-21T06:37:05.521 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2024-01-21T06:37:05.521 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2024-01-21T06:37:05.570 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="Ubuntu" 2024-01-21T06:37:05.570 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-21T06:37:05.570 INFO:teuthology.orchestra.run.smithi143.stdout:ID=ubuntu 2024-01-21T06:37:05.571 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE=debian 2024-01-21T06:37:05.571 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-21T06:37:05.571 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="20.04" 2024-01-21T06:37:05.571 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-21T06:37:05.571 INFO:teuthology.orchestra.run.smithi143.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-21T06:37:05.571 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-21T06:37:05.571 INFO:teuthology.orchestra.run.smithi143.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-21T06:37:05.571 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_CODENAME=focal 2024-01-21T06:37:05.571 INFO:teuthology.orchestra.run.smithi143.stdout:UBUNTU_CODENAME=focal 2024-01-21T06:37:05.571 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2024-01-21T06:37:05.598 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T06:37:05.611 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T06:37:05.668 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T06:37:05.669 DEBUG:teuthology.orchestra.run.smithi093:> test '!' -e /home/ubuntu/cephtest 2024-01-21T06:37:05.671 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2024-01-21T06:37:05.677 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T06:37:05.688 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T06:37:05.688 DEBUG:teuthology.orchestra.run.smithi093:> test -z $(ls -A /var/lib/ceph) 2024-01-21T06:37:05.691 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2024-01-21T06:37:05.710 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T06:37:05.771 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T06:37:05.788 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T06:37:05.788 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-01-21T06:37:05.788 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-01-21T06:37:05.788 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-21T06:37:05.789 DEBUG:teuthology.orchestra.run.smithi093:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T06:37:05.789 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T06:37:05.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T06:37:05.795 DEBUG:teuthology.orchestra.run.smithi093:> uname -r 2024-01-21T06:37:05.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T06:37:05.796 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-01-21T06:37:05.802 INFO:teuthology.orchestra.run.smithi093.stdout:5.4.0-124-generic 2024-01-21T06:37:05.802 INFO:teuthology.task.kernel:Running kernel on smithi093: 5.4.0-124-generic 2024-01-21T06:37:05.802 DEBUG:teuthology.orchestra.run.smithi093:> sudo apt-get clean 2024-01-21T06:37:05.803 INFO:teuthology.orchestra.run.smithi143.stdout:5.4.0-124-generic 2024-01-21T06:37:05.803 INFO:teuthology.task.kernel:Running kernel on smithi143: 5.4.0-124-generic 2024-01-21T06:37:05.803 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2024-01-21T06:37:05.906 DEBUG:teuthology.orchestra.run.smithi093:> sudo apt-get update 2024-01-21T06:37:05.949 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2024-01-21T06:37:06.103 INFO:teuthology.orchestra.run.smithi143.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-21T06:37:06.373 INFO:teuthology.orchestra.run.smithi093.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-21T06:37:06.374 INFO:teuthology.orchestra.run.smithi093.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-21T06:37:06.397 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-21T06:37:06.433 INFO:teuthology.orchestra.run.smithi093.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-21T06:37:06.519 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-21T06:37:06.567 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-21T06:37:06.571 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-21T06:37:06.571 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-21T06:37:06.592 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-21T06:37:06.592 INFO:teuthology.orchestra.run.smithi143.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-21T06:37:06.595 INFO:teuthology.orchestra.run.smithi143.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-21T06:37:06.596 INFO:teuthology.orchestra.run.smithi143.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [929 kB] 2024-01-21T06:37:06.603 INFO:teuthology.orchestra.run.smithi143.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [640 kB] 2024-01-21T06:37:06.609 INFO:teuthology.orchestra.run.smithi143.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [195 kB] 2024-01-21T06:37:06.610 INFO:teuthology.orchestra.run.smithi143.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-21T06:37:06.616 INFO:teuthology.orchestra.run.smithi143.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-21T06:37:06.616 INFO:teuthology.orchestra.run.smithi143.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-21T06:37:06.616 INFO:teuthology.orchestra.run.smithi143.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-21T06:37:06.617 INFO:teuthology.orchestra.run.smithi143.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-21T06:37:06.785 INFO:teuthology.orchestra.run.smithi093.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-21T06:37:06.851 INFO:teuthology.orchestra.run.smithi093.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-21T06:37:06.985 INFO:teuthology.orchestra.run.smithi093.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,028 kB] 2024-01-21T06:37:07.214 INFO:teuthology.orchestra.run.smithi093.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-21T06:37:07.404 INFO:teuthology.orchestra.run.smithi093.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-21T06:37:07.418 INFO:teuthology.orchestra.run.smithi093.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-21T06:37:07.418 INFO:teuthology.orchestra.run.smithi093.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-21T06:37:07.458 INFO:teuthology.orchestra.run.smithi093.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-21T06:37:07.476 INFO:teuthology.orchestra.run.smithi093.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-21T06:37:07.485 INFO:teuthology.orchestra.run.smithi093.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-21T06:37:07.485 INFO:teuthology.orchestra.run.smithi093.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-21T06:37:07.486 INFO:teuthology.orchestra.run.smithi093.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-21T06:37:07.488 INFO:teuthology.orchestra.run.smithi093.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-21T06:37:07.488 INFO:teuthology.orchestra.run.smithi093.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-21T06:37:07.495 INFO:teuthology.orchestra.run.smithi093.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-21T06:37:07.495 INFO:teuthology.orchestra.run.smithi093.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [929 kB] 2024-01-21T06:37:07.534 INFO:teuthology.orchestra.run.smithi093.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [640 kB] 2024-01-21T06:37:07.564 INFO:teuthology.orchestra.run.smithi093.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-21T06:37:07.571 INFO:teuthology.orchestra.run.smithi093.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-21T06:37:07.708 INFO:teuthology.orchestra.run.smithi093.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [195 kB] 2024-01-21T06:37:07.735 INFO:teuthology.orchestra.run.smithi093.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,154 kB] 2024-01-21T06:37:08.131 INFO:teuthology.orchestra.run.smithi093.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-21T06:37:08.137 INFO:teuthology.orchestra.run.smithi093.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-21T06:37:08.144 INFO:teuthology.orchestra.run.smithi093.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-21T06:37:08.147 INFO:teuthology.orchestra.run.smithi093.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-21T06:37:08.148 INFO:teuthology.orchestra.run.smithi093.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-21T06:37:08.435 INFO:teuthology.orchestra.run.smithi093.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [768 kB] 2024-01-21T06:37:08.472 INFO:teuthology.orchestra.run.smithi093.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [277 kB] 2024-01-21T06:37:08.487 INFO:teuthology.orchestra.run.smithi093.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-21T06:37:08.487 INFO:teuthology.orchestra.run.smithi093.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-21T06:37:08.489 INFO:teuthology.orchestra.run.smithi093.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-21T06:37:08.489 INFO:teuthology.orchestra.run.smithi093.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-21T06:37:08.489 INFO:teuthology.orchestra.run.smithi093.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-21T06:37:08.490 INFO:teuthology.orchestra.run.smithi093.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-21T06:37:08.491 INFO:teuthology.orchestra.run.smithi093.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-21T06:37:08.518 INFO:teuthology.orchestra.run.smithi093.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-21T06:37:08.682 INFO:teuthology.orchestra.run.smithi093.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-21T06:37:08.867 INFO:teuthology.orchestra.run.smithi093.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-21T06:37:08.889 INFO:teuthology.orchestra.run.smithi093.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-21T06:37:09.664 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:18 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-21T06:37:09.684 INFO:teuthology.orchestra.run.smithi143.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-21T06:37:09.772 INFO:teuthology.orchestra.run.smithi143.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-21T06:37:09.986 INFO:teuthology.orchestra.run.smithi143.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-21T06:37:10.073 INFO:teuthology.orchestra.run.smithi143.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,028 kB] 2024-01-21T06:37:10.120 INFO:teuthology.orchestra.run.smithi143.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-21T06:37:10.126 INFO:teuthology.orchestra.run.smithi143.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-21T06:37:10.126 INFO:teuthology.orchestra.run.smithi143.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-21T06:37:10.147 INFO:teuthology.orchestra.run.smithi143.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-21T06:37:10.147 INFO:teuthology.orchestra.run.smithi143.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-21T06:37:10.151 INFO:teuthology.orchestra.run.smithi143.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-21T06:37:10.151 INFO:teuthology.orchestra.run.smithi143.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,154 kB] 2024-01-21T06:37:10.160 INFO:teuthology.orchestra.run.smithi143.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [768 kB] 2024-01-21T06:37:10.167 INFO:teuthology.orchestra.run.smithi143.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [277 kB] 2024-01-21T06:37:10.170 INFO:teuthology.orchestra.run.smithi143.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-21T06:37:10.170 INFO:teuthology.orchestra.run.smithi143.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-21T06:37:10.170 INFO:teuthology.orchestra.run.smithi143.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-21T06:37:10.171 INFO:teuthology.orchestra.run.smithi143.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-21T06:37:10.191 INFO:teuthology.orchestra.run.smithi143.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-21T06:37:10.191 INFO:teuthology.orchestra.run.smithi143.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-21T06:37:10.192 INFO:teuthology.orchestra.run.smithi143.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-21T06:37:10.192 INFO:teuthology.orchestra.run.smithi143.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-21T06:37:10.192 INFO:teuthology.orchestra.run.smithi143.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-21T06:37:10.212 INFO:teuthology.orchestra.run.smithi143.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-21T06:37:10.213 INFO:teuthology.orchestra.run.smithi143.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-21T06:37:11.307 INFO:teuthology.orchestra.run.smithi093.stdout:Fetched 18.6 MB in 3s (5,474 kB/s) 2024-01-21T06:37:12.720 INFO:teuthology.orchestra.run.smithi093.stdout:Reading package lists... 2024-01-21T06:37:12.744 DEBUG:teuthology.orchestra.run.smithi093:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-21T06:37:12.814 INFO:teuthology.orchestra.run.smithi093.stdout:Reading package lists... 2024-01-21T06:37:13.005 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 18.6 MB in 5s (3,603 kB/s) 2024-01-21T06:37:13.018 INFO:teuthology.orchestra.run.smithi093.stdout:Building dependency tree... 2024-01-21T06:37:13.018 INFO:teuthology.orchestra.run.smithi093.stdout:Reading state information... 2024-01-21T06:37:13.207 INFO:teuthology.orchestra.run.smithi093.stdout:The following additional packages will be installed: 2024-01-21T06:37:13.207 INFO:teuthology.orchestra.run.smithi093.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-21T06:37:13.207 INFO:teuthology.orchestra.run.smithi093.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-21T06:37:13.208 INFO:teuthology.orchestra.run.smithi093.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-21T06:37:13.208 INFO:teuthology.orchestra.run.smithi093.stdout:Suggested packages: 2024-01-21T06:37:13.208 INFO:teuthology.orchestra.run.smithi093.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-21T06:37:13.209 INFO:teuthology.orchestra.run.smithi093.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-21T06:37:13.267 INFO:teuthology.orchestra.run.smithi093.stdout:The following NEW packages will be installed: 2024-01-21T06:37:13.267 INFO:teuthology.orchestra.run.smithi093.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-21T06:37:13.267 INFO:teuthology.orchestra.run.smithi093.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-21T06:37:13.268 INFO:teuthology.orchestra.run.smithi093.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-21T06:37:13.268 INFO:teuthology.orchestra.run.smithi093.stdout: thermald upower usbmuxd 2024-01-21T06:37:13.330 INFO:teuthology.orchestra.run.smithi093.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-21T06:37:13.330 INFO:teuthology.orchestra.run.smithi093.stdout:Need to get 90.9 MB of archives. 2024-01-21T06:37:13.330 INFO:teuthology.orchestra.run.smithi093.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-21T06:37:13.331 INFO:teuthology.orchestra.run.smithi093.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-21T06:37:13.401 INFO:teuthology.orchestra.run.smithi093.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-21T06:37:13.409 INFO:teuthology.orchestra.run.smithi093.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-21T06:37:13.414 INFO:teuthology.orchestra.run.smithi093.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-21T06:37:13.432 INFO:teuthology.orchestra.run.smithi093.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-21T06:37:13.441 INFO:teuthology.orchestra.run.smithi093.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-21T06:37:13.744 INFO:teuthology.orchestra.run.smithi093.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-21T06:37:13.856 INFO:teuthology.orchestra.run.smithi093.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-21T06:37:14.358 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-01-21T06:37:14.384 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-21T06:37:14.451 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-01-21T06:37:14.655 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2024-01-21T06:37:14.656 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2024-01-21T06:37:14.838 INFO:teuthology.orchestra.run.smithi143.stdout:The following additional packages will be installed: 2024-01-21T06:37:14.838 INFO:teuthology.orchestra.run.smithi143.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-21T06:37:14.838 INFO:teuthology.orchestra.run.smithi143.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-21T06:37:14.838 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-21T06:37:14.839 INFO:teuthology.orchestra.run.smithi143.stdout:Suggested packages: 2024-01-21T06:37:14.840 INFO:teuthology.orchestra.run.smithi143.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-21T06:37:14.840 INFO:teuthology.orchestra.run.smithi143.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-21T06:37:14.894 INFO:teuthology.orchestra.run.smithi143.stdout:The following NEW packages will be installed: 2024-01-21T06:37:14.894 INFO:teuthology.orchestra.run.smithi143.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-21T06:37:14.894 INFO:teuthology.orchestra.run.smithi143.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-21T06:37:14.895 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-21T06:37:14.895 INFO:teuthology.orchestra.run.smithi143.stdout: thermald upower usbmuxd 2024-01-21T06:37:15.054 INFO:teuthology.orchestra.run.smithi093.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-21T06:37:15.054 INFO:teuthology.orchestra.run.smithi093.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-21T06:37:15.055 INFO:teuthology.orchestra.run.smithi093.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-21T06:37:15.060 INFO:teuthology.orchestra.run.smithi093.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-21T06:37:15.062 INFO:teuthology.orchestra.run.smithi093.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-21T06:37:15.078 INFO:teuthology.orchestra.run.smithi143.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-21T06:37:15.078 INFO:teuthology.orchestra.run.smithi143.stdout:Need to get 90.9 MB of archives. 2024-01-21T06:37:15.078 INFO:teuthology.orchestra.run.smithi143.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-21T06:37:15.079 INFO:teuthology.orchestra.run.smithi143.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-21T06:37:15.353 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-21T06:37:15.382 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-21T06:37:15.401 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-21T06:37:15.475 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-21T06:37:15.510 INFO:teuthology.orchestra.run.smithi143.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-21T06:37:15.729 INFO:teuthology.orchestra.run.smithi093.stdout:Fetched 90.9 MB in 2s (50.9 MB/s) 2024-01-21T06:37:15.967 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-21T06:37:16.422 INFO:teuthology.orchestra.run.smithi143.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-21T06:37:16.708 INFO:teuthology.orchestra.run.smithi143.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-21T06:37:17.667 INFO:teuthology.orchestra.run.smithi093.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-21T06:37:17.672 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-21T06:37:17.823 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-21T06:37:18.168 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-21T06:37:18.180 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-21T06:37:18.218 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-21T06:37:18.504 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-21T06:37:18.518 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-21T06:37:18.562 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-21T06:37:18.663 INFO:teuthology.orchestra.run.smithi143.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-21T06:37:18.663 INFO:teuthology.orchestra.run.smithi143.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-21T06:37:18.664 INFO:teuthology.orchestra.run.smithi143.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-21T06:37:18.834 INFO:teuthology.orchestra.run.smithi143.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-21T06:37:18.915 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-21T06:37:18.930 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-21T06:37:18.973 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-21T06:37:19.188 INFO:teuthology.orchestra.run.smithi143.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-21T06:37:19.368 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-21T06:37:19.382 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-21T06:37:19.426 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-21T06:37:19.729 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-21T06:37:19.743 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-21T06:37:19.779 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:19.870 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 90.9 MB in 4s (21.1 MB/s) 2024-01-21T06:37:20.079 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-21T06:37:21.760 INFO:teuthology.orchestra.run.smithi143.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-21T06:37:21.765 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-21T06:37:21.901 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-21T06:37:22.204 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-21T06:37:22.219 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-21T06:37:22.262 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-21T06:37:22.338 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-21T06:37:22.354 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-21T06:37:22.454 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:22.615 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-21T06:37:22.629 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-21T06:37:22.673 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-21T06:37:22.974 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-21T06:37:22.989 INFO:teuthology.orchestra.run.smithi093.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-21T06:37:22.992 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-21T06:37:23.007 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-21T06:37:23.032 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:23.050 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-21T06:37:23.345 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-21T06:37:23.359 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-21T06:37:23.395 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-21T06:37:23.723 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-21T06:37:23.737 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-21T06:37:23.781 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:26.197 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-21T06:37:26.212 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-21T06:37:26.310 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:26.808 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-21T06:37:26.821 INFO:teuthology.orchestra.run.smithi143.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-21T06:37:26.858 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:29.908 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-21T06:37:29.922 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-21T06:37:29.966 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-21T06:37:30.302 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-21T06:37:30.315 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-21T06:37:30.360 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-21T06:37:30.697 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package thermald. 2024-01-21T06:37:30.711 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-21T06:37:30.746 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-21T06:37:31.260 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package upower. 2024-01-21T06:37:31.276 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-21T06:37:31.333 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-21T06:37:31.756 INFO:teuthology.orchestra.run.smithi093.stdout:Selecting previously unselected package usbmuxd. 2024-01-21T06:37:31.770 INFO:teuthology.orchestra.run.smithi093.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-21T06:37:31.814 INFO:teuthology.orchestra.run.smithi093.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-21T06:37:32.136 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-21T06:37:32.286 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-21T06:37:32.411 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-21T06:37:32.537 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-21T06:37:32.663 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-21T06:37:32.806 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-21T06:37:32.932 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-21T06:37:33.508 INFO:teuthology.orchestra.run.smithi093.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-21T06:37:33.594 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-21T06:37:33.621 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-21T06:37:33.640 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-21T06:37:33.671 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-21T06:37:33.757 INFO:teuthology.orchestra.run.smithi093.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-21T06:37:33.766 INFO:teuthology.orchestra.run.smithi093.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-21T06:37:33.766 INFO:teuthology.orchestra.run.smithi093.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-21T06:37:33.940 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-21T06:37:33.956 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-21T06:37:33.998 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-21T06:37:34.228 INFO:teuthology.orchestra.run.smithi093.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-21T06:37:34.409 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package thermald. 2024-01-21T06:37:34.423 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-21T06:37:34.442 INFO:teuthology.orchestra.run.smithi093.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-21T06:37:34.467 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-21T06:37:34.491 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-21T06:37:34.812 INFO:teuthology.orchestra.run.smithi093.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-21T06:37:34.812 INFO:teuthology.orchestra.run.smithi093.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-21T06:37:35.014 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package upower. 2024-01-21T06:37:35.027 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-21T06:37:35.081 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-21T06:37:35.255 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:35.535 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package usbmuxd. 2024-01-21T06:37:35.548 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-21T06:37:35.584 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-21T06:37:35.891 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-21T06:37:36.014 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-21T06:37:36.140 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-21T06:37:36.282 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-21T06:37:36.400 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-21T06:37:36.501 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-21T06:37:36.561 INFO:teuthology.orchestra.run.smithi093.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-21T06:37:36.561 INFO:teuthology.orchestra.run.smithi093.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-21T06:37:36.601 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-21T06:37:36.706 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:37.132 INFO:teuthology.orchestra.run.smithi143.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-21T06:37:37.206 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-21T06:37:37.382 INFO:teuthology.orchestra.run.smithi143.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-21T06:37:37.390 INFO:teuthology.orchestra.run.smithi143.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-21T06:37:37.390 INFO:teuthology.orchestra.run.smithi143.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-21T06:37:37.839 INFO:teuthology.orchestra.run.smithi143.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-21T06:37:38.063 INFO:teuthology.orchestra.run.smithi143.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-21T06:37:38.074 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-21T06:37:38.127 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-21T06:37:38.224 INFO:teuthology.orchestra.run.smithi093.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:38.429 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-21T06:37:38.429 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-21T06:37:39.160 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:40.535 INFO:teuthology.orchestra.run.smithi093.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-21T06:37:40.746 INFO:teuthology.orchestra.run.smithi143.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-21T06:37:40.746 INFO:teuthology.orchestra.run.smithi143.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-21T06:37:40.832 INFO:teuthology.orchestra.run.smithi093.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-21T06:37:40.908 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:41.610 INFO:teuthology.orchestra.run.smithi093.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-21T06:37:41.718 INFO:teuthology.orchestra.run.smithi093.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:41.796 INFO:teuthology.orchestra.run.smithi093.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-21T06:37:41.796 INFO:teuthology.orchestra.run.smithi093.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-21T06:37:42.325 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-21T06:37:42.451 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:43.836 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-21T06:37:44.141 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-21T06:37:45.869 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-21T06:37:45.986 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T06:37:46.050 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-21T06:37:46.050 INFO:teuthology.orchestra.run.smithi143.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-21T06:38:07.082 INFO:teuthology.orchestra.run.smithi093.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-21T06:38:07.082 INFO:teuthology.orchestra.run.smithi093.stdout:Sourcing file `/etc/default/grub' 2024-01-21T06:38:07.096 INFO:teuthology.orchestra.run.smithi093.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-21T06:38:07.123 INFO:teuthology.orchestra.run.smithi093.stdout:Generating grub configuration file ... 2024-01-21T06:38:07.436 INFO:teuthology.orchestra.run.smithi093.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-21T06:38:07.461 INFO:teuthology.orchestra.run.smithi093.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-21T06:38:07.858 INFO:teuthology.orchestra.run.smithi093.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-21T06:38:07.879 INFO:teuthology.orchestra.run.smithi093.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-21T06:38:10.537 INFO:teuthology.orchestra.run.smithi093.stdout:done 2024-01-21T06:38:11.014 DEBUG:teuthology.orchestra.run.smithi093:> dpkg -s linux-image-generic-hwe-20.04 2024-01-21T06:38:11.064 INFO:teuthology.orchestra.run.smithi093.stdout:Package: linux-image-generic-hwe-20.04 2024-01-21T06:38:11.064 INFO:teuthology.orchestra.run.smithi093.stdout:Status: install ok installed 2024-01-21T06:38:11.064 INFO:teuthology.orchestra.run.smithi093.stdout:Priority: optional 2024-01-21T06:38:11.064 INFO:teuthology.orchestra.run.smithi093.stdout:Section: kernel 2024-01-21T06:38:11.064 INFO:teuthology.orchestra.run.smithi093.stdout:Installed-Size: 20 2024-01-21T06:38:11.065 INFO:teuthology.orchestra.run.smithi093.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T06:38:11.065 INFO:teuthology.orchestra.run.smithi093.stdout:Architecture: amd64 2024-01-21T06:38:11.065 INFO:teuthology.orchestra.run.smithi093.stdout:Source: linux-meta-hwe-5.15 2024-01-21T06:38:11.065 INFO:teuthology.orchestra.run.smithi093.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-21T06:38:11.065 INFO:teuthology.orchestra.run.smithi093.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-21T06:38:11.065 INFO:teuthology.orchestra.run.smithi093.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-21T06:38:11.065 INFO:teuthology.orchestra.run.smithi093.stdout:Recommends: thermald 2024-01-21T06:38:11.065 INFO:teuthology.orchestra.run.smithi093.stdout:Description: Generic Linux kernel image 2024-01-21T06:38:11.065 INFO:teuthology.orchestra.run.smithi093.stdout: This package will always depend on the latest generic kernel image 2024-01-21T06:38:11.065 INFO:teuthology.orchestra.run.smithi093.stdout: available. 2024-01-21T06:38:11.066 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-21T06:38:11.066 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T06:38:11.066 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T06:38:11.066 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-21T06:38:11.066 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi093.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T06:38:11.066 DEBUG:teuthology.orchestra.run.smithi093:> sudo apt-get clean 2024-01-21T06:38:11.138 DEBUG:teuthology.orchestra.run.smithi093:> sudo apt-get update 2024-01-21T06:38:11.293 INFO:teuthology.orchestra.run.smithi093.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-21T06:38:11.622 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-21T06:38:11.622 INFO:teuthology.orchestra.run.smithi143.stdout:Sourcing file `/etc/default/grub' 2024-01-21T06:38:11.630 INFO:teuthology.orchestra.run.smithi143.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-21T06:38:11.643 INFO:teuthology.orchestra.run.smithi143.stdout:Generating grub configuration file ... 2024-01-21T06:38:11.987 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-21T06:38:12.015 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-21T06:38:12.382 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-21T06:38:12.393 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-21T06:38:14.010 INFO:teuthology.orchestra.run.smithi093.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-21T06:38:14.029 INFO:teuthology.orchestra.run.smithi093.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-21T06:38:14.049 INFO:teuthology.orchestra.run.smithi093.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-21T06:38:15.057 INFO:teuthology.orchestra.run.smithi143.stdout:done 2024-01-21T06:38:15.485 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic-hwe-20.04 2024-01-21T06:38:15.536 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic-hwe-20.04 2024-01-21T06:38:15.536 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2024-01-21T06:38:15.536 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2024-01-21T06:38:15.536 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2024-01-21T06:38:15.536 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 20 2024-01-21T06:38:15.536 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T06:38:15.536 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2024-01-21T06:38:15.536 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta-hwe-5.15 2024-01-21T06:38:15.536 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-21T06:38:15.536 INFO:teuthology.orchestra.run.smithi143.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-21T06:38:15.537 INFO:teuthology.orchestra.run.smithi143.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-21T06:38:15.537 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2024-01-21T06:38:15.537 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2024-01-21T06:38:15.537 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2024-01-21T06:38:15.537 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2024-01-21T06:38:15.537 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-21T06:38:15.537 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T06:38:15.537 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T06:38:15.537 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-21T06:38:15.537 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T06:38:15.538 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2024-01-21T06:38:15.610 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2024-01-21T06:38:15.652 INFO:teuthology.orchestra.run.smithi093.stdout:Reading package lists... 2024-01-21T06:38:15.676 DEBUG:teuthology.orchestra.run.smithi093:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-21T06:38:15.744 INFO:teuthology.orchestra.run.smithi093.stdout:Reading package lists... 2024-01-21T06:38:15.749 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-21T06:38:15.859 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-21T06:38:15.938 INFO:teuthology.orchestra.run.smithi093.stdout:Building dependency tree... 2024-01-21T06:38:15.938 INFO:teuthology.orchestra.run.smithi093.stdout:Reading state information... 2024-01-21T06:38:15.940 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-21T06:38:16.022 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-21T06:38:16.153 INFO:teuthology.orchestra.run.smithi093.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-21T06:38:16.153 INFO:teuthology.orchestra.run.smithi093.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-21T06:38:16.155 DEBUG:teuthology.orchestra.run.smithi093:> dpkg -s linux-image-generic-hwe-20.04 2024-01-21T06:38:16.173 INFO:teuthology.orchestra.run.smithi093.stdout:Package: linux-image-generic-hwe-20.04 2024-01-21T06:38:16.173 INFO:teuthology.orchestra.run.smithi093.stdout:Status: install ok installed 2024-01-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.stdout:Priority: optional 2024-01-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.stdout:Section: kernel 2024-01-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.stdout:Installed-Size: 20 2024-01-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.stdout:Architecture: amd64 2024-01-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.stdout:Source: linux-meta-hwe-5.15 2024-01-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.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-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.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-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.stdout:Recommends: thermald 2024-01-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.stdout:Description: Generic Linux kernel image 2024-01-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.stdout: This package will always depend on the latest generic kernel image 2024-01-21T06:38:16.174 INFO:teuthology.orchestra.run.smithi093.stdout: available. 2024-01-21T06:38:16.175 DEBUG:teuthology.orchestra.run.smithi093:> mktemp 2024-01-21T06:38:16.179 INFO:teuthology.orchestra.run.smithi093.stdout:/tmp/tmp.qhE4LXW1Pi 2024-01-21T06:38:16.179 DEBUG:teuthology.orchestra.run.smithi093:> sudo cp /boot/grub/grub.cfg /tmp/tmp.qhE4LXW1Pi 2024-01-21T06:38:16.234 DEBUG:teuthology.orchestra.run.smithi093:> sudo chmod 0666 /tmp/tmp.qhE4LXW1Pi 2024-01-21T06:38:16.280 DEBUG:teuthology.orchestra.remote:smithi093:/tmp/tmp.qhE4LXW1Pi is 9KB 2024-01-21T06:38:16.294 DEBUG:teuthology.orchestra.run.smithi093:> rm -fr /tmp/tmp.qhE4LXW1Pi 2024-01-21T06:38:16.299 DEBUG:teuthology.orchestra.run.smithi093:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-21T06:38:16.354 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:38:16.354 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-21T06:38:16.354 DEBUG:teuthology.orchestra.run.smithi093:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-21T06:38:16.393 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-21T06:38:16.393 DEBUG:teuthology.orchestra.run.smithi093:> sudo update-grub 2024-01-21T06:38:17.508 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-01-21T06:38:17.534 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-21T06:38:17.603 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-01-21T06:38:17.693 INFO:teuthology.orchestra.run.smithi093.stderr:Sourcing file `/etc/default/grub' 2024-01-21T06:38:17.703 INFO:teuthology.orchestra.run.smithi093.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-21T06:38:17.713 INFO:teuthology.orchestra.run.smithi093.stderr:Generating grub configuration file ... 2024-01-21T06:38:17.785 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2024-01-21T06:38:17.786 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2024-01-21T06:38:17.983 INFO:teuthology.orchestra.run.smithi093.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-21T06:38:17.995 INFO:teuthology.orchestra.run.smithi093.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-21T06:38:17.995 INFO:teuthology.orchestra.run.smithi143.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-21T06:38:17.995 INFO:teuthology.orchestra.run.smithi143.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-21T06:38:17.997 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic-hwe-20.04 2024-01-21T06:38:18.019 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic-hwe-20.04 2024-01-21T06:38:18.019 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2024-01-21T06:38:18.019 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2024-01-21T06:38:18.019 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2024-01-21T06:38:18.019 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 20 2024-01-21T06:38:18.019 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T06:38:18.019 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2024-01-21T06:38:18.019 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta-hwe-5.15 2024-01-21T06:38:18.020 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-21T06:38:18.020 INFO:teuthology.orchestra.run.smithi143.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-21T06:38:18.020 INFO:teuthology.orchestra.run.smithi143.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-21T06:38:18.020 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2024-01-21T06:38:18.020 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2024-01-21T06:38:18.020 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2024-01-21T06:38:18.020 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2024-01-21T06:38:18.020 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2024-01-21T06:38:18.066 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.cOfr7WHHoc 2024-01-21T06:38:18.066 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub/grub.cfg /tmp/tmp.cOfr7WHHoc 2024-01-21T06:38:18.081 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.cOfr7WHHoc 2024-01-21T06:38:18.117 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.cOfr7WHHoc is 9KB 2024-01-21T06:38:18.132 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.cOfr7WHHoc 2024-01-21T06:38:18.138 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-21T06:38:18.195 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T06:38:18.195 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-21T06:38:18.195 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-21T06:38:18.223 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-21T06:38:18.223 DEBUG:teuthology.orchestra.run.smithi143:> sudo update-grub 2024-01-21T06:38:18.357 INFO:teuthology.orchestra.run.smithi093.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-21T06:38:18.369 INFO:teuthology.orchestra.run.smithi093.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-21T06:38:19.541 INFO:teuthology.orchestra.run.smithi143.stderr:Sourcing file `/etc/default/grub' 2024-01-21T06:38:19.567 INFO:teuthology.orchestra.run.smithi143.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-21T06:38:19.576 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2024-01-21T06:38:19.818 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-21T06:38:19.830 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-21T06:38:19.991 INFO:teuthology.orchestra.run.smithi093.stderr:done 2024-01-21T06:38:19.993 DEBUG:teuthology.orchestra.run.smithi093:> sudo shutdown -r now 2024-01-21T06:38:20.177 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-21T06:38:20.189 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-21T06:38:21.828 INFO:teuthology.orchestra.run.smithi143.stderr:done 2024-01-21T06:38:21.830 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2024-01-21T06:38:50.020 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-21T06:38:50.020 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2024-01-21T06:38:50.021 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:38:51.835 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-21T06:38:51.835 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-01-21T06:38:51.836 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:39:08.352 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.93 2024-01-21T06:39:10.396 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2024-01-21T06:39:17.360 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2024-01-21T06:39:17.361 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:39:19.399 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-01-21T06:39:19.400 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:39:20.412 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.93 2024-01-21T06:39:22.464 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2024-01-21T06:39:32.420 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2024-01-21T06:39:32.421 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:39:34.467 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-01-21T06:39:34.468 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:40:04.144 DEBUG:teuthology.orchestra.run.smithi093:> true 2024-01-21T06:40:04.627 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi093.front.sepia.ceph.com' 2024-01-21T06:40:04.627 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2024-01-21T06:40:04.627 DEBUG:teuthology.orchestra.run.smithi093:> uname -r 2024-01-21T06:40:04.675 INFO:teuthology.orchestra.run.smithi093.stdout:5.15.0-91-generic 2024-01-21T06:40:04.676 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-21T06:40:04.676 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T06:40:04.676 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-21T06:40:05.676 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T06:40:05.677 DEBUG:teuthology.orchestra.run.smithi093:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T06:40:05.770 INFO:teuthology.orchestra.run.smithi093.stdout:ttyS1 2024-01-21T06:40:05.796 DEBUG:teuthology.parallel:result is None 2024-01-21T06:40:06.189 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-01-21T06:40:06.764 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-01-21T06:40:06.764 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2024-01-21T06:40:06.764 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-01-21T06:40:06.812 INFO:teuthology.orchestra.run.smithi143.stdout:5.15.0-91-generic 2024-01-21T06:40:06.813 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-21T06:40:06.813 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T06:40:06.813 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-21T06:40:07.814 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T06:40:07.814 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T06:40:08.186 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2024-01-21T06:40:08.221 DEBUG:teuthology.parallel:result is None 2024-01-21T06:40:08.221 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T06:40:08.228 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T06:40:08.229 DEBUG:teuthology.orchestra.run.smithi093:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T06:40:08.231 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T06:40:08.238 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T06:40:08.246 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T06:40:08.255 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T06:40:08.256 DEBUG:teuthology.orchestra.run.smithi093:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T06:40:08.279 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T06:40:08.363 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T06:40:08.369 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T06:40:08.369 DEBUG:teuthology.orchestra.run.smithi093:> 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-21T06:40:08.372 DEBUG:teuthology.orchestra.run.smithi143:> 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-21T06:40:08.388 INFO:teuthology.orchestra.run.smithi093.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T06:40:08.390 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T06:40:08.394 INFO:teuthology.orchestra.run.smithi093.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T06:40:08.397 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T06:40:08.398 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T06:40:08.406 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T06:40:08.406 DEBUG:teuthology.orchestra.run.smithi093:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T06:40:08.443 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T06:40:08.458 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T06:40:08.467 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T06:40:08.467 DEBUG:teuthology.orchestra.run.smithi093:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T06:40:08.499 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T06:40:08.506 DEBUG:teuthology.orchestra.run.smithi093:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T06:40:08.552 DEBUG:teuthology.orchestra.run.smithi093:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T06:40:08.600 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:40:08.600 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T06:40:08.675 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T06:40:08.683 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T06:40:08.733 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T06:40:08.733 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T06:40:08.804 DEBUG:teuthology.orchestra.run.smithi093:> sudo service rsyslog restart 2024-01-21T06:40:08.807 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2024-01-21T06:40:08.891 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T06:40:08.899 INFO:teuthology.task.internal:Starting timer... 2024-01-21T06:40:08.899 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T06:40:08.912 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T06:40:08.921 DEBUG:teuthology.task.selinux:Excluding smithi093: OS 'ubuntu' does not support SELinux 2024-01-21T06:40:08.921 DEBUG:teuthology.task.selinux:Excluding smithi143: OS 'ubuntu' does not support SELinux 2024-01-21T06:40:08.922 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T06:40:08.922 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-21T06:40:08.922 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T06:40:08.922 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T06:40:08.933 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T06:40:08.950 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-21T06:40:08.952 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi093.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T06:45:27.578 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi093.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2024-01-21T06:45:27.579 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2024-01-21T06:45:27.580 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:45:27.664 DEBUG:teuthology.orchestra.run.smithi093:> true 2024-01-21T06:45:27.785 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi093.front.sepia.ceph.com' 2024-01-21T06:45:27.786 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-01-21T06:45:27.786 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:45:27.890 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-01-21T06:45:28.015 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-01-21T06:45:28.016 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T06:45:28.027 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T06:45:28.027 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T06:45:28.028 DEBUG:teuthology.orchestra.run.smithi093:> 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-21T06:45:28.030 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T06:45:28.030 DEBUG:teuthology.orchestra.run.smithi143:> 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-21T06:45:28.061 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-21T06:45:28.061 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: Command line: ntpd -gq 2024-01-21T06:45:28.062 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: proto: precision = 0.093 usec (-23) 2024-01-21T06:45:28.062 INFO:teuthology.orchestra.run.smithi093.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T06:45:28.063 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T06:45:28.063 INFO:teuthology.orchestra.run.smithi093.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-21T06:45:28.064 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: restrict ::: KOD does nothing without LIMITED. 2024-01-21T06:45:28.064 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: Listen and drop on 0 v6wildcard [::]:123 2024-01-21T06:45:28.064 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-21T06:45:28.064 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: Listen normally on 2 lo 127.0.0.1:123 2024-01-21T06:45:28.064 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: Listen normally on 3 enp3s0f1 172.21.15.93:123 2024-01-21T06:45:28.064 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: Listen normally on 4 lo [::1]:123 2024-01-21T06:45:28.064 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d635%5]:123 2024-01-21T06:45:28.064 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:28 ntpd[12579]: Listening on routing socket on fd #22 for interface updates 2024-01-21T06:45:28.088 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-21T06:45:28.088 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: Command line: ntpd -gq 2024-01-21T06:45:28.089 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: proto: precision = 0.065 usec (-24) 2024-01-21T06:45:28.089 INFO:teuthology.orchestra.run.smithi143.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T06:45:28.089 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T06:45:28.089 INFO:teuthology.orchestra.run.smithi143.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-21T06:45:28.090 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: restrict ::: KOD does nothing without LIMITED. 2024-01-21T06:45:28.091 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: Listen and drop on 0 v6wildcard [::]:123 2024-01-21T06:45:28.091 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-21T06:45:28.091 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: Listen normally on 2 lo 127.0.0.1:123 2024-01-21T06:45:28.091 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: Listen normally on 3 enp3s0f1 172.21.15.143:123 2024-01-21T06:45:28.091 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: Listen normally on 4 lo [::1]:123 2024-01-21T06:45:28.091 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7783%5]:123 2024-01-21T06:45:28.091 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:28 ntpd[12569]: Listening on routing socket on fd #22 for interface updates 2024-01-21T06:45:29.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:29 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:29.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:29 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:29.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:29 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:29.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:29 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:29.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:29 ntpd[12579]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:29.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:29 ntpd[12579]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:29.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:29 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:29.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:29 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:29.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:29 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:29.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:29 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:29.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:29 ntpd[12569]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:29.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:29 ntpd[12569]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:30.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:30 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:30.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:30 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:30.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:30 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:30.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:30 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:30.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:30 ntpd[12579]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:30.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:30 ntpd[12579]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:31.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:31.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:31.064 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:31 ntpd[12579]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:31.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:31 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:31.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:31 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:31.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:31 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:31.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:31 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:31.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:31 ntpd[12569]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:31.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:31 ntpd[12569]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:32.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:32 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:32.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:32 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:32.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:32 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:32.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:32 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:32.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:32 ntpd[12579]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:32.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:32 ntpd[12579]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:32.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:32.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:32.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:32.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:32.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:32.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:32.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:32.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:32.091 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:32.091 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:32.091 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:32.091 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:32 ntpd[12569]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:33.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:33.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:33.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:33.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:33.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:33.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:33.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:33.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:33.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:33.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:33.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:33.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:33 ntpd[12579]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:33.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:33 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:33.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:33 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:33.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:33 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:33.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:33 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:33.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:33 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:33.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:33 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:33.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:33 ntpd[12569]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:33.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:33 ntpd[12569]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:34.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:34 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:34.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:34 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:34.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:34 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:34.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:34 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:34.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:34 ntpd[12579]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:34.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:34 ntpd[12579]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:34.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:34.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:34.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:34.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:34.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:34.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:34.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:34.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:34.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:34.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:34.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:34.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:34 ntpd[12569]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:35.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:35 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:35.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:35 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:35.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:35 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:35.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:35 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:35.062 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:35 ntpd[12579]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:35.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:35 ntpd[12579]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:35.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:35 ntpd[12579]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:35.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:35 ntpd[12579]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:35.063 INFO:teuthology.orchestra.run.smithi093.stdout:21 Jan 06:45:35 ntpd[12579]: ntpd: time slew -0.000242 s 2024-01-21T06:45:35.063 INFO:teuthology.orchestra.run.smithi093.stdout:ntpd: time slew -0.000242s 2024-01-21T06:45:35.063 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:35 ntpd[12579]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-21T06:45:35.064 INFO:teuthology.orchestra.run.smithi093.stderr:21 Jan 06:45:35 ntpd[12579]: can't open /var/log/ntpstats/loopstats.20240121: Permission denied 2024-01-21T06:45:35.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:35 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:35.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:35 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:35.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:35 ntpd[12569]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T06:45:35.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:35 ntpd[12569]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T06:45:35.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:35 ntpd[12569]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T06:45:35.089 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:35 ntpd[12569]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T06:45:35.090 INFO:teuthology.orchestra.run.smithi143.stdout:21 Jan 06:45:35 ntpd[12569]: ntpd: time slew -0.000549 s 2024-01-21T06:45:35.090 INFO:teuthology.orchestra.run.smithi143.stdout:ntpd: time slew -0.000549s 2024-01-21T06:45:35.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:35 ntpd[12569]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-21T06:45:35.090 INFO:teuthology.orchestra.run.smithi143.stderr:21 Jan 06:45:35 ntpd[12569]: can't open /var/log/ntpstats/loopstats.20240121: Permission denied 2024-01-21T06:45:35.153 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T06:45:35.154 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2024-01-21T06:45:35.154 INFO:teuthology.orchestra.run.smithi143.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T06:45:35.154 INFO:teuthology.orchestra.run.smithi143.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T06:45:35.154 INFO:teuthology.orchestra.run.smithi143.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T06:45:35.154 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T06:45:35.173 INFO:teuthology.orchestra.run.smithi093.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T06:45:35.173 INFO:teuthology.orchestra.run.smithi093.stdout:============================================================================== 2024-01-21T06:45:35.173 INFO:teuthology.orchestra.run.smithi093.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T06:45:35.173 INFO:teuthology.orchestra.run.smithi093.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T06:45:35.173 INFO:teuthology.orchestra.run.smithi093.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T06:45:35.173 INFO:teuthology.orchestra.run.smithi093.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T06:45:35.174 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-21T06:45:35.185 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-21T06:45:35.185 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:45:35.185 DEBUG:teuthology.orchestra.run.smithi093:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T06:45:35.224 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-21T06:45:35.225 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/vg_nvme/lv_1 2024-01-21T06:45:35.272 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T06:45:35.272 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:45:35.272 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 5h/5d Inode: 494 Links: 1 2024-01-21T06:45:35.272 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:45:35.273 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2024-01-21 06:44:02.618307108 +0000 2024-01-21T06:45:35.273 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2024-01-21 06:44:02.374312734 +0000 2024-01-21T06:45:35.273 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2024-01-21 06:44:02.374312734 +0000 2024-01-21T06:45:35.273 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2024-01-21T06:45:35.273 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T06:45:35.328 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2024-01-21T06:45:35.328 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2024-01-21T06:45:35.328 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000433917 s, 1.2 MB/s 2024-01-21T06:45:35.329 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T06:45:35.378 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/vg_nvme/lv_2 2024-01-21T06:45:35.429 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T06:45:35.429 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:45:35.429 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 5h/5d Inode: 500 Links: 1 2024-01-21T06:45:35.429 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:45:35.429 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2024-01-21 06:44:03.094296130 +0000 2024-01-21T06:45:35.429 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2024-01-21 06:44:02.842301941 +0000 2024-01-21T06:45:35.429 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2024-01-21 06:44:02.842301941 +0000 2024-01-21T06:45:35.429 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2024-01-21T06:45:35.429 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T06:45:35.484 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2024-01-21T06:45:35.484 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2024-01-21T06:45:35.484 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000394277 s, 1.3 MB/s 2024-01-21T06:45:35.485 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T06:45:35.534 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/vg_nvme/lv_3 2024-01-21T06:45:35.584 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T06:45:35.585 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:45:35.585 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 5h/5d Inode: 507 Links: 1 2024-01-21T06:45:35.585 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:45:35.585 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2024-01-21 06:44:03.546285706 +0000 2024-01-21T06:45:35.585 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2024-01-21 06:44:03.298291425 +0000 2024-01-21T06:45:35.585 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2024-01-21 06:44:03.298291425 +0000 2024-01-21T06:45:35.585 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2024-01-21T06:45:35.585 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T06:45:35.640 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2024-01-21T06:45:35.640 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2024-01-21T06:45:35.641 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000423924 s, 1.2 MB/s 2024-01-21T06:45:35.642 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T06:45:35.694 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/vg_nvme/lv_4 2024-01-21T06:45:35.744 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T06:45:35.745 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:45:35.745 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 5h/5d Inode: 514 Links: 1 2024-01-21T06:45:35.745 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:45:35.745 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2024-01-21 06:44:04.010275006 +0000 2024-01-21T06:45:35.745 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2024-01-21 06:44:03.766280633 +0000 2024-01-21T06:45:35.745 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2024-01-21 06:44:03.766280633 +0000 2024-01-21T06:45:35.745 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2024-01-21T06:45:35.745 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T06:45:35.800 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2024-01-21T06:45:35.800 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2024-01-21T06:45:35.800 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000373748 s, 1.4 MB/s 2024-01-21T06:45:35.802 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T06:45:35.854 DEBUG:teuthology.orchestra.run.smithi093:> 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-21T06:45:35.981 INFO:teuthology.orchestra.run.smithi093.stdout:loop 2024-01-21T06:45:35.982 INFO:tasks.nvme_loop:Connecting nvme_loop smithi093:/dev/vg_nvme/lv_1... 2024-01-21T06:45:35.983 DEBUG:teuthology.orchestra.run.smithi093:> 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-21T06:45:36.004 INFO:teuthology.orchestra.run.smithi093.stdout:1 2024-01-21T06:45:36.031 INFO:teuthology.orchestra.run.smithi093.stdout:/dev/vg_nvme/lv_11 2024-01-21T06:45:36.052 INFO:tasks.nvme_loop:Connecting nvme_loop smithi093:/dev/vg_nvme/lv_2... 2024-01-21T06:45:36.052 DEBUG:teuthology.orchestra.run.smithi093:> 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-21T06:45:36.115 INFO:teuthology.orchestra.run.smithi093.stdout:1 2024-01-21T06:45:36.144 INFO:teuthology.orchestra.run.smithi093.stdout:/dev/vg_nvme/lv_21 2024-01-21T06:45:36.169 INFO:tasks.nvme_loop:Connecting nvme_loop smithi093:/dev/vg_nvme/lv_3... 2024-01-21T06:45:36.169 DEBUG:teuthology.orchestra.run.smithi093:> 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-21T06:45:36.236 INFO:teuthology.orchestra.run.smithi093.stdout:1 2024-01-21T06:45:36.261 INFO:teuthology.orchestra.run.smithi093.stdout:/dev/vg_nvme/lv_31 2024-01-21T06:45:36.285 INFO:tasks.nvme_loop:Connecting nvme_loop smithi093:/dev/vg_nvme/lv_4... 2024-01-21T06:45:36.285 DEBUG:teuthology.orchestra.run.smithi093:> 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-21T06:45:36.352 INFO:teuthology.orchestra.run.smithi093.stdout:1 2024-01-21T06:45:36.374 INFO:teuthology.orchestra.run.smithi093.stdout:/dev/vg_nvme/lv_41 2024-01-21T06:45:36.396 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:45:36.397 DEBUG:teuthology.orchestra.run.smithi093:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T06:45:36.445 DEBUG:teuthology.orchestra.run.smithi093:> sudo nvme list 2024-01-21T06:45:36.501 INFO:teuthology.orchestra.run.smithi093.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T06:45:36.501 INFO:teuthology.orchestra.run.smithi093.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T06:45:36.501 INFO:teuthology.orchestra.run.smithi093.stdout:/dev/nvme0n1 PHFT62040150400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T06:45:36.501 INFO:teuthology.orchestra.run.smithi093.stdout:/dev/nvme1n1 306f0fbbbc00f658fd79 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T06:45:36.501 INFO:teuthology.orchestra.run.smithi093.stdout:/dev/nvme2n1 e4e976939d7a8f79172e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T06:45:36.501 INFO:teuthology.orchestra.run.smithi093.stdout:/dev/nvme3n1 9ad33f21e95e13c60536 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T06:45:36.501 INFO:teuthology.orchestra.run.smithi093.stdout:/dev/nvme4n1 a9554b11ebbf84f0a77a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T06:45:36.502 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T06:45:36.502 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:45:36.502 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd of=/scratch_devs 2024-01-21T06:45:36.560 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T06:45:36.560 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T06:45:36.567 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-21T06:45:36.568 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2024-01-21T06:45:36.616 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T06:45:36.616 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:45:36.616 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 493 Links: 1 2024-01-21T06:45:36.617 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:45:36.617 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-21 06:44:03.857356407 +0000 2024-01-21T06:45:36.617 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-21 06:44:03.601362311 +0000 2024-01-21T06:45:36.617 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-21 06:44:03.601362311 +0000 2024-01-21T06:45:36.617 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-21T06:45:36.617 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T06:45:36.669 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-21T06:45:36.669 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-21T06:45:36.670 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000304618 s, 1.7 MB/s 2024-01-21T06:45:36.670 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T06:45:36.722 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2024-01-21T06:45:36.772 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T06:45:36.772 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:45:36.772 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 501 Links: 1 2024-01-21T06:45:36.773 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:45:36.773 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-21 06:44:04.333345430 +0000 2024-01-21T06:45:36.773 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-21 06:44:04.077351334 +0000 2024-01-21T06:45:36.773 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-21 06:44:04.077351334 +0000 2024-01-21T06:45:36.773 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-21T06:45:36.773 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T06:45:36.826 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-21T06:45:36.827 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-21T06:45:36.827 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000369876 s, 1.4 MB/s 2024-01-21T06:45:36.827 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T06:45:36.878 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2024-01-21T06:45:36.929 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T06:45:36.929 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:45:36.929 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 508 Links: 1 2024-01-21T06:45:36.929 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:45:36.929 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-21 06:44:04.829333990 +0000 2024-01-21T06:45:36.929 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-21 06:44:04.569339987 +0000 2024-01-21T06:45:36.929 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-21 06:44:04.569339987 +0000 2024-01-21T06:45:36.929 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-21T06:45:36.929 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T06:45:36.984 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-21T06:45:36.984 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-21T06:45:36.984 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000400937 s, 1.3 MB/s 2024-01-21T06:45:36.985 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T06:45:37.038 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2024-01-21T06:45:37.088 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T06:45:37.088 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:45:37.088 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 511 Links: 1 2024-01-21T06:45:37.088 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:45:37.089 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-21 06:44:05.325322552 +0000 2024-01-21T06:45:37.089 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-21 06:44:05.053328826 +0000 2024-01-21T06:45:37.089 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-21 06:44:05.053328826 +0000 2024-01-21T06:45:37.089 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-21T06:45:37.089 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T06:45:37.144 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-21T06:45:37.144 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-21T06:45:37.144 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.00037102 s, 1.4 MB/s 2024-01-21T06:45:37.145 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T06:45:37.198 DEBUG:teuthology.orchestra.run.smithi143:> 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-21T06:45:37.328 INFO:teuthology.orchestra.run.smithi143.stdout:loop 2024-01-21T06:45:37.329 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2024-01-21T06:45:37.330 DEBUG:teuthology.orchestra.run.smithi143:> 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-21T06:45:37.352 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-01-21T06:45:37.376 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_11 2024-01-21T06:45:37.397 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2024-01-21T06:45:37.397 DEBUG:teuthology.orchestra.run.smithi143:> 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-21T06:45:37.463 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-01-21T06:45:37.486 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_21 2024-01-21T06:45:37.512 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2024-01-21T06:45:37.512 DEBUG:teuthology.orchestra.run.smithi143:> 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-21T06:45:37.583 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-01-21T06:45:37.608 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_31 2024-01-21T06:45:37.632 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2024-01-21T06:45:37.632 DEBUG:teuthology.orchestra.run.smithi143:> 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-21T06:45:37.695 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-01-21T06:45:37.719 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_41 2024-01-21T06:45:37.739 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T06:45:37.740 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T06:45:37.788 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme list 2024-01-21T06:45:37.843 INFO:teuthology.orchestra.run.smithi143.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T06:45:37.843 INFO:teuthology.orchestra.run.smithi143.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T06:45:37.843 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme0n1 CVFT62330073400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T06:45:37.843 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme1n1 93dc0f21733d03d36ed5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T06:45:37.843 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme2n1 61ceab316304e00a756c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T06:45:37.843 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme3n1 d3d429a874b757868c21 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T06:45:37.843 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme4n1 e2316bbb8c023960ca2b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T06:45:37.844 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T06:45:37.844 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T06:45:37.845 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2024-01-21T06:45:37.901 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T06:45:37.977 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-21T06:45:37.978 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T06:45:37.978 INFO:tasks.cephadm:Cluster fsid is afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:45:37.978 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T06:45:37.978 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T06:45:37.979 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi093': '172.21.15.93', 'mon.smithi143': '172.21.15.143'} 2024-01-21T06:45:37.979 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T06:45:37.979 DEBUG:teuthology.orchestra.run.smithi093:> sudo hostname $(hostname -s) 2024-01-21T06:45:37.994 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2024-01-21T06:45:38.010 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec)... 2024-01-21T06:45:38.011 DEBUG:teuthology.orchestra.run.smithi093:> 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-21T06:45:38.468 INFO:teuthology.orchestra.run.smithi093.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 21 06:45 /home/ubuntu/cephtest/cephadm 2024-01-21T06:45:38.468 DEBUG:teuthology.orchestra.run.smithi143:> 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-21T06:45:38.632 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 21 06:45 /home/ubuntu/cephtest/cephadm 2024-01-21T06:45:38.633 DEBUG:teuthology.orchestra.run.smithi093:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T06:45:38.642 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T06:45:38.657 DEBUG:teuthology.orchestra.run.smithi093:> sudo mkdir -p /etc/ceph 2024-01-21T06:45:38.700 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2024-01-21T06:45:38.716 DEBUG:teuthology.orchestra.run.smithi093:> sudo chmod 777 /etc/ceph 2024-01-21T06:45:38.758 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2024-01-21T06:45:38.830 INFO:tasks.cephadm:Writing seed config... 2024-01-21T06:45:38.832 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T06:45:38.832 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T06:45:38.832 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T06:45:38.832 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T06:45:38.832 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T06:45:38.833 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T06:45:38.833 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T06:45:38.833 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T06:45:38.834 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:45:38.834 DEBUG:teuthology.orchestra.run.smithi093:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T06:45:38.841 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 = afa04fb2-b828-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-21T06:45:38.842 DEBUG:teuthology.orchestra.run.smithi093:mon.smithi093> sudo journalctl -f -n 0 -u ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mon.smithi093.service 2024-01-21T06:45:38.884 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T06:45:38.884 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -v bootstrap --fsid afa04fb2-b828-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.93 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T06:45:39.237 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-21T06:45:39.340 INFO:teuthology.orchestra.run.smithi093.stderr:-------------------------------------------------------------------------------- 2024-01-21T06:45:39.341 INFO:teuthology.orchestra.run.smithi093.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec', '-v', 'bootstrap', '--fsid', 'afa04fb2-b828-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.93', '--skip-admin-label'] 2024-01-21T06:45:39.341 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying podman|docker is present... 2024-01-21T06:45:39.341 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying lvm2 is present... 2024-01-21T06:45:39.341 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying time synchronization is in place... 2024-01-21T06:45:39.347 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T06:45:39.355 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2024-01-21T06:45:39.361 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-21T06:45:39.367 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2024-01-21T06:45:39.372 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: masked 2024-01-21T06:45:39.379 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2024-01-21T06:45:39.386 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-21T06:45:39.393 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2024-01-21T06:45:39.400 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: enabled 2024-01-21T06:45:39.405 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: active 2024-01-21T06:45:39.407 INFO:teuthology.orchestra.run.smithi093.stderr:Unit ntp.service is enabled and running 2024-01-21T06:45:39.407 INFO:teuthology.orchestra.run.smithi093.stderr:Repeating the final host check... 2024-01-21T06:45:39.407 INFO:teuthology.orchestra.run.smithi093.stderr:docker (/usr/bin/docker) is present 2024-01-21T06:45:39.407 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl is present 2024-01-21T06:45:39.407 INFO:teuthology.orchestra.run.smithi093.stderr:lvcreate is present 2024-01-21T06:45:39.413 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T06:45:39.420 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2024-01-21T06:45:39.426 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-21T06:45:39.433 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2024-01-21T06:45:39.440 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: masked 2024-01-21T06:45:39.447 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2024-01-21T06:45:39.453 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-21T06:45:39.461 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2024-01-21T06:45:39.469 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: enabled 2024-01-21T06:45:39.476 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: active 2024-01-21T06:45:39.479 INFO:teuthology.orchestra.run.smithi093.stderr:Unit ntp.service is enabled and running 2024-01-21T06:45:39.480 INFO:teuthology.orchestra.run.smithi093.stderr:Host looks OK 2024-01-21T06:45:39.480 INFO:teuthology.orchestra.run.smithi093.stderr:Cluster fsid: afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:45:39.480 INFO:teuthology.orchestra.run.smithi093.stderr:Acquiring lock 139886004922784 on /run/cephadm/afa04fb2-b828-11ee-95b0-87774f69a715.lock 2024-01-21T06:45:39.480 INFO:teuthology.orchestra.run.smithi093.stderr:Lock 139886004922784 acquired on /run/cephadm/afa04fb2-b828-11ee-95b0-87774f69a715.lock 2024-01-21T06:45:39.480 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying IP 172.21.15.93 port 3300 ... 2024-01-21T06:45:39.480 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying IP 172.21.15.93 port 6789 ... 2024-01-21T06:45:39.480 INFO:teuthology.orchestra.run.smithi093.stderr:Base mon IP(s) is [172.21.15.93:3300, 172.21.15.93:6789], mon addrv is [v2:172.21.15.93:3300,v1:172.21.15.93:6789] 2024-01-21T06:45:39.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-01-21T06:45:39.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.93 metric 100 2024-01-21T06:45:39.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T06:45:39.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.93 2024-01-21T06:45:39.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.93 metric 100 2024-01-21T06:45:39.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-21T06:45:39.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-21T06:45:39.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1770sec pref medium 2024-01-21T06:45:39.491 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T06:45:39.491 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-01-21T06:45:39.492 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T06:45:39.492 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-21T06:45:39.492 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d635/64 scope link 2024-01-21T06:45:39.492 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T06:45:39.493 INFO:teuthology.orchestra.run.smithi093.stderr:Mon IP `172.21.15.93` is in CIDR network `172.21.0.0/20` 2024-01-21T06:45:39.493 INFO:teuthology.orchestra.run.smithi093.stderr:Mon IP `172.21.15.93` is in CIDR network `172.21.0.0/20` 2024-01-21T06:45:39.493 INFO:teuthology.orchestra.run.smithi093.stderr:Mon IP `172.21.15.93` is in CIDR network `172.21.15.254/32` 2024-01-21T06:45:39.493 INFO:teuthology.orchestra.run.smithi093.stderr:Mon IP `172.21.15.93` is in CIDR network `172.21.15.254/32` 2024-01-21T06:45:39.493 INFO:teuthology.orchestra.run.smithi093.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-21T06:45:39.494 INFO:teuthology.orchestra.run.smithi093.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T06:45:39.494 INFO:teuthology.orchestra.run.smithi093.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T06:45:39.891 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/docker: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec: Pulling from ceph-ci/ceph 2024-01-21T06:45:39.900 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/docker: 5892adb860b1: Pulling fs layer 2024-01-21T06:45:39.901 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/docker: 38ed6fe6bc71: Pulling fs layer 2024-01-21T06:45:46.912 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/docker: 5892adb860b1: Download complete 2024-01-21T06:45:50.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/docker: 5892adb860b1: Pull complete 2024-01-21T06:45:59.491 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/docker: 38ed6fe6bc71: Verifying Checksum 2024-01-21T06:45:59.491 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/docker: 38ed6fe6bc71: Download complete 2024-01-21T06:46:11.321 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/docker: 38ed6fe6bc71: Pull complete 2024-01-21T06:46:11.460 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/docker: Digest: sha256:1b24450ab6fb489afb5fe4805ef16395673dc2aab2108084613a229213867b24 2024-01-21T06:46:11.513 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T06:46:11.552 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T06:46:21.846 INFO:teuthology.orchestra.run.smithi093.stderr:ceph: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T06:46:22.474 INFO:teuthology.orchestra.run.smithi093.stderr:Ceph version: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T06:46:22.474 INFO:teuthology.orchestra.run.smithi093.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T06:46:23.260 INFO:teuthology.orchestra.run.smithi093.stderr:stat: 167 167 2024-01-21T06:46:23.902 INFO:teuthology.orchestra.run.smithi093.stderr:Creating initial keys... 2024-01-21T06:46:24.695 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-authtool: AQDAvaxlNjJRKRAAHER8sYEi0XTtQAy/Q7rNsw== 2024-01-21T06:46:26.128 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-authtool: AQDCvaxlrTuCBxAAzRDiDumVLY8eh7UCwhMCVw== 2024-01-21T06:46:27.499 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-authtool: AQDDvaxlpPOgHRAAKgD7J60D/nsGCbYAzljZgg== 2024-01-21T06:46:28.187 INFO:teuthology.orchestra.run.smithi093.stderr:Creating initial monmap... 2024-01-21T06:46:28.996 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T06:46:28.997 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:46:28.997 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T06:46:29.632 INFO:teuthology.orchestra.run.smithi093.stderr:monmaptool for smithi093 [v2:172.21.15.93:3300,v1:172.21.15.93:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T06:46:29.633 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/monmaptool: set fsid to afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:46:29.633 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T06:46:29.633 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T06:46:29.633 INFO:teuthology.orchestra.run.smithi093.stderr:Creating mon... 2024-01-21T06:46:30.444 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T06:46:30.444 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 1 imported monmap: 2024-01-21T06:46:30.444 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T06:46:30.445 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: fsid afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:46:30.445 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T06:46:28.993605+0000 2024-01-21T06:46:30.445 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: created 2024-01-21T06:46:28.993605+0000 2024-01-21T06:46:30.445 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T06:46:30.446 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0] mon.smithi093 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 0 /usr/bin/ceph-mon: set fsid to afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: DB SUMMARY 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi093/store.db dir, Total Num: 0, files: 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.447 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi093/store.db: 2024-01-21T06:46:30.448 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.448 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T06:46:30.448 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.create_if_missing: 1 2024-01-21T06:46:30.448 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T06:46:30.472 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.env: 0x55ec007c3080 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.fs: Posix File System 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.info_log: 0x55ec019c7380 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.statistics: (nil) 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.use_fsync: 0 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T06:46:30.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.db_log_dir: 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi093/store.db 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T06:46:30.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.write_buffer_manager: 0x55ec019cd980 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.unordered_write: 0 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T06:46:30.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.row_cache: None 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.wal_filter: None 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T06:46:30.476 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.max_open_files: -1 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T06:46:30.477 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Compression algorithms supported: 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: kZSTD supported: 0 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.438+0000 7f105d029880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.478 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi093/store.db/MANIFEST-000001 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.merge_operator: 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_filter: None 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ec018dbd30) 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T06:46:30.479 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: block_cache: 0x55ec01912d10 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T06:46:30.480 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T06:46:30.481 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compression: NoCompression 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.num_levels: 7 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T06:46:30.482 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T06:46:30.483 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T06:46:30.484 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T06:46:30.485 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T06:46:30.486 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.ttl: 2592000 2024-01-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.442+0000 7f105d029880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.446+0000 7f105d029880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi093/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-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.446+0000 7f105d029880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.446+0000 7f105d029880 4 rocksdb: DB pointer 0x55ec019db800 2024-01-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.446+0000 7f1045e9c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.446+0000 7f1045e9c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:46:30.487 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:46:30.488 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:46:30.489 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.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-21T06:46:30.490 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.491 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:46:30.491 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: 2024-01-21T06:46:30.491 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.450+0000 7f105d029880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T06:46:30.491 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.450+0000 7f105d029880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T06:46:30.491 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:46:30.450+0000 7f105d029880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi093 for mon.smithi093 2024-01-21T06:46:31.086 INFO:teuthology.orchestra.run.smithi093.stderr:create mon.smithi093 on 2024-01-21T06:46:31.318 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-21T06:46:31.524 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-afa04fb2-b828-11ee-95b0-87774f69a715.target -> /etc/systemd/system/ceph-afa04fb2-b828-11ee-95b0-87774f69a715.target. 2024-01-21T06:46:31.524 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-afa04fb2-b828-11ee-95b0-87774f69a715.target -> /etc/systemd/system/ceph-afa04fb2-b828-11ee-95b0-87774f69a715.target. 2024-01-21T06:46:31.946 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to reset failed state of unit ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mon.smithi093.service: Unit ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mon.smithi093.service not loaded. 2024-01-21T06:46:31.953 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Created symlink /etc/systemd/system/ceph-afa04fb2-b828-11ee-95b0-87774f69a715.target.wants/ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mon.smithi093.service -> /etc/systemd/system/ceph-afa04fb2-b828-11ee-95b0-87774f69a715@.service. 2024-01-21T06:46:32.165 INFO:teuthology.orchestra.run.smithi093.stderr:firewalld does not appear to be present 2024-01-21T06:46:32.165 INFO:teuthology.orchestra.run.smithi093.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T06:46:32.165 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mon to start... 2024-01-21T06:46:32.165 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mon... 2024-01-21T06:46:32.185 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:32 smithi093 systemd[1]: Started Ceph mon.smithi093 for afa04fb2-b828-11ee-95b0-87774f69a715. 2024-01-21T06:46:33.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:33 smithi093 bash[13542]: cluster 2024-01-21T06:46:33.518634+0000 mon.smithi093 (mon.0) 0 : [INF] mkfs afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:46:33.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:33 smithi093 bash[13542]: cluster 2024-01-21T06:46:33.500931+0000 mon.smithi093 (mon.0) 1 : cluster [INF] mon.smithi093 is new leader, mons smithi093 in quorum (ranks 0) 2024-01-21T06:46:33.724 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: cluster: 2024-01-21T06:46:33.724 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: id: afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:46:33.724 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: services: 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi093 (age 0.206014s) 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: data: 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: pgs: 2024-01-21T06:46:33.725 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:34.354 INFO:teuthology.orchestra.run.smithi093.stderr:mon is available 2024-01-21T06:46:34.354 INFO:teuthology.orchestra.run.smithi093.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T06:46:34.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:34 smithi093 bash[13542]: cluster 2024-01-21T06:46:33.513381+0000 mon.smithi093 (mon.0) 2 : cluster [INF] mon.smithi093 is new leader, mons smithi093 in quorum (ranks 0) 2024-01-21T06:46:34.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:34 smithi093 bash[13542]: cluster 2024-01-21T06:46:33.515741+0000 mon.smithi093 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi093=[v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0]} removed_ranks: {} 2024-01-21T06:46:34.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:34 smithi093 bash[13542]: cluster 2024-01-21T06:46:33.524683+0000 mon.smithi093 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T06:46:34.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:34 smithi093 bash[13542]: cluster 2024-01-21T06:46:33.535476+0000 mon.smithi093 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T06:46:34.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:34 smithi093 bash[13542]: cluster 2024-01-21T06:46:33.537160+0000 mon.smithi093 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T06:46:34.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:34 smithi093 bash[13542]: audit 2024-01-21T06:46:33.719322+0000 mon.smithi093 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.93:0/3285522742' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T06:46:35.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:35.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [global] 2024-01-21T06:46:35.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: fsid = afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:46:35.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.93:3300,v1:172.21.15.93:6789] 2024-01-21T06:46:35.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T06:46:35.473 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T06:46:35.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T06:46:35.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T06:46:35.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:35.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [mgr] 2024-01-21T06:46:35.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T06:46:35.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:35.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [osd] 2024-01-21T06:46:35.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T06:46:35.475 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T06:46:35.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:35 smithi093 bash[13542]: audit 2024-01-21T06:46:35.464347+0000 mon.smithi093 (mon.0) 8 : audit [INF] from='client.? 172.21.15.93:0/2099477690' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T06:46:35.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:35 smithi093 bash[13542]: audit 2024-01-21T06:46:35.469482+0000 mon.smithi093 (mon.0) 9 : audit [INF] from='client.? 172.21.15.93:0/2099477690' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T06:46:36.137 INFO:teuthology.orchestra.run.smithi093.stderr:Generating new minimal ceph.conf... 2024-01-21T06:46:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:37 smithi093 bash[13542]: audit 2024-01-21T06:46:37.174215+0000 mon.smithi093 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.93:0/1859859221' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:46:37.823 INFO:teuthology.orchestra.run.smithi093.stderr:Restarting the monitor... 2024-01-21T06:46:38.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:37 smithi093 systemd[1]: Stopping Ceph mon.smithi093 for afa04fb2-b828-11ee-95b0-87774f69a715... 2024-01-21T06:46:38.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:37 smithi093 bash[13932]: Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-mon.smithi093 2024-01-21T06:46:38.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:37 smithi093 bash[13542]: debug 2024-01-21T06:46:37.982+0000 7f845e5ff700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi093 -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-21T06:46:38.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:37 smithi093 bash[13542]: debug 2024-01-21T06:46:37.982+0000 7f845e5ff700 -1 mon.smithi093@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T06:46:38.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:38 smithi093 bash[13967]: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-mon-smithi093 2024-01-21T06:46:38.593 INFO:teuthology.orchestra.run.smithi093.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2024-01-21T06:46:38.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:38 smithi093 bash[14030]: Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-mon-smithi093 2024-01-21T06:46:38.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:38 smithi093 systemd[1]: ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mon.smithi093.service: Succeeded. 2024-01-21T06:46:38.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:38 smithi093 systemd[1]: Stopped Ceph mon.smithi093 for afa04fb2-b828-11ee-95b0-87774f69a715. 2024-01-21T06:46:38.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:38 smithi093 systemd[1]: Started Ceph mon.smithi093 for afa04fb2-b828-11ee-95b0-87774f69a715. 2024-01-21T06:46:39.851 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.774+0000 7fbfb8174880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T06:46:39.851 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.774+0000 7fbfb8174880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.774+0000 7fbfb8174880 0 pidfile_write: ignore empty --pid-file 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 0 load: jerasure load: lrc load: isa 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: DB SUMMARY 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi093/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi093/store.db: 000006.log size: 86533 ; 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T06:46:39.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T06:46:39.853 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.env: 0x5622157c3080 2024-01-21T06:46:39.853 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.fs: Posix File System 2024-01-21T06:46:39.853 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.info_log: 0x56221798c520 2024-01-21T06:46:39.853 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T06:46:39.853 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.statistics: (nil) 2024-01-21T06:46:39.853 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.use_fsync: 0 2024-01-21T06:46:39.853 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T06:46:39.853 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T06:46:39.853 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T06:46:39.853 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T06:46:39.853 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T06:46:39.854 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T06:46:39.854 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T06:46:39.854 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T06:46:39.854 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T06:46:39.854 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T06:46:39.854 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.db_log_dir: 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi093/store.db 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.write_buffer_manager: 0x5622185da480 2024-01-21T06:46:39.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.unordered_write: 0 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.row_cache: None 2024-01-21T06:46:39.856 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.wal_filter: None 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T06:46:39.857 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_open_files: -1 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Compression algorithms supported: 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T06:46:39.858 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: kZSTD supported: 0 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi093/store.db/MANIFEST-000005 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.merge_operator: 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_filter: None 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T06:46:39.859 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56221792fd28) 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: cache_index_and_filter_blocks: 1 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: pin_top_level_index_and_filter: 1 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: index_type: 0 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: data_block_index_type: 0 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: index_shortening: 1 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: hash_index_allow_collision: 1 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: checksum: 1 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: no_block_cache: 0 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: block_cache: 0x562217966f10 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: block_cache_name: BinnedLRUCache 2024-01-21T06:46:39.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: block_cache_options: 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: capacity : 536870912 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: num_shard_bits : 4 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: strict_capacity_limit : 0 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: high_pri_pool_ratio: 0.000 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: block_cache_compressed: (nil) 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: persistent_cache: (nil) 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: block_size: 4096 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: block_size_deviation: 10 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: block_restart_interval: 16 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: index_block_restart_interval: 1 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: metadata_block_size: 4096 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: partition_filters: 0 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: use_delta_encoding: 1 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T06:46:39.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: whole_key_filtering: 1 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: verify_compression: 0 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: read_amp_bytes_per_bit: 0 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: format_version: 2 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: enable_index_compression: 1 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: block_align: 0 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compression: NoCompression 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.num_levels: 7 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T06:46:39.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T06:46:39.863 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T06:46:39.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T06:46:39.865 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T06:46:39.865 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T06:46:39.866 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.ttl: 2592000 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T06:46:39.867 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi093/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-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.778+0000 7fbfb8174880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705819599784725, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.782+0000 7fbfb8174880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.782+0000 7fbfb8174880 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-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.782+0000 7fbfb8174880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705819599786756, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83406, "table_properties": {"data_size": 81673, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76185, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705819599, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.782+0000 7fbfb8174880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.782+0000 7fbfb8174880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705819599787321, "job": 1, "event": "recovery_finished"} 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.782+0000 7fbfb8174880 4 rocksdb: DB pointer 0x562217a2f800 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.782+0000 7fbf9ef66700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.782+0000 7fbf9ef66700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: ** DB Stats ** 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 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-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T06:46:39.868 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 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-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: ** Compaction Stats [default] ** 2024-01-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 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-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 78.8 0.00 0.00 1 0.001 0 0 2024-01-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 78.8 0.00 0.00 1 0.001 0 0 2024-01-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 78.8 0.00 0.00 1 0.001 0 0 2024-01-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: ** Compaction Stats [default] ** 2024-01-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 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-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 78.8 0.00 0.00 1 0.001 0 0 2024-01-21T06:46:39.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Cumulative compaction: 0.00 GB write, 13.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Interval compaction: 0.00 GB write, 13.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 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-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: ** Compaction Stats [default] ** 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 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-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 78.8 0.00 0.00 1 0.001 0 0 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 78.8 0.00 0.00 1 0.001 0 0 2024-01-21T06:46:39.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 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-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: ** Compaction Stats [default] ** 2024-01-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 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-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 78.8 0.00 0.00 1 0.001 0 0 2024-01-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: Cumulative compaction: 0.00 GB write, 13.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 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-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 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-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:46:39.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.786+0000 7fbfb8174880 0 starting mon.smithi093 rank 0 at public addrs [v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0] at bind addrs [v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi093 fsid afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.786+0000 7fbfb8174880 1 mon.smithi093@-1(???) e1 preinit fsid afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.786+0000 7fbfb8174880 0 mon.smithi093@-1(???).mds e1 new map 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.786+0000 7fbfb8174880 0 mon.smithi093@-1(???).mds e1 print_map 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: e1 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 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-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: legacy client fscid: -1 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: No filesystems configured 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.786+0000 7fbfb8174880 0 mon.smithi093@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.786+0000 7fbfb8174880 0 mon.smithi093@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.786+0000 7fbfb8174880 0 mon.smithi093@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.786+0000 7fbfb8174880 0 mon.smithi093@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:46:39.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: audit 2024-01-21T06:46:37.174215+0000 mon.smithi093 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.93:0/1859859221' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:46:39.873 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: debug 2024-01-21T06:46:39.786+0000 7fbfb8174880 1 mon.smithi093@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T06:46:39.873 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: cluster 2024-01-21T06:46:39.795928+0000 mon.smithi093 (mon.0) 1 : cluster [INF] mon.smithi093 is new leader, mons smithi093 in quorum (ranks 0) 2024-01-21T06:46:39.873 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: cluster 2024-01-21T06:46:39.795981+0000 mon.smithi093 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi093=[v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0]} removed_ranks: {} 2024-01-21T06:46:39.873 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: cluster 2024-01-21T06:46:39.796348+0000 mon.smithi093 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T06:46:39.873 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: cluster 2024-01-21T06:46:39.796377+0000 mon.smithi093 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T06:46:39.873 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:39 smithi093 bash[14068]: cluster 2024-01-21T06:46:39.796719+0000 mon.smithi093 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T06:46:40.651 INFO:teuthology.orchestra.run.smithi093.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T06:46:40.652 INFO:teuthology.orchestra.run.smithi093.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T06:46:40.652 INFO:teuthology.orchestra.run.smithi093.stderr:Creating mgr... 2024-01-21T06:46:40.652 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying port 9283 ... 2024-01-21T06:46:40.889 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to reset failed state of unit ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mgr.smithi093.jhwfwc.service: Unit ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mgr.smithi093.jhwfwc.service not loaded. 2024-01-21T06:46:40.898 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Created symlink /etc/systemd/system/ceph-afa04fb2-b828-11ee-95b0-87774f69a715.target.wants/ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mgr.smithi093.jhwfwc.service -> /etc/systemd/system/ceph-afa04fb2-b828-11ee-95b0-87774f69a715@.service. 2024-01-21T06:46:41.102 INFO:teuthology.orchestra.run.smithi093.stderr:firewalld does not appear to be present 2024-01-21T06:46:41.103 INFO:teuthology.orchestra.run.smithi093.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T06:46:41.103 INFO:teuthology.orchestra.run.smithi093.stderr:firewalld does not appear to be present 2024-01-21T06:46:41.103 INFO:teuthology.orchestra.run.smithi093.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T06:46:41.103 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mgr to start... 2024-01-21T06:46:41.103 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mgr... 2024-01-21T06:46:41.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:40 smithi093 bash[14068]: audit 2024-01-21T06:46:39.972326+0000 mon.smithi093 (mon.0) 6 : audit [INF] from='client.? 172.21.15.93:0/2688296937' entity='client.admin' 2024-01-21T06:46:42.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:42.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2024-01-21T06:46:42.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsid": "afa04fb2-b828-11ee-95b0-87774f69a715", 2024-01-21T06:46:42.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "health": { 2024-01-21T06:46:42.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T06:46:42.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T06:46:42.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 0 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "smithi093" 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:42.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T06:46:42.627 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:42.627 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T06:46:42.627 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T06:46:42.627 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T06:46:42.627 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T06:46:42.630 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T06:46:42.630 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T06:46:42.630 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:42.630 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T06:46:42.630 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "available": false, 2024-01-21T06:46:42.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "iostat", 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "nfs", 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "restful" 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modified": "2024-01-21T06:46:33.519052+0000", 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T06:46:42.632 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2024-01-21T06:46:42.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:42 smithi093 bash[14068]: audit 2024-01-21T06:46:42.619727+0000 mon.smithi093 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.93:0/3501214356' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T06:46:43.314 INFO:teuthology.orchestra.run.smithi093.stderr:mgr not available, waiting (1/15)... 2024-01-21T06:46:46.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:46.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2024-01-21T06:46:46.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsid": "afa04fb2-b828-11ee-95b0-87774f69a715", 2024-01-21T06:46:46.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "health": { 2024-01-21T06:46:46.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T06:46:46.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T06:46:46.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T06:46:46.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:46.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T06:46:46.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 0 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "smithi093" 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T06:46:46.501 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T06:46:46.502 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T06:46:46.505 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T06:46:46.505 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T06:46:46.505 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:46.505 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T06:46:46.505 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T06:46:46.505 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T06:46:46.505 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T06:46:46.505 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "available": false, 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "iostat", 2024-01-21T06:46:46.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "nfs", 2024-01-21T06:46:46.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "restful" 2024-01-21T06:46:46.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2024-01-21T06:46:46.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:46:46.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:46.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T06:46:46.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:46.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modified": "2024-01-21T06:46:33.519052+0000", 2024-01-21T06:46:46.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:46:46.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:46.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T06:46:46.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2024-01-21T06:46:46.762 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:46 smithi093 bash[14068]: audit 2024-01-21T06:46:46.494525+0000 mon.smithi093 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.93:0/1908175195' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T06:46:47.180 INFO:teuthology.orchestra.run.smithi093.stderr:mgr not available, waiting (2/15)... 2024-01-21T06:46:49.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: cluster 2024-01-21T06:46:48.847018+0000 mon.smithi093 (mon.0) 9 : cluster [INF] Activating manager daemon smithi093.jhwfwc 2024-01-21T06:46:49.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: cluster 2024-01-21T06:46:48.853721+0000 mon.smithi093 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi093.jhwfwc(active, starting, since 0.00689036s) 2024-01-21T06:46:49.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: audit 2024-01-21T06:46:48.854994+0000 mon.smithi093 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.93:0/1270904339' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T06:46:49.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: audit 2024-01-21T06:46:48.855152+0000 mon.smithi093 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.93:0/1270904339' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T06:46:49.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: audit 2024-01-21T06:46:48.855322+0000 mon.smithi093 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.93:0/1270904339' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T06:46:49.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: audit 2024-01-21T06:46:48.855469+0000 mon.smithi093 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.93:0/1270904339' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2024-01-21T06:46:49.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: audit 2024-01-21T06:46:48.856416+0000 mon.smithi093 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.93:0/1270904339' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr metadata", "who": "smithi093.jhwfwc", "id": "smithi093.jhwfwc"}]: dispatch 2024-01-21T06:46:49.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: cluster 2024-01-21T06:46:48.859938+0000 mon.smithi093 (mon.0) 16 : cluster [INF] Manager daemon smithi093.jhwfwc is now available 2024-01-21T06:46:49.167 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: audit 2024-01-21T06:46:48.867852+0000 mon.smithi093 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.93:0/1270904339' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:46:49.167 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: audit 2024-01-21T06:46:48.882344+0000 mon.smithi093 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.93:0/1270904339' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.jhwfwc/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:46:49.167 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: audit 2024-01-21T06:46:48.886072+0000 mon.smithi093 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.93:0/1270904339' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.jhwfwc/trash_purge_schedule"}]: dispatch 2024-01-21T06:46:49.168 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: audit 2024-01-21T06:46:48.890329+0000 mon.smithi093 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.93:0/1270904339' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:46:49.168 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:48 smithi093 bash[14068]: audit 2024-01-21T06:46:48.893389+0000 mon.smithi093 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.93:0/1270904339' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:46:50.604 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:50.604 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2024-01-21T06:46:50.605 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsid": "afa04fb2-b828-11ee-95b0-87774f69a715", 2024-01-21T06:46:50.605 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "health": { 2024-01-21T06:46:50.605 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T06:46:50.605 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T06:46:50.605 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T06:46:50.605 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:50.605 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T06:46:50.605 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T06:46:50.605 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 0 2024-01-21T06:46:50.607 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2024-01-21T06:46:50.607 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T06:46:50.607 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "smithi093" 2024-01-21T06:46:50.607 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2024-01-21T06:46:50.607 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-21T06:46:50.607 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T06:46:50.607 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:50.607 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T06:46:50.607 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T06:46:50.607 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:50.607 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T06:46:50.608 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:50.608 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T06:46:50.608 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T06:46:50.608 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T06:46:50.608 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T06:46:50.611 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T06:46:50.611 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T06:46:50.611 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:50.611 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T06:46:50.611 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:50.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "available": true, 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "iostat", 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "nfs", 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "restful" 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modified": "2024-01-21T06:46:33.519052+0000", 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2024-01-21T06:46:50.613 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T06:46:50.614 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2024-01-21T06:46:50.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:50 smithi093 bash[14068]: cluster 2024-01-21T06:46:49.854598+0000 mon.smithi093 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi093.jhwfwc(active, since 1.00779s) 2024-01-21T06:46:50.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:50 smithi093 bash[14068]: audit 2024-01-21T06:46:50.599890+0000 mon.smithi093 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.93:0/3946746942' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T06:46:51.250 INFO:teuthology.orchestra.run.smithi093.stderr:mgr is available 2024-01-21T06:46:52.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:51 smithi093 bash[14068]: cluster 2024-01-21T06:46:50.860882+0000 mon.smithi093 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi093.jhwfwc(active, since 2s) 2024-01-21T06:46:52.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:52.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [global] 2024-01-21T06:46:52.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: fsid = afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:46:52.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T06:46:52.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T06:46:52.506 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T06:46:52.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T06:46:52.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:52.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [mgr] 2024-01-21T06:46:52.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T06:46:52.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2024-01-21T06:46:52.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [osd] 2024-01-21T06:46:52.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T06:46:52.507 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T06:46:53.156 INFO:teuthology.orchestra.run.smithi093.stderr:Enabling cephadm module... 2024-01-21T06:46:53.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:52 smithi093 bash[14068]: audit 2024-01-21T06:46:52.501446+0000 mon.smithi093 (mon.0) 25 : audit [INF] from='client.? 172.21.15.93:0/3170909565' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T06:46:54.883 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:54 smithi093 bash[14068]: audit 2024-01-21T06:46:54.521192+0000 mon.smithi093 (mon.0) 26 : audit [INF] from='client.? 172.21.15.93:0/1130840684' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T06:46:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:55 smithi093 bash[14068]: audit 2024-01-21T06:46:54.577972+0000 mon.smithi093 (mon.0) 27 : audit [INF] from='client.? 172.21.15.93:0/1130840684' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T06:46:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:55 smithi093 bash[14068]: cluster 2024-01-21T06:46:54.578120+0000 mon.smithi093 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi093.jhwfwc(active, since 5s) 2024-01-21T06:46:56.715 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2024-01-21T06:46:56.715 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-21T06:46:56.715 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "available": true, 2024-01-21T06:46:56.715 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "active_name": "smithi093.jhwfwc", 2024-01-21T06:46:56.715 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T06:46:56.715 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2024-01-21T06:46:57.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:46:56 smithi093 bash[14068]: audit 2024-01-21T06:46:56.711740+0000 mon.smithi093 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.93:0/1673114784' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T06:46:57.380 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for the mgr to restart... 2024-01-21T06:46:57.380 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mgr epoch 5... 2024-01-21T06:47:01.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:01 smithi093 bash[14068]: cluster 2024-01-21T06:47:01.086880+0000 mon.smithi093 (mon.0) 30 : cluster [INF] Active manager daemon smithi093.jhwfwc restarted 2024-01-21T06:47:01.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:01 smithi093 bash[14068]: cluster 2024-01-21T06:47:01.087259+0000 mon.smithi093 (mon.0) 31 : cluster [INF] Activating manager daemon smithi093.jhwfwc 2024-01-21T06:47:01.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:01 smithi093 bash[14068]: cluster 2024-01-21T06:47:01.093389+0000 mon.smithi093 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T06:47:01.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:01 smithi093 bash[14068]: cluster 2024-01-21T06:47:01.093649+0000 mon.smithi093 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi093.jhwfwc(active, starting, since 0.00652698s) 2024-01-21T06:47:01.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:01 smithi093 bash[14068]: audit 2024-01-21T06:47:01.095463+0000 mon.smithi093 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2024-01-21T06:47:01.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:01 smithi093 bash[14068]: audit 2024-01-21T06:47:01.096748+0000 mon.smithi093 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr metadata", "who": "smithi093.jhwfwc", "id": "smithi093.jhwfwc"}]: dispatch 2024-01-21T06:47:01.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:01 smithi093 bash[14068]: audit 2024-01-21T06:47:01.098000+0000 mon.smithi093 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T06:47:01.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:01 smithi093 bash[14068]: audit 2024-01-21T06:47:01.098180+0000 mon.smithi093 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T06:47:01.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:01 smithi093 bash[14068]: audit 2024-01-21T06:47:01.098328+0000 mon.smithi093 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T06:47:01.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:01 smithi093 bash[14068]: cluster 2024-01-21T06:47:01.101955+0000 mon.smithi093 (mon.0) 39 : cluster [INF] Manager daemon smithi093.jhwfwc is now available 2024-01-21T06:47:01.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:01 smithi093 bash[14068]: audit 2024-01-21T06:47:01.118896+0000 mon.smithi093 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:02.110 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2024-01-21T06:47:02.110 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-21T06:47:02.111 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T06:47:02.111 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2024-01-21T06:47:02.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:02 smithi093 bash[14068]: cephadm 2024-01-21T06:47:01.115553+0000 mgr.smithi093.jhwfwc (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-21T06:47:02.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:02 smithi093 bash[14068]: audit 2024-01-21T06:47:01.233573+0000 mon.smithi093 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:02.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:02 smithi093 bash[14068]: audit 2024-01-21T06:47:01.235388+0000 mon.smithi093 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:47:02.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:02 smithi093 bash[14068]: audit 2024-01-21T06:47:01.239965+0000 mon.smithi093 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:47:02.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:02 smithi093 bash[14068]: audit 2024-01-21T06:47:01.243282+0000 mon.smithi093 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:47:02.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:02 smithi093 bash[14068]: audit 2024-01-21T06:47:01.265877+0000 mon.smithi093 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.jhwfwc/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:47:02.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:02 smithi093 bash[14068]: audit 2024-01-21T06:47:01.270140+0000 mon.smithi093 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.jhwfwc/trash_purge_schedule"}]: dispatch 2024-01-21T06:47:02.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:02 smithi093 bash[14068]: cluster 2024-01-21T06:47:02.096465+0000 mon.smithi093 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi093.jhwfwc(active, since 1.00934s) 2024-01-21T06:47:03.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:03 smithi093 bash[14068]: audit 2024-01-21T06:47:02.095854+0000 mgr.smithi093.jhwfwc (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T06:47:03.718 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:03 smithi093 bash[14068]: audit 2024-01-21T06:47:02.107219+0000 mgr.smithi093.jhwfwc (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T06:47:03.781 INFO:teuthology.orchestra.run.smithi093.stderr:mgr epoch 5 is available 2024-01-21T06:47:03.781 INFO:teuthology.orchestra.run.smithi093.stderr:Setting orchestrator backend to cephadm... 2024-01-21T06:47:04.675 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:04 smithi093 bash[14068]: cluster 2024-01-21T06:47:03.235905+0000 mon.smithi093 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi093.jhwfwc(active, since 2s) 2024-01-21T06:47:07.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:06 smithi093 bash[14068]: audit 2024-01-21T06:47:05.914772+0000 mgr.smithi093.jhwfwc (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-21T06:47:07.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:06 smithi093 bash[14068]: audit 2024-01-21T06:47:05.921759+0000 mon.smithi093 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:07.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:06 smithi093 bash[14068]: audit 2024-01-21T06:47:05.979574+0000 mon.smithi093 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:47:08.960 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: value unchanged 2024-01-21T06:47:09.721 INFO:teuthology.orchestra.run.smithi093.stderr:Generating ssh key... 2024-01-21T06:47:10.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:09 smithi093 bash[14068]: audit 2024-01-21T06:47:08.957357+0000 mgr.smithi093.jhwfwc (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:12.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:12 smithi093 bash[14068]: audit 2024-01-21T06:47:11.061917+0000 mgr.smithi093.jhwfwc (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:12.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:12 smithi093 bash[14068]: cephadm 2024-01-21T06:47:11.062319+0000 mgr.smithi093.jhwfwc (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-21T06:47:12.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:12 smithi093 bash[14068]: audit 2024-01-21T06:47:11.162619+0000 mon.smithi093 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:12.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:12 smithi093 bash[14068]: audit 2024-01-21T06:47:11.168791+0000 mon.smithi093 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:13.029 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnKxzp9Jh/oel/Mc2qQWrlbhiHF7IZBD0vbwZ2cYCOzPv7fFL11ZJCpExmr+7ZVv3494VjI6tbAGvztqoveJEWsoKqf5/LiZuiptzQIrBLiUBAympDm/FgqM4eXuBbcdyeHK44Cxiynma6RindwBOMlIuTWHjXqXTStAEKMvzDP9fd2G5/IeU/8jdzOPlPQIZ+nUxsrdH8TdY7i3QMDHa1qtVXYzuUbwLf03QQHIJK4cr6dUXO5WDdYW9UEr0k52Im6xDSlIIijjGdTgEDxPef6AkE8TPUkhXQ1hIdBf+51sT/1cBPw1kCuYYaKrfQFbmPmlqWzFJevmK7qFqx+kCXsLEwG2NhXMjlaiS3Yzebc/4UiJ/J2dPPmWoxxVHxOXlzEzjO9nm2t1Pn+BSbx4MA2voKhXU+BwNPdTpZrMmJWPDoIg9Z07loVP+3aOvzLws8C5JDza6UgYeIHcv6rNg7TMSay7bS0xn2ni6VYFT0SkKTXCbyZuq/111HegaHoxc= ceph-afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:47:13.669 INFO:teuthology.orchestra.run.smithi093.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T06:47:13.669 INFO:teuthology.orchestra.run.smithi093.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T06:47:13.674 INFO:teuthology.orchestra.run.smithi093.stderr:Adding host smithi093... 2024-01-21T06:47:14.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:13 smithi093 bash[14068]: audit 2024-01-21T06:47:13.025830+0000 mgr.smithi093.jhwfwc (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:16.036 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Added host 'smithi093' with addr '172.21.15.93' 2024-01-21T06:47:16.089 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:15 smithi093 bash[14068]: audit 2024-01-21T06:47:15.015000+0000 mgr.smithi093.jhwfwc (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi093", "addr": "172.21.15.93", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:16.979 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying mon service with default placement... 2024-01-21T06:47:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:17 smithi093 bash[14068]: audit 2024-01-21T06:47:16.032969+0000 mon.smithi093 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:17 smithi093 bash[14068]: cephadm 2024-01-21T06:47:16.033566+0000 mgr.smithi093.jhwfwc (mgr.14116) 10 : cephadm [INF] Added host smithi093 2024-01-21T06:47:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:17 smithi093 bash[14068]: audit 2024-01-21T06:47:16.073923+0000 mon.smithi093 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:47:19.150 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T06:47:19.873 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying mgr service with default placement... 2024-01-21T06:47:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:20 smithi093 bash[14068]: audit 2024-01-21T06:47:19.138694+0000 mgr.smithi093.jhwfwc (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:20 smithi093 bash[14068]: cephadm 2024-01-21T06:47:19.141880+0000 mgr.smithi093.jhwfwc (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T06:47:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:20 smithi093 bash[14068]: audit 2024-01-21T06:47:19.146613+0000 mon.smithi093 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:20 smithi093 bash[14068]: audit 2024-01-21T06:47:19.479627+0000 mon.smithi093 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:20 smithi093 bash[14068]: audit 2024-01-21T06:47:19.708473+0000 mon.smithi093 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:21.160 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T06:47:21.815 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying crash service with default placement... 2024-01-21T06:47:22.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:22 smithi093 bash[14068]: cluster 2024-01-21T06:47:21.099661+0000 mgr.smithi093.jhwfwc (mgr.14116) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:47:22.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:22 smithi093 bash[14068]: audit 2024-01-21T06:47:21.151436+0000 mgr.smithi093.jhwfwc (mgr.14116) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:22.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:22 smithi093 bash[14068]: cephadm 2024-01-21T06:47:21.152469+0000 mgr.smithi093.jhwfwc (mgr.14116) 15 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T06:47:22.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:22 smithi093 bash[14068]: audit 2024-01-21T06:47:21.156730+0000 mon.smithi093 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:23.137 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T06:47:23.788 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying prometheus service with default placement... 2024-01-21T06:47:24.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:24 smithi093 bash[14068]: cluster 2024-01-21T06:47:23.100093+0000 mgr.smithi093.jhwfwc (mgr.14116) 16 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:47:24.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:24 smithi093 bash[14068]: audit 2024-01-21T06:47:23.127175+0000 mgr.smithi093.jhwfwc (mgr.14116) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:24.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:24 smithi093 bash[14068]: cephadm 2024-01-21T06:47:23.129572+0000 mgr.smithi093.jhwfwc (mgr.14116) 18 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T06:47:24.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:24 smithi093 bash[14068]: audit 2024-01-21T06:47:23.134195+0000 mon.smithi093 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:25.075 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T06:47:25.735 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying grafana service with default placement... 2024-01-21T06:47:26.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:25 smithi093 bash[14068]: audit 2024-01-21T06:47:24.736158+0000 mon.smithi093 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:26.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:25 smithi093 bash[14068]: audit 2024-01-21T06:47:25.067513+0000 mgr.smithi093.jhwfwc (mgr.14116) 19 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:26.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:25 smithi093 bash[14068]: cephadm 2024-01-21T06:47:25.068541+0000 mgr.smithi093.jhwfwc (mgr.14116) 20 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T06:47:26.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:25 smithi093 bash[14068]: audit 2024-01-21T06:47:25.072138+0000 mon.smithi093 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:26.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:25 smithi093 bash[14068]: cluster 2024-01-21T06:47:25.100484+0000 mgr.smithi093.jhwfwc (mgr.14116) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:47:27.088 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T06:47:27.743 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying node-exporter service with default placement... 2024-01-21T06:47:28.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:28 smithi093 bash[14068]: audit 2024-01-21T06:47:27.078276+0000 mgr.smithi093.jhwfwc (mgr.14116) 22 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:28.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:28 smithi093 bash[14068]: cephadm 2024-01-21T06:47:27.080350+0000 mgr.smithi093.jhwfwc (mgr.14116) 23 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T06:47:28.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:28 smithi093 bash[14068]: audit 2024-01-21T06:47:27.084890+0000 mon.smithi093 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:28.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:28 smithi093 bash[14068]: cluster 2024-01-21T06:47:27.100847+0000 mgr.smithi093.jhwfwc (mgr.14116) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:47:29.052 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T06:47:29.700 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying alertmanager service with default placement... 2024-01-21T06:47:30.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:30 smithi093 bash[14068]: audit 2024-01-21T06:47:29.043433+0000 mgr.smithi093.jhwfwc (mgr.14116) 25 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:30.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:30 smithi093 bash[14068]: cephadm 2024-01-21T06:47:29.044378+0000 mgr.smithi093.jhwfwc (mgr.14116) 26 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T06:47:30.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:30 smithi093 bash[14068]: audit 2024-01-21T06:47:29.048551+0000 mon.smithi093 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:30.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:30 smithi093 bash[14068]: cluster 2024-01-21T06:47:29.101147+0000 mgr.smithi093.jhwfwc (mgr.14116) 27 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:47:31.051 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T06:47:32.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:32 smithi093 bash[14068]: audit 2024-01-21T06:47:31.044040+0000 mgr.smithi093.jhwfwc (mgr.14116) 28 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:32.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:32 smithi093 bash[14068]: cephadm 2024-01-21T06:47:31.045000+0000 mgr.smithi093.jhwfwc (mgr.14116) 29 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T06:47:32.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:32 smithi093 bash[14068]: audit 2024-01-21T06:47:31.047632+0000 mon.smithi093 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.93:0/3112590426' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:32.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:32 smithi093 bash[14068]: cluster 2024-01-21T06:47:31.101373+0000 mgr.smithi093.jhwfwc (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:47:34.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:34 smithi093 bash[14068]: cluster 2024-01-21T06:47:33.101688+0000 mgr.smithi093.jhwfwc (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:47:34.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:34 smithi093 bash[14068]: audit 2024-01-21T06:47:33.590451+0000 mon.smithi093 (mon.0) 65 : audit [INF] from='client.? 172.21.15.93:0/2916200699' entity='client.admin' 2024-01-21T06:47:36.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:35 smithi093 bash[14068]: cluster 2024-01-21T06:47:35.102049+0000 mgr.smithi093.jhwfwc (mgr.14116) 32 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:47:36.638 INFO:teuthology.orchestra.run.smithi093.stderr:Enabling the dashboard module... 2024-01-21T06:47:37.384 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:36 smithi093 bash[14068]: audit 2024-01-21T06:47:35.972382+0000 mon.smithi093 (mon.0) 66 : audit [INF] from='client.? 172.21.15.93:0/597367611' entity='client.admin' 2024-01-21T06:47:38.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:37 smithi093 bash[14068]: cluster 2024-01-21T06:47:37.102435+0000 mgr.smithi093.jhwfwc (mgr.14116) 33 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:47:39.254 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:38 smithi093 bash[14068]: audit 2024-01-21T06:47:38.009682+0000 mon.smithi093 (mon.0) 67 : audit [INF] from='client.? 172.21.15.93:0/3988286436' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T06:47:40.386 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:39 smithi093 bash[14068]: audit 2024-01-21T06:47:38.983773+0000 mon.smithi093 (mon.0) 68 : audit [INF] from='client.? 172.21.15.93:0/3988286436' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T06:47:40.386 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:39 smithi093 bash[14068]: cluster 2024-01-21T06:47:38.983881+0000 mon.smithi093 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi093.jhwfwc(active, since 37s) 2024-01-21T06:47:41.162 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2024-01-21T06:47:41.162 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-21T06:47:41.162 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "available": true, 2024-01-21T06:47:41.162 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "active_name": "smithi093.jhwfwc", 2024-01-21T06:47:41.162 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T06:47:41.162 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2024-01-21T06:47:41.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:41 smithi093 bash[14068]: audit 2024-01-21T06:47:41.158822+0000 mon.smithi093 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.93:0/3399819980' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T06:47:41.818 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for the mgr to restart... 2024-01-21T06:47:41.818 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mgr epoch 9... 2024-01-21T06:47:47.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:47 smithi093 bash[14068]: cluster 2024-01-21T06:47:47.118742+0000 mon.smithi093 (mon.0) 71 : cluster [INF] Active manager daemon smithi093.jhwfwc restarted 2024-01-21T06:47:47.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:47 smithi093 bash[14068]: cluster 2024-01-21T06:47:47.119296+0000 mon.smithi093 (mon.0) 72 : cluster [INF] Activating manager daemon smithi093.jhwfwc 2024-01-21T06:47:47.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:47 smithi093 bash[14068]: cluster 2024-01-21T06:47:47.125207+0000 mon.smithi093 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T06:47:47.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:47 smithi093 bash[14068]: cluster 2024-01-21T06:47:47.125540+0000 mon.smithi093 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi093.jhwfwc(active, starting, since 0.00641476s) 2024-01-21T06:47:47.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:47 smithi093 bash[14068]: audit 2024-01-21T06:47:47.127178+0000 mon.smithi093 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2024-01-21T06:47:47.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:47 smithi093 bash[14068]: audit 2024-01-21T06:47:47.128209+0000 mon.smithi093 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr metadata", "who": "smithi093.jhwfwc", "id": "smithi093.jhwfwc"}]: dispatch 2024-01-21T06:47:47.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:47 smithi093 bash[14068]: audit 2024-01-21T06:47:47.129095+0000 mon.smithi093 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T06:47:47.357 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:47 smithi093 bash[14068]: audit 2024-01-21T06:47:47.129324+0000 mon.smithi093 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T06:47:47.357 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:47 smithi093 bash[14068]: audit 2024-01-21T06:47:47.129513+0000 mon.smithi093 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T06:47:47.357 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:47 smithi093 bash[14068]: cluster 2024-01-21T06:47:47.156893+0000 mon.smithi093 (mon.0) 80 : cluster [INF] Manager daemon smithi093.jhwfwc is now available 2024-01-21T06:47:48.147 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2024-01-21T06:47:48.147 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-21T06:47:48.147 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T06:47:48.147 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2024-01-21T06:47:48.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:48 smithi093 bash[14068]: audit 2024-01-21T06:47:47.301349+0000 mon.smithi093 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:47:48.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:48 smithi093 bash[14068]: audit 2024-01-21T06:47:47.304435+0000 mon.smithi093 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:47:48.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:48 smithi093 bash[14068]: audit 2024-01-21T06:47:47.348678+0000 mon.smithi093 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.jhwfwc/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:47:48.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:48 smithi093 bash[14068]: audit 2024-01-21T06:47:47.355377+0000 mon.smithi093 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.jhwfwc/trash_purge_schedule"}]: dispatch 2024-01-21T06:47:48.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:48 smithi093 bash[14068]: cluster 2024-01-21T06:47:48.127989+0000 mon.smithi093 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi093.jhwfwc(active, since 1.00887s) 2024-01-21T06:47:48.925 INFO:teuthology.orchestra.run.smithi093.stderr:mgr epoch 9 is available 2024-01-21T06:47:48.925 INFO:teuthology.orchestra.run.smithi093.stderr:Generating a dashboard self-signed certificate... 2024-01-21T06:47:49.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:49 smithi093 bash[14068]: audit 2024-01-21T06:47:48.128809+0000 mgr.smithi093.jhwfwc (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T06:47:49.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:49 smithi093 bash[14068]: audit 2024-01-21T06:47:48.143289+0000 mgr.smithi093.jhwfwc (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T06:47:50.300 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T06:47:50.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:50 smithi093 bash[14068]: cluster 2024-01-21T06:47:49.178369+0000 mon.smithi093 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi093.jhwfwc(active, since 2s) 2024-01-21T06:47:50.991 INFO:teuthology.orchestra.run.smithi093.stderr:Creating initial admin user... 2024-01-21T06:47:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:51 smithi093 bash[14068]: audit 2024-01-21T06:47:50.219547+0000 mgr.smithi093.jhwfwc (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:47:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:51 smithi093 bash[14068]: audit 2024-01-21T06:47:50.294181+0000 mon.smithi093 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:51 smithi093 bash[14068]: audit 2024-01-21T06:47:50.297201+0000 mon.smithi093 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:52.631 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$KQ1xajB45DDsjhXicN4aEOGxjtZoaFNOJ4LM3z5j8JKJhUt05F2OG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705819672, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T06:47:53.339 INFO:teuthology.orchestra.run.smithi093.stderr:Fetching dashboard port number... 2024-01-21T06:47:53.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:53 smithi093 bash[14068]: audit 2024-01-21T06:47:52.383426+0000 mgr.smithi093.jhwfwc (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-21T06:47:53.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:53 smithi093 bash[14068]: audit 2024-01-21T06:47:52.627671+0000 mon.smithi093 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:54.612 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 8443 2024-01-21T06:47:54.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:54 smithi093 bash[14068]: cluster 2024-01-21T06:47:53.630557+0000 mon.smithi093 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi093.jhwfwc(active, since 6s) 2024-01-21T06:47:54.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:54 smithi093 bash[14068]: audit 2024-01-21T06:47:54.054087+0000 mon.smithi093 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:47:54.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:47:54 smithi093 bash[14068]: audit 2024-01-21T06:47:54.609335+0000 mon.smithi093 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.93:0/68303834' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T06:47:55.328 INFO:teuthology.orchestra.run.smithi093.stderr:firewalld does not appear to be present 2024-01-21T06:47:55.328 INFO:teuthology.orchestra.run.smithi093.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T06:47:55.331 INFO:teuthology.orchestra.run.smithi093.stderr:Ceph Dashboard is now available at: 2024-01-21T06:47:55.331 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T06:47:55.331 INFO:teuthology.orchestra.run.smithi093.stderr: URL: https://smithi093.front.sepia.ceph.com:8443/ 2024-01-21T06:47:55.331 INFO:teuthology.orchestra.run.smithi093.stderr: User: admin 2024-01-21T06:47:55.331 INFO:teuthology.orchestra.run.smithi093.stderr: Password: xtp3gtl1e2 2024-01-21T06:47:55.331 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T06:47:55.331 INFO:teuthology.orchestra.run.smithi093.stderr:Enabling autotune for osd_memory_target 2024-01-21T06:47:59.131 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-21T06:48:00.087 INFO:teuthology.orchestra.run.smithi093.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-21T06:48:00.087 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T06:48:00.087 INFO:teuthology.orchestra.run.smithi093.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T06:48:00.087 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T06:48:00.087 INFO:teuthology.orchestra.run.smithi093.stderr:Or, if you are only running a single cluster on this host: 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr: ceph telemetry on 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr:For more information see: 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T06:48:00.088 INFO:teuthology.orchestra.run.smithi093.stderr:Bootstrap complete. 2024-01-21T06:48:00.136 INFO:tasks.cephadm:Fetching config... 2024-01-21T06:48:00.136 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:48:00.136 DEBUG:teuthology.orchestra.run.smithi093:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T06:48:00.141 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T06:48:00.141 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:48:00.141 DEBUG:teuthology.orchestra.run.smithi093:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T06:48:00.189 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T06:48:00.189 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:48:00.189 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/keyring of=/dev/stdout 2024-01-21T06:48:00.249 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T06:48:00.249 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:48:00.249 DEBUG:teuthology.orchestra.run.smithi093:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T06:48:00.297 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T06:48:00.297 DEBUG:teuthology.orchestra.run.smithi093:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnKxzp9Jh/oel/Mc2qQWrlbhiHF7IZBD0vbwZ2cYCOzPv7fFL11ZJCpExmr+7ZVv3494VjI6tbAGvztqoveJEWsoKqf5/LiZuiptzQIrBLiUBAympDm/FgqM4eXuBbcdyeHK44Cxiynma6RindwBOMlIuTWHjXqXTStAEKMvzDP9fd2G5/IeU/8jdzOPlPQIZ+nUxsrdH8TdY7i3QMDHa1qtVXYzuUbwLf03QQHIJK4cr6dUXO5WDdYW9UEr0k52Im6xDSlIIijjGdTgEDxPef6AkE8TPUkhXQ1hIdBf+51sT/1cBPw1kCuYYaKrfQFbmPmlqWzFJevmK7qFqx+kCXsLEwG2NhXMjlaiS3Yzebc/4UiJ/J2dPPmWoxxVHxOXlzEzjO9nm2t1Pn+BSbx4MA2voKhXU+BwNPdTpZrMmJWPDoIg9Z07loVP+3aOvzLws8C5JDza6UgYeIHcv6rNg7TMSay7bS0xn2ni6VYFT0SkKTXCbyZuq/111HegaHoxc= ceph-afa04fb2-b828-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T06:48:00.358 INFO:teuthology.orchestra.run.smithi093.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnKxzp9Jh/oel/Mc2qQWrlbhiHF7IZBD0vbwZ2cYCOzPv7fFL11ZJCpExmr+7ZVv3494VjI6tbAGvztqoveJEWsoKqf5/LiZuiptzQIrBLiUBAympDm/FgqM4eXuBbcdyeHK44Cxiynma6RindwBOMlIuTWHjXqXTStAEKMvzDP9fd2G5/IeU/8jdzOPlPQIZ+nUxsrdH8TdY7i3QMDHa1qtVXYzuUbwLf03QQHIJK4cr6dUXO5WDdYW9UEr0k52Im6xDSlIIijjGdTgEDxPef6AkE8TPUkhXQ1hIdBf+51sT/1cBPw1kCuYYaKrfQFbmPmlqWzFJevmK7qFqx+kCXsLEwG2NhXMjlaiS3Yzebc/4UiJ/J2dPPmWoxxVHxOXlzEzjO9nm2t1Pn+BSbx4MA2voKhXU+BwNPdTpZrMmJWPDoIg9Z07loVP+3aOvzLws8C5JDza6UgYeIHcv6rNg7TMSay7bS0xn2ni6VYFT0SkKTXCbyZuq/111HegaHoxc= ceph-afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:48:00.365 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnKxzp9Jh/oel/Mc2qQWrlbhiHF7IZBD0vbwZ2cYCOzPv7fFL11ZJCpExmr+7ZVv3494VjI6tbAGvztqoveJEWsoKqf5/LiZuiptzQIrBLiUBAympDm/FgqM4eXuBbcdyeHK44Cxiynma6RindwBOMlIuTWHjXqXTStAEKMvzDP9fd2G5/IeU/8jdzOPlPQIZ+nUxsrdH8TdY7i3QMDHa1qtVXYzuUbwLf03QQHIJK4cr6dUXO5WDdYW9UEr0k52Im6xDSlIIijjGdTgEDxPef6AkE8TPUkhXQ1hIdBf+51sT/1cBPw1kCuYYaKrfQFbmPmlqWzFJevmK7qFqx+kCXsLEwG2NhXMjlaiS3Yzebc/4UiJ/J2dPPmWoxxVHxOXlzEzjO9nm2t1Pn+BSbx4MA2voKhXU+BwNPdTpZrMmJWPDoIg9Z07loVP+3aOvzLws8C5JDza6UgYeIHcv6rNg7TMSay7bS0xn2ni6VYFT0SkKTXCbyZuq/111HegaHoxc= ceph-afa04fb2-b828-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T06:48:00.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:00 smithi093 bash[14068]: audit 2024-01-21T06:47:59.124707+0000 mon.smithi093 (mon.0) 93 : audit [INF] from='client.? 172.21.15.93:0/2620064127' entity='client.admin' 2024-01-21T06:48:00.478 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnKxzp9Jh/oel/Mc2qQWrlbhiHF7IZBD0vbwZ2cYCOzPv7fFL11ZJCpExmr+7ZVv3494VjI6tbAGvztqoveJEWsoKqf5/LiZuiptzQIrBLiUBAympDm/FgqM4eXuBbcdyeHK44Cxiynma6RindwBOMlIuTWHjXqXTStAEKMvzDP9fd2G5/IeU/8jdzOPlPQIZ+nUxsrdH8TdY7i3QMDHa1qtVXYzuUbwLf03QQHIJK4cr6dUXO5WDdYW9UEr0k52Im6xDSlIIijjGdTgEDxPef6AkE8TPUkhXQ1hIdBf+51sT/1cBPw1kCuYYaKrfQFbmPmlqWzFJevmK7qFqx+kCXsLEwG2NhXMjlaiS3Yzebc/4UiJ/J2dPPmWoxxVHxOXlzEzjO9nm2t1Pn+BSbx4MA2voKhXU+BwNPdTpZrMmJWPDoIg9Z07loVP+3aOvzLws8C5JDza6UgYeIHcv6rNg7TMSay7bS0xn2ni6VYFT0SkKTXCbyZuq/111HegaHoxc= ceph-afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:48:00.488 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T06:48:05.078 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-21T06:48:05.078 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-21T06:48:05.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:05 smithi093 bash[14068]: audit 2024-01-21T06:48:04.095037+0000 mon.smithi093 (mon.0) 94 : audit [INF] from='client.? 172.21.15.93:0/709937392' entity='client.admin' 2024-01-21T06:48:08.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:08 smithi093 bash[14068]: cluster 2024-01-21T06:48:07.130408+0000 mgr.smithi093.jhwfwc (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:09.943 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi143 2024-01-21T06:48:09.944 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T06:48:09.944 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.conf 2024-01-21T06:48:09.957 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T06:48:09.957 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:48:10.007 INFO:tasks.cephadm:Adding host smithi143 to orchestrator... 2024-01-21T06:48:10.007 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch host add smithi143 2024-01-21T06:48:10.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:09 smithi093 bash[14068]: audit 2024-01-21T06:48:08.907528+0000 mon.smithi093 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:10.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:09 smithi093 bash[14068]: audit 2024-01-21T06:48:09.082066+0000 mon.smithi093 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:10.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:09 smithi093 bash[14068]: audit 2024-01-21T06:48:09.215815+0000 mon.smithi093 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi093", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:48:10.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:09 smithi093 bash[14068]: audit 2024-01-21T06:48:09.217222+0000 mon.smithi093 (mon.0) 98 : audit [DBG] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:48:10.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:09 smithi093 bash[14068]: audit 2024-01-21T06:48:09.218357+0000 mon.smithi093 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:48:10.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:09 smithi093 bash[14068]: audit 2024-01-21T06:48:09.366073+0000 mon.smithi093 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:10.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:09 smithi093 bash[14068]: audit 2024-01-21T06:48:09.370231+0000 mon.smithi093 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:11.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:10 smithi093 bash[14068]: cephadm 2024-01-21T06:48:09.220056+0000 mgr.smithi093.jhwfwc (mgr.14156) 8 : cephadm [INF] Updating smithi093:/etc/ceph/ceph.conf 2024-01-21T06:48:11.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:10 smithi093 bash[14068]: cephadm 2024-01-21T06:48:09.293145+0000 mgr.smithi093.jhwfwc (mgr.14156) 9 : cephadm [INF] Updating smithi093:/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:48:11.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:10 smithi093 bash[14068]: cephadm 2024-01-21T06:48:09.386036+0000 mgr.smithi093.jhwfwc (mgr.14156) 10 : cephadm [INF] Deploying daemon alertmanager.smithi093 on smithi093 2024-01-21T06:48:13.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:12 smithi093 bash[14068]: cluster 2024-01-21T06:48:11.131022+0000 mgr.smithi093.jhwfwc (mgr.14156) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:15.025 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:14 smithi093 bash[14068]: cluster 2024-01-21T06:48:13.131469+0000 mgr.smithi093.jhwfwc (mgr.14156) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:17.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:16 smithi093 bash[14068]: cluster 2024-01-21T06:48:15.131950+0000 mgr.smithi093.jhwfwc (mgr.14156) 13 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:19.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:18 smithi093 bash[14068]: cluster 2024-01-21T06:48:17.132341+0000 mgr.smithi093.jhwfwc (mgr.14156) 14 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:19.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:18 smithi093 bash[14068]: audit 2024-01-21T06:48:17.720605+0000 mon.smithi093 (mon.0) 102 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:19.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:18 smithi093 bash[14068]: audit 2024-01-21T06:48:17.722906+0000 mon.smithi093 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi093", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:48:19.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:18 smithi093 bash[14068]: audit 2024-01-21T06:48:17.726635+0000 mon.smithi093 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi093", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T06:48:19.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:18 smithi093 bash[14068]: audit 2024-01-21T06:48:17.727632+0000 mon.smithi093 (mon.0) 105 : audit [DBG] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:48:19.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:18 smithi093 bash[14068]: cephadm 2024-01-21T06:48:17.728467+0000 mgr.smithi093.jhwfwc (mgr.14156) 15 : cephadm [INF] Deploying daemon crash.smithi093 on smithi093 2024-01-21T06:48:20.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:20 smithi093 bash[14068]: cluster 2024-01-21T06:48:19.132804+0000 mgr.smithi093.jhwfwc (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:20.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:20 smithi093 bash[14068]: audit 2024-01-21T06:48:20.641868+0000 mon.smithi093 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:20.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:20 smithi093 bash[14068]: audit 2024-01-21T06:48:20.810291+0000 mon.smithi093 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:20.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:20 smithi093 bash[14068]: audit 2024-01-21T06:48:20.813045+0000 mon.smithi093 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:20.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:20 smithi093 bash[14068]: audit 2024-01-21T06:48:20.815920+0000 mon.smithi093 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T06:48:21.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:21 smithi093 bash[14068]: audit 2024-01-21T06:48:20.816700+0000 mgr.smithi093.jhwfwc (mgr.14156) 17 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T06:48:21.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:21 smithi093 bash[14068]: audit 2024-01-21T06:48:20.820088+0000 mon.smithi093 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:21.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:21 smithi093 bash[14068]: cephadm 2024-01-21T06:48:20.832564+0000 mgr.smithi093.jhwfwc (mgr.14156) 18 : cephadm [INF] Deploying daemon grafana.smithi093 on smithi093 2024-01-21T06:48:23.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:22 smithi093 bash[14068]: cluster 2024-01-21T06:48:21.133297+0000 mgr.smithi093.jhwfwc (mgr.14156) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:23.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:22 smithi093 bash[14068]: audit 2024-01-21T06:48:22.352520+0000 mon.smithi093 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:25.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:24 smithi093 bash[14068]: cluster 2024-01-21T06:48:23.133738+0000 mgr.smithi093.jhwfwc (mgr.14156) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:27.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:26 smithi093 bash[14068]: cluster 2024-01-21T06:48:25.134120+0000 mgr.smithi093.jhwfwc (mgr.14156) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:28 smithi093 bash[14068]: cluster 2024-01-21T06:48:27.134441+0000 mgr.smithi093.jhwfwc (mgr.14156) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:31.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:30 smithi093 bash[14068]: cluster 2024-01-21T06:48:29.134894+0000 mgr.smithi093.jhwfwc (mgr.14156) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:33.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:32 smithi093 bash[14068]: cluster 2024-01-21T06:48:31.135248+0000 mgr.smithi093.jhwfwc (mgr.14156) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:35.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:34 smithi093 bash[14068]: cluster 2024-01-21T06:48:33.135657+0000 mgr.smithi093.jhwfwc (mgr.14156) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:36 smithi093 bash[14068]: cluster 2024-01-21T06:48:35.136050+0000 mgr.smithi093.jhwfwc (mgr.14156) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:38.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:38 smithi093 bash[14068]: cluster 2024-01-21T06:48:37.136430+0000 mgr.smithi093.jhwfwc (mgr.14156) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:40.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:40 smithi093 bash[14068]: cluster 2024-01-21T06:48:39.136898+0000 mgr.smithi093.jhwfwc (mgr.14156) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:40.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:40 smithi093 bash[14068]: audit 2024-01-21T06:48:40.641460+0000 mon.smithi093 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:41.890 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:41 smithi093 bash[14068]: cephadm 2024-01-21T06:48:40.645494+0000 mgr.smithi093.jhwfwc (mgr.14156) 29 : cephadm [INF] Deploying daemon node-exporter.smithi093 on smithi093 2024-01-21T06:48:41.891 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:41 smithi093 bash[14068]: audit 2024-01-21T06:48:41.328053+0000 mon.smithi093 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:41.891 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:41 smithi093 bash[14068]: audit 2024-01-21T06:48:41.332270+0000 mon.smithi093 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T06:48:42.975 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:42 smithi093 bash[14068]: cluster 2024-01-21T06:48:41.137270+0000 mgr.smithi093.jhwfwc (mgr.14156) 30 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:48:42.976 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:42 smithi093 bash[14068]: audit 2024-01-21T06:48:42.331132+0000 mon.smithi093 (mon.0) 115 : audit [INF] from='mgr.14156 172.21.15.93:0/3492649467' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T06:48:42.976 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:42 smithi093 bash[14068]: cluster 2024-01-21T06:48:42.331224+0000 mon.smithi093 (mon.0) 116 : cluster [DBG] mgrmap e14: smithi093.jhwfwc(active, since 55s) 2024-01-21T06:48:49.287 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:49 smithi093 bash[14068]: cluster 2024-01-21T06:48:48.974947+0000 mon.smithi093 (mon.0) 117 : cluster [INF] Active manager daemon smithi093.jhwfwc restarted 2024-01-21T06:48:49.288 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:49 smithi093 bash[14068]: cluster 2024-01-21T06:48:48.975380+0000 mon.smithi093 (mon.0) 118 : cluster [INF] Activating manager daemon smithi093.jhwfwc 2024-01-21T06:48:49.288 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:49 smithi093 bash[14068]: cluster 2024-01-21T06:48:48.980842+0000 mon.smithi093 (mon.0) 119 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T06:48:49.288 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:49 smithi093 bash[14068]: cluster 2024-01-21T06:48:48.981013+0000 mon.smithi093 (mon.0) 120 : cluster [DBG] mgrmap e15: smithi093.jhwfwc(active, starting, since 0.00580945s) 2024-01-21T06:48:49.288 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:49 smithi093 bash[14068]: audit 2024-01-21T06:48:48.982168+0000 mon.smithi093 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2024-01-21T06:48:49.288 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:49 smithi093 bash[14068]: audit 2024-01-21T06:48:48.983314+0000 mon.smithi093 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr metadata", "who": "smithi093.jhwfwc", "id": "smithi093.jhwfwc"}]: dispatch 2024-01-21T06:48:49.288 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:49 smithi093 bash[14068]: audit 2024-01-21T06:48:48.984092+0000 mon.smithi093 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T06:48:49.288 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:49 smithi093 bash[14068]: audit 2024-01-21T06:48:48.984406+0000 mon.smithi093 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T06:48:49.288 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:49 smithi093 bash[14068]: audit 2024-01-21T06:48:48.984653+0000 mon.smithi093 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T06:48:49.288 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:49 smithi093 bash[14068]: cluster 2024-01-21T06:48:49.008311+0000 mon.smithi093 (mon.0) 126 : cluster [INF] Manager daemon smithi093.jhwfwc is now available 2024-01-21T06:48:50.119 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:50 smithi093 bash[14068]: audit 2024-01-21T06:48:49.146798+0000 mon.smithi093 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:48:50.119 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:50 smithi093 bash[14068]: audit 2024-01-21T06:48:49.149684+0000 mon.smithi093 (mon.0) 128 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:48:50.119 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:50 smithi093 bash[14068]: audit 2024-01-21T06:48:49.189323+0000 mon.smithi093 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:50.119 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:50 smithi093 bash[14068]: audit 2024-01-21T06:48:49.203633+0000 mon.smithi093 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.jhwfwc/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:48:50.120 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:50 smithi093 bash[14068]: audit 2024-01-21T06:48:49.210102+0000 mon.smithi093 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.jhwfwc/trash_purge_schedule"}]: dispatch 2024-01-21T06:48:50.120 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:50 smithi093 bash[14068]: cluster 2024-01-21T06:48:49.984522+0000 mon.smithi093 (mon.0) 132 : cluster [DBG] mgrmap e16: smithi093.jhwfwc(active, since 1.0093s) 2024-01-21T06:48:50.937 INFO:teuthology.orchestra.run.smithi143.stdout:Added host 'smithi143' with addr '172.21.15.143' 2024-01-21T06:48:51.147 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:51 smithi093 bash[14068]: audit 2024-01-21T06:48:49.985400+0000 mgr.smithi093.jhwfwc (mgr.14180) 1 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:48:51.147 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:51 smithi093 bash[14068]: audit 2024-01-21T06:48:50.933257+0000 mon.smithi093 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:51.719 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T06:48:52.266 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:52 smithi093 bash[14068]: cephadm 2024-01-21T06:48:50.933978+0000 mgr.smithi093.jhwfwc (mgr.14180) 2 : cephadm [INF] Added host smithi143 2024-01-21T06:48:52.266 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:52 smithi093 bash[14068]: cluster 2024-01-21T06:48:51.935836+0000 mon.smithi093 (mon.0) 134 : cluster [DBG] mgrmap e17: smithi093.jhwfwc(active, since 2s) 2024-01-21T06:48:54.372 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-21T06:48:54.372 INFO:teuthology.orchestra.run.smithi143.stdout:[{"addr": "172.21.15.93", "hostname": "smithi093", "labels": [], "status": ""}, {"addr": "172.21.15.143", "hostname": "smithi143", "labels": [], "status": ""}] 2024-01-21T06:48:54.641 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:54 smithi093 bash[14068]: audit 2024-01-21T06:48:54.368368+0000 mgr.smithi093.jhwfwc (mgr.14180) 3 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:48:54.979 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T06:48:54.980 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T06:48:56.300 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:55 smithi093 bash[14068]: audit 2024-01-21T06:48:54.997171+0000 mon.smithi093 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:56.300 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:55 smithi093 bash[14068]: audit 2024-01-21T06:48:55.254391+0000 mon.smithi093 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi093", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:48:56.300 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:55 smithi093 bash[14068]: audit 2024-01-21T06:48:55.255538+0000 mon.smithi093 (mon.0) 137 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:48:56.300 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:55 smithi093 bash[14068]: audit 2024-01-21T06:48:55.256330+0000 mon.smithi093 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:48:56.300 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:55 smithi093 bash[14068]: cephadm 2024-01-21T06:48:55.257837+0000 mgr.smithi093.jhwfwc (mgr.14180) 4 : cephadm [INF] Updating smithi093:/etc/ceph/ceph.conf 2024-01-21T06:48:56.300 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:55 smithi093 bash[14068]: cephadm 2024-01-21T06:48:55.332229+0000 mgr.smithi093.jhwfwc (mgr.14180) 5 : cephadm [INF] Updating smithi093:/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:48:56.300 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:55 smithi093 bash[14068]: audit 2024-01-21T06:48:55.378168+0000 mon.smithi093 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:56.300 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:55 smithi093 bash[14068]: audit 2024-01-21T06:48:55.384571+0000 mon.smithi093 (mon.0) 140 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:48:57.203 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:48:56 smithi093 bash[14068]: cephadm 2024-01-21T06:48:55.406700+0000 mgr.smithi093.jhwfwc (mgr.14180) 6 : cephadm [INF] Deploying daemon prometheus.smithi093 on smithi093 2024-01-21T06:49:02.304 INFO:teuthology.orchestra.run.smithi093.stderr:adjusted tunables profile to default 2024-01-21T06:49:02.627 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:02 smithi093 bash[14068]: audit 2024-01-21T06:49:02.242611+0000 mon.smithi093 (mon.0) 141 : audit [INF] from='client.? 172.21.15.93:0/2324901060' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T06:49:03.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:03 smithi093 bash[14068]: audit 2024-01-21T06:49:02.296063+0000 mon.smithi093 (mon.0) 142 : audit [INF] from='client.? 172.21.15.93:0/2324901060' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T06:49:03.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:03 smithi093 bash[14068]: cluster 2024-01-21T06:49:02.296131+0000 mon.smithi093 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T06:49:04.015 INFO:tasks.cephadm:Adding mon.smithi093 on smithi093 2024-01-21T06:49:04.016 INFO:tasks.cephadm:Adding mon.smithi143 on smithi143 2024-01-21T06:49:04.016 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi093:172.21.15.93=smithi093;smithi143:172.21.15.143=smithi143' 2024-01-21T06:49:06.821 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mon update... 2024-01-21T06:49:07.329 DEBUG:teuthology.orchestra.run.smithi143:mon.smithi143> sudo journalctl -f -n 0 -u ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mon.smithi143.service 2024-01-21T06:49:07.331 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:49:07.331 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:49:07.677 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-21T06:49:07.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:07 smithi093 bash[14068]: audit 2024-01-21T06:49:06.808914+0000 mgr.smithi093.jhwfwc (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi093:172.21.15.93=smithi093;smithi143:172.21.15.143=smithi143", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:49:07.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:07 smithi093 bash[14068]: cephadm 2024-01-21T06:49:06.812994+0000 mgr.smithi093.jhwfwc (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi093:172.21.15.93=smithi093;smithi143:172.21.15.143=smithi143;count:2 2024-01-21T06:49:07.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:07 smithi093 bash[14068]: audit 2024-01-21T06:49:06.817647+0000 mon.smithi093 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:10.102 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-21T06:49:10.102 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"afa04fb2-b828-11ee-95b0-87774f69a715","modified":"2024-01-21T06:46:28.993605Z","created":"2024-01-21T06:46:28.993605Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:49:10.105 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2024-01-21T06:49:10.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:09 smithi093 bash[14068]: audit 2024-01-21T06:49:08.965447+0000 mon.smithi093 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:10.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:09 smithi093 bash[14068]: audit 2024-01-21T06:49:08.967362+0000 mon.smithi093 (mon.0) 146 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:49:10.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:09 smithi093 bash[14068]: cluster 2024-01-21T06:49:08.985992+0000 mgr.smithi093.jhwfwc (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:10.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:09 smithi093 bash[14068]: audit 2024-01-21T06:49:09.196873+0000 mon.smithi093 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:10.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:09 smithi093 bash[14068]: audit 2024-01-21T06:49:09.497369+0000 mon.smithi093 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:11.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:10 smithi093 bash[14068]: audit 2024-01-21T06:49:10.098862+0000 mon.smithi093 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.143:0/831570638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:49:11.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:49:11.700 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:49:12.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:12 smithi093 bash[14068]: cluster 2024-01-21T06:49:10.986491+0000 mgr.smithi093.jhwfwc (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:12.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:12 smithi093 bash[14068]: audit 2024-01-21T06:49:11.199608+0000 mon.smithi093 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:14.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:14 smithi093 bash[14068]: cluster 2024-01-21T06:49:12.986968+0000 mgr.smithi093.jhwfwc (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:15.547 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-21T06:49:15.548 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"afa04fb2-b828-11ee-95b0-87774f69a715","modified":"2024-01-21T06:46:28.993605Z","created":"2024-01-21T06:46:28.993605Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:49:15.550 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2024-01-21T06:49:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:15 smithi093 bash[14068]: audit 2024-01-21T06:49:14.740311+0000 mon.smithi093 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:15 smithi093 bash[14068]: cluster 2024-01-21T06:49:14.987340+0000 mgr.smithi093.jhwfwc (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:15 smithi093 bash[14068]: audit 2024-01-21T06:49:15.544944+0000 mon.smithi093 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.143:0/104125036' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:49:17.197 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:49:17.198 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:49:18.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:18 smithi093 bash[14068]: cluster 2024-01-21T06:49:16.987731+0000 mgr.smithi093.jhwfwc (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:18.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:18 smithi093 bash[14068]: audit 2024-01-21T06:49:18.005487+0000 mon.smithi093 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:19.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:19 smithi093 bash[14068]: audit 2024-01-21T06:49:18.336108+0000 mon.smithi093 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:19.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:19 smithi093 bash[14068]: audit 2024-01-21T06:49:18.337751+0000 mon.smithi093 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:49:19.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:19 smithi093 bash[14068]: audit 2024-01-21T06:49:18.339706+0000 mon.smithi093 (mon.0) 156 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:19.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:19 smithi093 bash[14068]: audit 2024-01-21T06:49:18.341054+0000 mon.smithi093 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:49:19.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:19 smithi093 bash[14068]: cephadm 2024-01-21T06:49:18.343107+0000 mgr.smithi093.jhwfwc (mgr.14180) 14 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-01-21T06:49:19.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:19 smithi093 bash[14068]: cephadm 2024-01-21T06:49:18.375597+0000 mgr.smithi093.jhwfwc (mgr.14180) 15 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:49:19.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:19 smithi093 bash[14068]: audit 2024-01-21T06:49:18.425783+0000 mon.smithi093 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:19.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:19 smithi093 bash[14068]: audit 2024-01-21T06:49:18.430193+0000 mon.smithi093 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:19.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:19 smithi093 bash[14068]: audit 2024-01-21T06:49:18.432838+0000 mon.smithi093 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:49:19.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:19 smithi093 bash[14068]: audit 2024-01-21T06:49:18.435285+0000 mon.smithi093 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T06:49:19.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:19 smithi093 bash[14068]: audit 2024-01-21T06:49:18.436357+0000 mon.smithi093 (mon.0) 162 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:20.469 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-21T06:49:20.470 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"afa04fb2-b828-11ee-95b0-87774f69a715","modified":"2024-01-21T06:46:28.993605Z","created":"2024-01-21T06:46:28.993605Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:49:20.472 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2024-01-21T06:49:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:20 smithi093 bash[14068]: cephadm 2024-01-21T06:49:18.437444+0000 mgr.smithi093.jhwfwc (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi143 on smithi143 2024-01-21T06:49:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:20 smithi093 bash[14068]: cluster 2024-01-21T06:49:18.988078+0000 mgr.smithi093.jhwfwc (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:21.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:21 smithi093 bash[14068]: audit 2024-01-21T06:49:20.467044+0000 mon.smithi093 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.143:0/2975920097' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:49:22.189 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:49:22.190 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:49:22.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:22 smithi093 bash[14068]: cluster 2024-01-21T06:49:20.988500+0000 mgr.smithi093.jhwfwc (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:22.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:22 smithi093 bash[14068]: audit 2024-01-21T06:49:22.154873+0000 mon.smithi093 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:22.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:22 smithi093 bash[14068]: audit 2024-01-21T06:49:22.158985+0000 mon.smithi093 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.elwrmh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T06:49:22.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:22 smithi093 bash[14068]: audit 2024-01-21T06:49:22.161808+0000 mon.smithi093 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.elwrmh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-21T06:49:22.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:22 smithi093 bash[14068]: audit 2024-01-21T06:49:22.163228+0000 mon.smithi093 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T06:49:22.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:22 smithi093 bash[14068]: audit 2024-01-21T06:49:22.164783+0000 mon.smithi093 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:23 smithi093 bash[14068]: cephadm 2024-01-21T06:49:22.165948+0000 mgr.smithi093.jhwfwc (mgr.14180) 19 : cephadm [INF] Deploying daemon mgr.smithi143.elwrmh on smithi143 2024-01-21T06:49:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:24 smithi093 bash[14068]: cluster 2024-01-21T06:49:22.989011+0000 mgr.smithi093.jhwfwc (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:24 smithi093 bash[14068]: audit 2024-01-21T06:49:24.208976+0000 mon.smithi093 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:26.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:25 smithi093 bash[14068]: cluster 2024-01-21T06:49:24.989457+0000 mgr.smithi093.jhwfwc (mgr.14180) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:26.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:25 smithi093 bash[14068]: audit 2024-01-21T06:49:25.402241+0000 mon.smithi093 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:26.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:25 smithi093 bash[14068]: audit 2024-01-21T06:49:25.406451+0000 mon.smithi093 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T06:49:26.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:25 smithi093 bash[14068]: audit 2024-01-21T06:49:25.408012+0000 mon.smithi093 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:26.252 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-21T06:49:26.252 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"afa04fb2-b828-11ee-95b0-87774f69a715","modified":"2024-01-21T06:46:28.993605Z","created":"2024-01-21T06:46:28.993605Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:49:26.255 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2024-01-21T06:49:27.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:26 smithi093 bash[14068]: cephadm 2024-01-21T06:49:25.409113+0000 mgr.smithi093.jhwfwc (mgr.14180) 22 : cephadm [INF] Deploying daemon mon.smithi143 on smithi143 2024-01-21T06:49:27.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:26 smithi093 bash[14068]: audit 2024-01-21T06:49:26.250305+0000 mon.smithi093 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.143:0/1792877179' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:49:28.065 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:49:28.066 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:49:28.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:27 smithi093 bash[14068]: cluster 2024-01-21T06:49:26.989899+0000 mgr.smithi093.jhwfwc (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:30.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:30 smithi093 bash[14068]: cluster 2024-01-21T06:49:28.990308+0000 mgr.smithi093.jhwfwc (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:30.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:30 smithi093 bash[14068]: audit 2024-01-21T06:49:29.215158+0000 mon.smithi093 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:32.136 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-21T06:49:32.136 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"afa04fb2-b828-11ee-95b0-87774f69a715","modified":"2024-01-21T06:46:28.993605Z","created":"2024-01-21T06:46:28.993605Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:49:32.138 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2024-01-21T06:49:32.189 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:31 smithi143 systemd[1]: Started Ceph mon.smithi143 for afa04fb2-b828-11ee-95b0-87774f69a715. 2024-01-21T06:49:32.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:32 smithi093 bash[14068]: cluster 2024-01-21T06:49:30.990728+0000 mgr.smithi093.jhwfwc (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:32.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:32 smithi093 bash[14068]: audit 2024-01-21T06:49:31.970745+0000 mon.smithi093 (mon.0) 175 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:32.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:32 smithi093 bash[14068]: audit 2024-01-21T06:49:32.133757+0000 mon.smithi093 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.143:0/65136344' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:49:33.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:33 smithi093 bash[14068]: cephadm 2024-01-21T06:49:31.973758+0000 mgr.smithi093.jhwfwc (mgr.14180) 26 : cephadm [INF] Deploying daemon node-exporter.smithi143 on smithi143 2024-01-21T06:49:33.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:33 smithi093 bash[14068]: audit 2024-01-21T06:49:32.615138+0000 mon.smithi093 (mon.0) 177 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:33.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:33 smithi093 bash[14068]: audit 2024-01-21T06:49:32.618350+0000 mon.smithi093 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:49:33.941 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.664+0000 7f3fa6115880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T06:49:33.941 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.664+0000 7f3fa6115880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T06:49:33.941 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.664+0000 7f3fa6115880 0 pidfile_write: ignore empty --pid-file 2024-01-21T06:49:33.941 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.668+0000 7f3fa6115880 0 load: jerasure load: lrc load: isa 2024-01-21T06:49:33.941 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T06:49:33.941 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: DB SUMMARY 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi143/store.db dir, Total Num: 0, files: 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi143/store.db: 000003.log size: 511 ; 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.env: 0x55704b7c3080 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.fs: Posix File System 2024-01-21T06:49:33.942 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.info_log: 0x55704d882520 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.statistics: (nil) 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.use_fsync: 0 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T06:49:33.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.db_log_dir: 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi143/store.db 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T06:49:33.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.write_buffer_manager: 0x55704e4d0480 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.unordered_write: 0 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T06:49:33.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.row_cache: None 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.wal_filter: None 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T06:49:33.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T06:49:33.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T06:49:33.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T06:49:33.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T06:49:33.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T06:49:33.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T06:49:33.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T06:49:33.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T06:49:33.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_open_files: -1 2024-01-21T06:49:33.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T06:49:33.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Compression algorithms supported: 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: kZSTD supported: 0 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000001 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T06:49:33.949 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.merge_operator: 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_filter: None 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55704d825d28) 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: cache_index_and_filter_blocks: 1 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: pin_top_level_index_and_filter: 1 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: index_type: 0 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: data_block_index_type: 0 2024-01-21T06:49:33.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: index_shortening: 1 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: hash_index_allow_collision: 1 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: checksum: 1 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: no_block_cache: 0 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: block_cache: 0x55704d85cf10 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: block_cache_name: BinnedLRUCache 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: block_cache_options: 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: capacity : 536870912 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: num_shard_bits : 4 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: strict_capacity_limit : 0 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: high_pri_pool_ratio: 0.000 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: block_cache_compressed: (nil) 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: persistent_cache: (nil) 2024-01-21T06:49:33.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: block_size: 4096 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: block_size_deviation: 10 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: block_restart_interval: 16 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: index_block_restart_interval: 1 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: metadata_block_size: 4096 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: partition_filters: 0 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: use_delta_encoding: 1 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: whole_key_filtering: 1 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: verify_compression: 0 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: read_amp_bytes_per_bit: 0 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: format_version: 2 2024-01-21T06:49:33.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: enable_index_compression: 1 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: block_align: 0 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compression: NoCompression 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.num_levels: 7 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T06:49:33.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T06:49:33.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T06:49:33.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:49:33.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T06:49:33.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T06:49:33.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T06:49:33.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T06:49:33.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T06:49:33.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:49:33.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T06:49:33.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T06:49:33.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T06:49:33.955 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T06:49:33.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T06:49:33.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.ttl: 2592000 2024-01-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi143/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-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705819773677823, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 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-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705819773678279, "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": 1705819773, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T06:49:33.958 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.672+0000 7f3fa6115880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.676+0000 7f3fa6115880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705819773681351, "job": 1, "event": "recovery_finished"} 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.676+0000 7f3fa6115880 4 rocksdb: DB pointer 0x55704d925800 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.676+0000 7f3fa6115880 0 mon.smithi143 does not exist in monmap, will attempt to join an existing cluster 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.676+0000 7f3fa6115880 0 using public_addr v2:172.21.15.143:0/0 -> [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.676+0000 7f3fa6115880 0 starting mon.smithi143 rank -1 at public addrs [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] at bind addrs [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi143 fsid afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.676+0000 7f3fa6115880 1 mon.smithi143@-1(???) e0 preinit fsid afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.680+0000 7f3f8cf07700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.680+0000 7f3f8cf07700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: ** DB Stats ** 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:49:33.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: ** Compaction Stats [default] ** 2024-01-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-01-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-01-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-01-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: ** Compaction Stats [default] ** 2024-01-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:49:33.960 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-01-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: ** Compaction Stats [default] ** 2024-01-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:49:33.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-01-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-01-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: ** Compaction Stats [default] ** 2024-01-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-01-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 0 mon.smithi143@-1(synchronizing).mds e1 new map 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 0 mon.smithi143@-1(synchronizing).mds e1 print_map 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: e1 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 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-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: legacy client fscid: -1 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: No filesystems configured 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 1 mon.smithi143@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 1 mon.smithi143@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 1 mon.smithi143@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 1 mon.smithi143@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-21T06:49:33.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 1 mon.smithi143@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-21T06:49:33.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 1 mon.smithi143@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-21T06:49:33.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 1 mon.smithi143@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-21T06:49:33.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 0 mon.smithi143@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T06:49:33.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 0 mon.smithi143@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:49:33.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 0 mon.smithi143@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:49:33.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.716+0000 7f3f8f70c700 0 mon.smithi143@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:49:33.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: cephadm 2024-01-21T06:49:31.973758+0000 mgr.smithi093.jhwfwc (mgr.14180) 26 : cephadm [INF] Deploying daemon node-exporter.smithi143 on smithi143 2024-01-21T06:49:33.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: audit 2024-01-21T06:49:32.615138+0000 mon.smithi093 (mon.0) 177 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:33.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: audit 2024-01-21T06:49:32.618350+0000 mon.smithi093 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:49:33.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:33 smithi143 bash[18953]: debug 2024-01-21T06:49:33.720+0000 7f3f8f70c700 1 mon.smithi143@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-21T06:49:34.356 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:49:34.356 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:49:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:33.729507+0000 mon.smithi093 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:33.733527+0000 mon.smithi093 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2024-01-21T06:49:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:33.733821+0000 mon.smithi093 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: cluster 2024-01-21T06:49:33.734014+0000 mon.smithi093 (mon.0) 182 : cluster [INF] mon.smithi093 calling monitor election 2024-01-21T06:49:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:34.104858+0000 mon.smithi093 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.143:0/3037404207' entity='mgr.smithi143.elwrmh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.elwrmh/crt"}]: dispatch 2024-01-21T06:49:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:34.729305+0000 mon.smithi093 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: cluster 2024-01-21T06:49:34.991445+0000 mgr.smithi093.jhwfwc (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:35.729861+0000 mon.smithi093 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: cluster 2024-01-21T06:49:35.731721+0000 mon.smithi143 (mon.1) 1 : cluster [INF] mon.smithi143 calling monitor election 2024-01-21T06:49:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:36.729404+0000 mon.smithi093 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: cluster 2024-01-21T06:49:36.991842+0000 mgr.smithi093.jhwfwc (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:37.729718+0000 mon.smithi093 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:38.729945+0000 mon.smithi093 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: cluster 2024-01-21T06:49:38.773822+0000 mon.smithi093 (mon.0) 189 : cluster [INF] mon.smithi093 is new leader, mons smithi093,smithi143 in quorum (ranks 0,1) 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: cluster 2024-01-21T06:49:38.779420+0000 mon.smithi093 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi093=[v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} removed_ranks: {} 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: cluster 2024-01-21T06:49:38.797551+0000 mon.smithi093 (mon.0) 191 : cluster [DBG] fsmap 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: cluster 2024-01-21T06:49:38.797607+0000 mon.smithi093 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: cluster 2024-01-21T06:49:38.797986+0000 mon.smithi093 (mon.0) 193 : cluster [DBG] mgrmap e17: smithi093.jhwfwc(active, since 49s) 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: cluster 2024-01-21T06:49:38.798973+0000 mon.smithi093 (mon.0) 194 : cluster [DBG] Standby manager daemon smithi143.elwrmh started 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:38.801762+0000 mon.smithi093 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.143:0/3037404207' entity='mgr.smithi143.elwrmh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: cluster 2024-01-21T06:49:38.805080+0000 mon.smithi093 (mon.0) 196 : cluster [INF] overall HEALTH_OK 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:38.806021+0000 mon.smithi093 (mon.0) 197 : audit [DBG] from='mgr.? 172.21.15.143:0/3037404207' entity='mgr.smithi143.elwrmh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.elwrmh/key"}]: dispatch 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:38.809341+0000 mon.smithi093 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:38.810298+0000 mon.smithi093 (mon.0) 199 : audit [DBG] from='mgr.? 172.21.15.143:0/3037404207' entity='mgr.smithi143.elwrmh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:38.812502+0000 mon.smithi093 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:39.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:38.813754+0000 mon.smithi093 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:39.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:38 smithi093 bash[14068]: audit 2024-01-21T06:49:38.815071+0000 mon.smithi093 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:49:39.199 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-21T06:49:39.199 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":2,"fsid":"afa04fb2-b828-11ee-95b0-87774f69a715","modified":"2024-01-21T06:49:33.728797Z","created":"2024-01-21T06:46:28.993605Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi143","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-21T06:49:39.202 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 2 2024-01-21T06:49:39.229 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:33.729507+0000 mon.smithi093 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.229 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:33.733527+0000 mon.smithi093 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:33.733821+0000 mon.smithi093 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: cluster 2024-01-21T06:49:33.734014+0000 mon.smithi093 (mon.0) 182 : cluster [INF] mon.smithi093 calling monitor election 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:34.104858+0000 mon.smithi093 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.143:0/3037404207' entity='mgr.smithi143.elwrmh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.elwrmh/crt"}]: dispatch 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:34.729305+0000 mon.smithi093 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: cluster 2024-01-21T06:49:34.991445+0000 mgr.smithi093.jhwfwc (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:35.729861+0000 mon.smithi093 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: cluster 2024-01-21T06:49:35.731721+0000 mon.smithi143 (mon.1) 1 : cluster [INF] mon.smithi143 calling monitor election 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:36.729404+0000 mon.smithi093 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: cluster 2024-01-21T06:49:36.991842+0000 mgr.smithi093.jhwfwc (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:37.729718+0000 mon.smithi093 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:38.729945+0000 mon.smithi093 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: cluster 2024-01-21T06:49:38.773822+0000 mon.smithi093 (mon.0) 189 : cluster [INF] mon.smithi093 is new leader, mons smithi093,smithi143 in quorum (ranks 0,1) 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: cluster 2024-01-21T06:49:38.779420+0000 mon.smithi093 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi093=[v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} removed_ranks: {} 2024-01-21T06:49:39.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: cluster 2024-01-21T06:49:38.797551+0000 mon.smithi093 (mon.0) 191 : cluster [DBG] fsmap 2024-01-21T06:49:39.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: cluster 2024-01-21T06:49:38.797607+0000 mon.smithi093 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T06:49:39.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: cluster 2024-01-21T06:49:38.797986+0000 mon.smithi093 (mon.0) 193 : cluster [DBG] mgrmap e17: smithi093.jhwfwc(active, since 49s) 2024-01-21T06:49:39.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: cluster 2024-01-21T06:49:38.798973+0000 mon.smithi093 (mon.0) 194 : cluster [DBG] Standby manager daemon smithi143.elwrmh started 2024-01-21T06:49:39.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:38.801762+0000 mon.smithi093 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.143:0/3037404207' entity='mgr.smithi143.elwrmh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T06:49:39.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: cluster 2024-01-21T06:49:38.805080+0000 mon.smithi093 (mon.0) 196 : cluster [INF] overall HEALTH_OK 2024-01-21T06:49:39.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:38.806021+0000 mon.smithi093 (mon.0) 197 : audit [DBG] from='mgr.? 172.21.15.143:0/3037404207' entity='mgr.smithi143.elwrmh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.elwrmh/key"}]: dispatch 2024-01-21T06:49:39.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:38.809341+0000 mon.smithi093 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:39.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:38.810298+0000 mon.smithi093 (mon.0) 199 : audit [DBG] from='mgr.? 172.21.15.143:0/3037404207' entity='mgr.smithi143.elwrmh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T06:49:39.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:38.812502+0000 mon.smithi093 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:39.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:38.813754+0000 mon.smithi093 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:39.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:38 smithi143 bash[18953]: audit 2024-01-21T06:49:38.815071+0000 mon.smithi093 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:49:39.835 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-21T06:49:39.835 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-21T06:49:40.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: cephadm 2024-01-21T06:49:38.817088+0000 mgr.smithi093.jhwfwc (mgr.14180) 30 : cephadm [INF] Updating smithi093:/etc/ceph/ceph.conf 2024-01-21T06:49:40.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: cephadm 2024-01-21T06:49:38.817587+0000 mgr.smithi093.jhwfwc (mgr.14180) 31 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-01-21T06:49:40.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: audit 2024-01-21T06:49:38.849880+0000 mon.smithi093 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:40.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: cluster 2024-01-21T06:49:38.864508+0000 mon.smithi093 (mon.0) 204 : cluster [DBG] mgrmap e18: smithi093.jhwfwc(active, since 49s), standbys: smithi143.elwrmh 2024-01-21T06:49:40.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: audit 2024-01-21T06:49:38.864699+0000 mon.smithi093 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:40.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: audit 2024-01-21T06:49:38.865147+0000 mon.smithi093 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr metadata", "who": "smithi143.elwrmh", "id": "smithi143.elwrmh"}]: dispatch 2024-01-21T06:49:40.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: audit 2024-01-21T06:49:38.869415+0000 mon.smithi093 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:40.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: cephadm 2024-01-21T06:49:38.875396+0000 mgr.smithi093.jhwfwc (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi093 (unknown last config time)... 2024-01-21T06:49:40.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: audit 2024-01-21T06:49:38.875802+0000 mon.smithi093 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T06:49:40.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: audit 2024-01-21T06:49:38.876887+0000 mon.smithi093 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T06:49:40.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: audit 2024-01-21T06:49:38.877909+0000 mon.smithi093 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:40.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: cephadm 2024-01-21T06:49:38.878861+0000 mgr.smithi093.jhwfwc (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi093 on smithi093 2024-01-21T06:49:40.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: cluster 2024-01-21T06:49:38.992207+0000 mgr.smithi093.jhwfwc (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:40.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: audit 2024-01-21T06:49:39.196932+0000 mon.smithi093 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.143:0/1140583758' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:49:40.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:39 smithi093 bash[14068]: audit 2024-01-21T06:49:39.730243+0000 mon.smithi093 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:40.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: cephadm 2024-01-21T06:49:38.817088+0000 mgr.smithi093.jhwfwc (mgr.14180) 30 : cephadm [INF] Updating smithi093:/etc/ceph/ceph.conf 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: cephadm 2024-01-21T06:49:38.817587+0000 mgr.smithi093.jhwfwc (mgr.14180) 31 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: audit 2024-01-21T06:49:38.849880+0000 mon.smithi093 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: cluster 2024-01-21T06:49:38.864508+0000 mon.smithi093 (mon.0) 204 : cluster [DBG] mgrmap e18: smithi093.jhwfwc(active, since 49s), standbys: smithi143.elwrmh 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: audit 2024-01-21T06:49:38.864699+0000 mon.smithi093 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: audit 2024-01-21T06:49:38.865147+0000 mon.smithi093 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr metadata", "who": "smithi143.elwrmh", "id": "smithi143.elwrmh"}]: dispatch 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: audit 2024-01-21T06:49:38.869415+0000 mon.smithi093 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: cephadm 2024-01-21T06:49:38.875396+0000 mgr.smithi093.jhwfwc (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi093 (unknown last config time)... 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: audit 2024-01-21T06:49:38.875802+0000 mon.smithi093 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: audit 2024-01-21T06:49:38.876887+0000 mon.smithi093 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: audit 2024-01-21T06:49:38.877909+0000 mon.smithi093 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: cephadm 2024-01-21T06:49:38.878861+0000 mgr.smithi093.jhwfwc (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi093 on smithi093 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: cluster 2024-01-21T06:49:38.992207+0000 mgr.smithi093.jhwfwc (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: audit 2024-01-21T06:49:39.196932+0000 mon.smithi093 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.143:0/1140583758' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:49:40.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:39 smithi143 bash[18953]: audit 2024-01-21T06:49:39.730243+0000 mon.smithi093 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-21T06:49:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:42 smithi093 bash[14068]: cluster 2024-01-21T06:49:40.992711+0000 mgr.smithi093.jhwfwc (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:42 smithi093 bash[14068]: audit 2024-01-21T06:49:41.368005+0000 mon.smithi093 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:42 smithi093 bash[14068]: cephadm 2024-01-21T06:49:41.369053+0000 mgr.smithi093.jhwfwc (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi093.jhwfwc (unknown last config time)... 2024-01-21T06:49:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:42 smithi093 bash[14068]: audit 2024-01-21T06:49:41.369408+0000 mon.smithi093 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi093.jhwfwc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T06:49:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:42 smithi093 bash[14068]: audit 2024-01-21T06:49:41.370563+0000 mon.smithi093 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T06:49:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:42 smithi093 bash[14068]: audit 2024-01-21T06:49:41.371510+0000 mon.smithi093 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:42 smithi093 bash[14068]: cephadm 2024-01-21T06:49:41.372285+0000 mgr.smithi093.jhwfwc (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi093.jhwfwc on smithi093 2024-01-21T06:49:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:42 smithi143 bash[18953]: cluster 2024-01-21T06:49:40.992711+0000 mgr.smithi093.jhwfwc (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:42 smithi143 bash[18953]: audit 2024-01-21T06:49:41.368005+0000 mon.smithi093 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:42 smithi143 bash[18953]: cephadm 2024-01-21T06:49:41.369053+0000 mgr.smithi093.jhwfwc (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi093.jhwfwc (unknown last config time)... 2024-01-21T06:49:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:42 smithi143 bash[18953]: audit 2024-01-21T06:49:41.369408+0000 mon.smithi093 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi093.jhwfwc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T06:49:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:42 smithi143 bash[18953]: audit 2024-01-21T06:49:41.370563+0000 mon.smithi093 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T06:49:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:42 smithi143 bash[18953]: audit 2024-01-21T06:49:41.371510+0000 mon.smithi093 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:42 smithi143 bash[18953]: cephadm 2024-01-21T06:49:41.372285+0000 mgr.smithi093.jhwfwc (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi093.jhwfwc on smithi093 2024-01-21T06:49:44.603 INFO:teuthology.orchestra.run.smithi093.stdout:# minimal ceph.conf for afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:49:44.603 INFO:teuthology.orchestra.run.smithi093.stdout:[global] 2024-01-21T06:49:44.604 INFO:teuthology.orchestra.run.smithi093.stdout: fsid = afa04fb2-b828-11ee-95b0-87774f69a715 2024-01-21T06:49:44.604 INFO:teuthology.orchestra.run.smithi093.stdout: mon_host = [v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0] [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] 2024-01-21T06:49:44.654 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:44 smithi093 bash[14068]: cluster 2024-01-21T06:49:42.993126+0000 mgr.smithi093.jhwfwc (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:44.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:44 smithi143 bash[18953]: cluster 2024-01-21T06:49:42.993126+0000 mgr.smithi093.jhwfwc (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:45.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:45 smithi143 bash[18953]: audit 2024-01-21T06:49:44.527433+0000 mon.smithi093 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:45.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:45 smithi143 bash[18953]: cephadm 2024-01-21T06:49:44.528663+0000 mgr.smithi093.jhwfwc (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi093 (dependencies changed)... 2024-01-21T06:49:45.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:45 smithi143 bash[18953]: cephadm 2024-01-21T06:49:44.540351+0000 mgr.smithi093.jhwfwc (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi093 on smithi093 2024-01-21T06:49:45.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:45 smithi143 bash[18953]: audit 2024-01-21T06:49:44.601394+0000 mon.smithi093 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.93:0/1131712683' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:45.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:45 smithi143 bash[18953]: cluster 2024-01-21T06:49:44.993455+0000 mgr.smithi093.jhwfwc (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:45.882 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:45 smithi093 bash[14068]: audit 2024-01-21T06:49:44.527433+0000 mon.smithi093 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:45.882 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:45 smithi093 bash[14068]: cephadm 2024-01-21T06:49:44.528663+0000 mgr.smithi093.jhwfwc (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi093 (dependencies changed)... 2024-01-21T06:49:45.882 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:45 smithi093 bash[14068]: cephadm 2024-01-21T06:49:44.540351+0000 mgr.smithi093.jhwfwc (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi093 on smithi093 2024-01-21T06:49:45.882 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:45 smithi093 bash[14068]: audit 2024-01-21T06:49:44.601394+0000 mon.smithi093 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.93:0/1131712683' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:45.883 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:45 smithi093 bash[14068]: cluster 2024-01-21T06:49:44.993455+0000 mgr.smithi093.jhwfwc (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:45.883 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-21T06:49:45.884 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:49:45.884 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T06:49:45.896 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:49:45.896 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:49:45.951 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T06:49:45.952 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T06:49:45.967 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T06:49:45.967 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:49:46.023 INFO:tasks.cephadm:Deploying OSDs... 2024-01-21T06:49:46.023 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:49:46.023 DEBUG:teuthology.orchestra.run.smithi093:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T06:49:46.030 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T06:49:46.030 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/nvme1n1 2024-01-21T06:49:46.081 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/nvme1n1 2024-01-21T06:49:46.081 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T06:49:46.081 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2024-01-21T06:49:46.081 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T06:49:46.081 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2024-01-21 06:48:02.640522360 +0000 2024-01-21T06:49:46.081 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2024-01-21 06:45:36.056138870 +0000 2024-01-21T06:49:46.081 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2024-01-21 06:45:36.056138870 +0000 2024-01-21T06:49:46.082 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2024-01-21T06:49:46.082 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T06:49:46.137 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2024-01-21T06:49:46.137 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2024-01-21T06:49:46.137 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000491045 s, 1.0 MB/s 2024-01-21T06:49:46.138 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T06:49:46.188 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/nvme2n1 2024-01-21T06:49:46.237 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/nvme2n1 2024-01-21T06:49:46.237 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T06:49:46.237 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2024-01-21T06:49:46.238 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T06:49:46.238 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2024-01-21 06:48:02.660521899 +0000 2024-01-21T06:49:46.238 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2024-01-21 06:45:36.168109183 +0000 2024-01-21T06:49:46.238 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2024-01-21 06:45:36.168109183 +0000 2024-01-21T06:49:46.238 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2024-01-21T06:49:46.238 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T06:49:46.290 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2024-01-21T06:49:46.290 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2024-01-21T06:49:46.290 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000421158 s, 1.2 MB/s 2024-01-21T06:49:46.291 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T06:49:46.343 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/nvme3n1 2024-01-21T06:49:46.393 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/nvme3n1 2024-01-21T06:49:46.393 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T06:49:46.393 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2024-01-21T06:49:46.393 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T06:49:46.393 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2024-01-21 06:48:02.676521530 +0000 2024-01-21T06:49:46.393 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2024-01-21 06:45:36.284078436 +0000 2024-01-21T06:49:46.393 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2024-01-21 06:45:36.284078436 +0000 2024-01-21T06:49:46.393 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2024-01-21T06:49:46.393 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T06:49:46.448 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2024-01-21T06:49:46.448 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2024-01-21T06:49:46.448 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000491751 s, 1.0 MB/s 2024-01-21T06:49:46.450 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T06:49:46.502 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/nvme4n1 2024-01-21T06:49:46.557 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/nvme4n1 2024-01-21T06:49:46.557 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T06:49:46.557 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2024-01-21T06:49:46.557 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T06:49:46.557 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2024-01-21 06:48:02.696521069 +0000 2024-01-21T06:49:46.557 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2024-01-21 06:45:36.396048749 +0000 2024-01-21T06:49:46.557 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2024-01-21 06:45:36.396048749 +0000 2024-01-21T06:49:46.557 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2024-01-21T06:49:46.557 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T06:49:46.611 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2024-01-21T06:49:46.612 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2024-01-21T06:49:46.612 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000279436 s, 1.8 MB/s 2024-01-21T06:49:46.612 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T06:49:46.663 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T06:49:46.663 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T06:49:46.670 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T06:49:46.670 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme1n1 2024-01-21T06:49:46.720 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme1n1 2024-01-21T06:49:46.720 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T06:49:46.720 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2024-01-21T06:49:46.720 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T06:49:46.720 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-21 06:49:16.265368339 +0000 2024-01-21T06:49:46.720 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-21 06:45:37.398683576 +0000 2024-01-21T06:49:46.720 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-21 06:45:37.398683576 +0000 2024-01-21T06:49:46.720 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-21T06:49:46.721 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T06:49:46.776 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-21T06:49:46.776 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-21T06:49:46.776 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000482011 s, 1.1 MB/s 2024-01-21T06:49:46.777 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T06:49:46.829 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme2n1 2024-01-21T06:49:46.879 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme2n1 2024-01-21T06:49:46.879 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T06:49:46.879 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2024-01-21T06:49:46.879 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T06:49:46.879 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-21 06:49:16.285367718 +0000 2024-01-21T06:49:46.879 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-21 06:45:37.510675505 +0000 2024-01-21T06:49:46.880 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-21 06:45:37.510675505 +0000 2024-01-21T06:49:46.880 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-21T06:49:46.880 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T06:49:46.934 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-21T06:49:46.934 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-21T06:49:46.934 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000484238 s, 1.1 MB/s 2024-01-21T06:49:46.935 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T06:49:46.985 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme3n1 2024-01-21T06:49:47.036 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme3n1 2024-01-21T06:49:47.036 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T06:49:47.036 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2024-01-21T06:49:47.036 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T06:49:47.036 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-21 06:49:16.305367096 +0000 2024-01-21T06:49:47.036 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-21 06:45:37.634666570 +0000 2024-01-21T06:49:47.036 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-21 06:45:37.634666570 +0000 2024-01-21T06:49:47.037 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-21T06:49:47.037 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T06:49:47.091 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-21T06:49:47.092 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-21T06:49:47.092 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000475255 s, 1.1 MB/s 2024-01-21T06:49:47.093 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T06:49:47.146 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme4n1 2024-01-21T06:49:47.196 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme4n1 2024-01-21T06:49:47.196 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T06:49:47.196 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2024-01-21T06:49:47.196 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T06:49:47.196 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-21 06:49:16.325366474 +0000 2024-01-21T06:49:47.196 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-21 06:45:37.738659075 +0000 2024-01-21T06:49:47.197 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-21 06:45:37.738659075 +0000 2024-01-21T06:49:47.197 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-21T06:49:47.197 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T06:49:47.250 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-21T06:49:47.250 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-21T06:49:47.250 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000413104 s, 1.2 MB/s 2024-01-21T06:49:47.251 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T06:49:47.302 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-21T06:49:48.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:48 smithi143 bash[18953]: cluster 2024-01-21T06:49:46.993880+0000 mgr.smithi093.jhwfwc (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:48.403 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:48 smithi093 bash[14068]: cluster 2024-01-21T06:49:46.993880+0000 mgr.smithi093.jhwfwc (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:50.159 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled osd.all-available-devices update... 2024-01-21T06:49:50.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:50 smithi143 bash[18953]: cluster 2024-01-21T06:49:48.994237+0000 mgr.smithi093.jhwfwc (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:50.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:50 smithi143 bash[18953]: audit 2024-01-21T06:49:49.962872+0000 mon.smithi093 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:50.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:50 smithi143 bash[18953]: audit 2024-01-21T06:49:49.964455+0000 mon.smithi093 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi093", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:49:50.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:50 smithi143 bash[18953]: audit 2024-01-21T06:49:49.965708+0000 mon.smithi093 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:50.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:50 smithi093 bash[14068]: cluster 2024-01-21T06:49:48.994237+0000 mgr.smithi093.jhwfwc (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:50.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:50 smithi093 bash[14068]: audit 2024-01-21T06:49:49.962872+0000 mon.smithi093 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:50.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:50 smithi093 bash[14068]: audit 2024-01-21T06:49:49.964455+0000 mon.smithi093 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi093", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:49:50.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:50 smithi093 bash[14068]: audit 2024-01-21T06:49:49.965708+0000 mon.smithi093 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:49:50.837 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-21T06:49:50.837 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:49:51.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:51 smithi093 bash[14068]: cephadm 2024-01-21T06:49:49.963999+0000 mgr.smithi093.jhwfwc (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi093 (monmap changed)... 2024-01-21T06:49:51.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:51 smithi093 bash[14068]: cephadm 2024-01-21T06:49:49.966720+0000 mgr.smithi093.jhwfwc (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi093 on smithi093 2024-01-21T06:49:51.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:51 smithi093 bash[14068]: audit 2024-01-21T06:49:50.149589+0000 mgr.smithi093.jhwfwc (mgr.14180) 46 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:49:51.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:51 smithi093 bash[14068]: cephadm 2024-01-21T06:49:50.151695+0000 mgr.smithi093.jhwfwc (mgr.14180) 47 : cephadm [INF] Marking host: smithi093 for OSDSpec preview refresh. 2024-01-21T06:49:51.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:51 smithi093 bash[14068]: cephadm 2024-01-21T06:49:50.151762+0000 mgr.smithi093.jhwfwc (mgr.14180) 48 : cephadm [INF] Marking host: smithi143 for OSDSpec preview refresh. 2024-01-21T06:49:51.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:51 smithi093 bash[14068]: cephadm 2024-01-21T06:49:50.152086+0000 mgr.smithi093.jhwfwc (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T06:49:51.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:51 smithi093 bash[14068]: audit 2024-01-21T06:49:50.156150+0000 mon.smithi093 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:51.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:51 smithi143 bash[18953]: cephadm 2024-01-21T06:49:49.963999+0000 mgr.smithi093.jhwfwc (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi093 (monmap changed)... 2024-01-21T06:49:51.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:51 smithi143 bash[18953]: cephadm 2024-01-21T06:49:49.966720+0000 mgr.smithi093.jhwfwc (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi093 on smithi093 2024-01-21T06:49:51.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:51 smithi143 bash[18953]: audit 2024-01-21T06:49:50.149589+0000 mgr.smithi093.jhwfwc (mgr.14180) 46 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:49:51.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:51 smithi143 bash[18953]: cephadm 2024-01-21T06:49:50.151695+0000 mgr.smithi093.jhwfwc (mgr.14180) 47 : cephadm [INF] Marking host: smithi093 for OSDSpec preview refresh. 2024-01-21T06:49:51.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:51 smithi143 bash[18953]: cephadm 2024-01-21T06:49:50.151762+0000 mgr.smithi093.jhwfwc (mgr.14180) 48 : cephadm [INF] Marking host: smithi143 for OSDSpec preview refresh. 2024-01-21T06:49:51.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:51 smithi143 bash[18953]: cephadm 2024-01-21T06:49:50.152086+0000 mgr.smithi093.jhwfwc (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T06:49:51.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:51 smithi143 bash[18953]: audit 2024-01-21T06:49:50.156150+0000 mon.smithi093 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:52.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:52 smithi093 bash[14068]: cluster 2024-01-21T06:49:50.994740+0000 mgr.smithi093.jhwfwc (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:52.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:52 smithi143 bash[18953]: cluster 2024-01-21T06:49:50.994740+0000 mgr.smithi093.jhwfwc (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:54.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:54 smithi143 bash[18953]: cluster 2024-01-21T06:49:52.995184+0000 mgr.smithi093.jhwfwc (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:54.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:54 smithi143 bash[18953]: audit 2024-01-21T06:49:53.257756+0000 mon.smithi093 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:54.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:54 smithi143 bash[18953]: cephadm 2024-01-21T06:49:53.258677+0000 mgr.smithi093.jhwfwc (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi093 (dependencies changed)... 2024-01-21T06:49:54.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:54 smithi143 bash[18953]: cephadm 2024-01-21T06:49:53.301962+0000 mgr.smithi093.jhwfwc (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi093 on smithi093 2024-01-21T06:49:54.677 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:54 smithi093 bash[14068]: cluster 2024-01-21T06:49:52.995184+0000 mgr.smithi093.jhwfwc (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:54.677 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:54 smithi093 bash[14068]: audit 2024-01-21T06:49:53.257756+0000 mon.smithi093 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:49:54.677 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:54 smithi093 bash[14068]: cephadm 2024-01-21T06:49:53.258677+0000 mgr.smithi093.jhwfwc (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi093 (dependencies changed)... 2024-01-21T06:49:54.677 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:54 smithi093 bash[14068]: cephadm 2024-01-21T06:49:53.301962+0000 mgr.smithi093.jhwfwc (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi093 on smithi093 2024-01-21T06:49:55.804 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:49:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:55 smithi093 bash[14068]: cluster 2024-01-21T06:49:54.995625+0000 mgr.smithi093.jhwfwc (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:55 smithi093 bash[14068]: audit 2024-01-21T06:49:55.802516+0000 mon.smithi093 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.93:0/303618261' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:49:56.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:55 smithi143 bash[18953]: cluster 2024-01-21T06:49:54.995625+0000 mgr.smithi093.jhwfwc (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:56.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:55 smithi143 bash[18953]: audit 2024-01-21T06:49:55.802516+0000 mon.smithi093 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.93:0/303618261' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:49:56.835 INFO:teuthology.orchestra.run.smithi093.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-21T06:49:57.836 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:49:58.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:49:58 smithi093 bash[14068]: cluster 2024-01-21T06:49:56.996058+0000 mgr.smithi093.jhwfwc (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:49:58.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:49:58 smithi143 bash[18953]: cluster 2024-01-21T06:49:56.996058+0000 mgr.smithi093.jhwfwc (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:00 smithi143 bash[18953]: cluster 2024-01-21T06:49:58.996455+0000 mgr.smithi093.jhwfwc (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:00 smithi143 bash[18953]: audit 2024-01-21T06:49:59.954558+0000 mon.smithi093 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:00 smithi143 bash[18953]: cluster 2024-01-21T06:50:00.000058+0000 mon.smithi093 (mon.0) 226 : cluster [INF] overall HEALTH_OK 2024-01-21T06:50:00.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:00 smithi093 bash[14068]: cluster 2024-01-21T06:49:58.996455+0000 mgr.smithi093.jhwfwc (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:00.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:00 smithi093 bash[14068]: audit 2024-01-21T06:49:59.954558+0000 mon.smithi093 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:00.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:00 smithi093 bash[14068]: cluster 2024-01-21T06:50:00.000058+0000 mon.smithi093 (mon.0) 226 : cluster [INF] overall HEALTH_OK 2024-01-21T06:50:01.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:01 smithi093 bash[14068]: cephadm 2024-01-21T06:49:59.955944+0000 mgr.smithi093.jhwfwc (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi093 (dependencies changed)... 2024-01-21T06:50:01.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:01 smithi093 bash[14068]: cephadm 2024-01-21T06:49:59.963208+0000 mgr.smithi093.jhwfwc (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi093 on smithi093 2024-01-21T06:50:01.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:01 smithi143 bash[18953]: cephadm 2024-01-21T06:49:59.955944+0000 mgr.smithi093.jhwfwc (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi093 (dependencies changed)... 2024-01-21T06:50:01.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:01 smithi143 bash[18953]: cephadm 2024-01-21T06:49:59.963208+0000 mgr.smithi093.jhwfwc (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi093 on smithi093 2024-01-21T06:50:02.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:02 smithi093 bash[14068]: cluster 2024-01-21T06:50:00.996958+0000 mgr.smithi093.jhwfwc (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:02.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:02 smithi143 bash[18953]: cluster 2024-01-21T06:50:00.996958+0000 mgr.smithi093.jhwfwc (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:03.134 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:50:04.373 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:04 smithi093 bash[14068]: cluster 2024-01-21T06:50:02.997305+0000 mgr.smithi093.jhwfwc (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:04.373 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:04 smithi093 bash[14068]: audit 2024-01-21T06:50:03.132121+0000 mon.smithi093 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.93:0/1838515249' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:04.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:04 smithi143 bash[18953]: cluster 2024-01-21T06:50:02.997305+0000 mgr.smithi093.jhwfwc (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:04.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:04 smithi143 bash[18953]: audit 2024-01-21T06:50:03.132121+0000 mon.smithi093 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.93:0/1838515249' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:04.702 INFO:teuthology.orchestra.run.smithi093.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-21T06:50:05.703 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:50:06.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:05 smithi093 bash[14068]: cluster 2024-01-21T06:50:04.997707+0000 mgr.smithi093.jhwfwc (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:06.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:05 smithi143 bash[18953]: cluster 2024-01-21T06:50:04.997707+0000 mgr.smithi093.jhwfwc (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:08.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:08 smithi143 bash[18953]: cluster 2024-01-21T06:50:06.998009+0000 mgr.smithi093.jhwfwc (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:08.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:08 smithi143 bash[18953]: audit 2024-01-21T06:50:07.767277+0000 mon.smithi093 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:08.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:08 smithi143 bash[18953]: audit 2024-01-21T06:50:07.768555+0000 mon.smithi093 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:50:08.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:08 smithi143 bash[18953]: audit 2024-01-21T06:50:07.769783+0000 mon.smithi093 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:08.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:08 smithi093 bash[14068]: cluster 2024-01-21T06:50:06.998009+0000 mgr.smithi093.jhwfwc (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:08.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:08 smithi093 bash[14068]: audit 2024-01-21T06:50:07.767277+0000 mon.smithi093 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:08.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:08 smithi093 bash[14068]: audit 2024-01-21T06:50:07.768555+0000 mon.smithi093 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:50:08.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:08 smithi093 bash[14068]: audit 2024-01-21T06:50:07.769783+0000 mon.smithi093 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:09.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:09 smithi093 bash[14068]: cephadm 2024-01-21T06:50:07.768191+0000 mgr.smithi093.jhwfwc (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi143 (monmap changed)... 2024-01-21T06:50:09.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:09 smithi093 bash[14068]: cephadm 2024-01-21T06:50:07.770781+0000 mgr.smithi093.jhwfwc (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi143 on smithi143 2024-01-21T06:50:09.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:09 smithi143 bash[18953]: cephadm 2024-01-21T06:50:07.768191+0000 mgr.smithi093.jhwfwc (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi143 (monmap changed)... 2024-01-21T06:50:09.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:09 smithi143 bash[18953]: cephadm 2024-01-21T06:50:07.770781+0000 mgr.smithi093.jhwfwc (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi143 on smithi143 2024-01-21T06:50:10.305 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:50:10.339 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:10 smithi093 bash[14068]: cluster 2024-01-21T06:50:08.998526+0000 mgr.smithi093.jhwfwc (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:10.339 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:10 smithi093 bash[14068]: audit 2024-01-21T06:50:09.536447+0000 mon.smithi093 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:10.339 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:10 smithi093 bash[14068]: audit 2024-01-21T06:50:09.538068+0000 mon.smithi093 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.elwrmh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T06:50:10.339 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:10 smithi093 bash[14068]: audit 2024-01-21T06:50:09.539743+0000 mon.smithi093 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T06:50:10.340 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:10 smithi093 bash[14068]: audit 2024-01-21T06:50:09.540828+0000 mon.smithi093 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:10.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:10 smithi143 bash[18953]: cluster 2024-01-21T06:50:08.998526+0000 mgr.smithi093.jhwfwc (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:10.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:10 smithi143 bash[18953]: audit 2024-01-21T06:50:09.536447+0000 mon.smithi093 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:10.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:10 smithi143 bash[18953]: audit 2024-01-21T06:50:09.538068+0000 mon.smithi093 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.elwrmh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T06:50:10.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:10 smithi143 bash[18953]: audit 2024-01-21T06:50:09.539743+0000 mon.smithi093 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T06:50:10.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:10 smithi143 bash[18953]: audit 2024-01-21T06:50:09.540828+0000 mon.smithi093 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:11.085 INFO:teuthology.orchestra.run.smithi093.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-21T06:50:11.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:11 smithi143 bash[18953]: cephadm 2024-01-21T06:50:09.537604+0000 mgr.smithi093.jhwfwc (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi143.elwrmh (monmap changed)... 2024-01-21T06:50:11.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:11 smithi143 bash[18953]: cephadm 2024-01-21T06:50:09.541772+0000 mgr.smithi093.jhwfwc (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi143.elwrmh on smithi143 2024-01-21T06:50:11.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:11 smithi143 bash[18953]: audit 2024-01-21T06:50:10.303804+0000 mon.smithi143 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.93:0/1339101339' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:11.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:11 smithi093 bash[14068]: cephadm 2024-01-21T06:50:09.537604+0000 mgr.smithi093.jhwfwc (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi143.elwrmh (monmap changed)... 2024-01-21T06:50:11.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:11 smithi093 bash[14068]: cephadm 2024-01-21T06:50:09.541772+0000 mgr.smithi093.jhwfwc (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi143.elwrmh on smithi143 2024-01-21T06:50:11.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:11 smithi093 bash[14068]: audit 2024-01-21T06:50:10.303804+0000 mon.smithi143 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.93:0/1339101339' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:12.085 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:50:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:12 smithi093 bash[14068]: cluster 2024-01-21T06:50:10.998968+0000 mgr.smithi093.jhwfwc (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:12 smithi093 bash[14068]: audit 2024-01-21T06:50:11.182902+0000 mon.smithi093 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:12 smithi093 bash[14068]: cephadm 2024-01-21T06:50:11.184109+0000 mgr.smithi093.jhwfwc (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi143 (monmap changed)... 2024-01-21T06:50:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:12 smithi093 bash[14068]: audit 2024-01-21T06:50:11.184589+0000 mon.smithi093 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T06:50:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:12 smithi093 bash[14068]: audit 2024-01-21T06:50:11.186045+0000 mon.smithi093 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T06:50:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:12 smithi093 bash[14068]: audit 2024-01-21T06:50:11.187351+0000 mon.smithi093 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:12 smithi093 bash[14068]: cephadm 2024-01-21T06:50:11.188398+0000 mgr.smithi093.jhwfwc (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi143 on smithi143 2024-01-21T06:50:12.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:12 smithi143 bash[18953]: cluster 2024-01-21T06:50:10.998968+0000 mgr.smithi093.jhwfwc (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:12.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:12 smithi143 bash[18953]: audit 2024-01-21T06:50:11.182902+0000 mon.smithi093 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:12.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:12 smithi143 bash[18953]: cephadm 2024-01-21T06:50:11.184109+0000 mgr.smithi093.jhwfwc (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi143 (monmap changed)... 2024-01-21T06:50:12.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:12 smithi143 bash[18953]: audit 2024-01-21T06:50:11.184589+0000 mon.smithi093 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T06:50:12.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:12 smithi143 bash[18953]: audit 2024-01-21T06:50:11.186045+0000 mon.smithi093 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T06:50:12.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:12 smithi143 bash[18953]: audit 2024-01-21T06:50:11.187351+0000 mon.smithi093 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:12.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:12 smithi143 bash[18953]: cephadm 2024-01-21T06:50:11.188398+0000 mgr.smithi093.jhwfwc (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi143 on smithi143 2024-01-21T06:50:14.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.899165+0000 mon.smithi093 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:14.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.905759+0000 mon.smithi093 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.906319+0000 mgr.smithi093.jhwfwc (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.908078+0000 mon.smithi093 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi093.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.908474+0000 mgr.smithi093.jhwfwc (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi093.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.914253+0000 mon.smithi093 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.923026+0000 mon.smithi093 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.923560+0000 mgr.smithi093.jhwfwc (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.929703+0000 mon.smithi093 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi093.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.930161+0000 mgr.smithi093.jhwfwc (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi093.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.936684+0000 mon.smithi093 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.942782+0000 mon.smithi093 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.943587+0000 mgr.smithi093.jhwfwc (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T06:50:14.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.948283+0000 mon.smithi093 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi093.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T06:50:14.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.949187+0000 mgr.smithi093.jhwfwc (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi093.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T06:50:14.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.956718+0000 mon.smithi093 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:14.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: audit 2024-01-21T06:50:12.961742+0000 mon.smithi093 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:50:14.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:13 smithi093 bash[14068]: cluster 2024-01-21T06:50:12.999286+0000 mgr.smithi093.jhwfwc (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:14.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.899165+0000 mon.smithi093 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:14.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.905759+0000 mon.smithi093 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.906319+0000 mgr.smithi093.jhwfwc (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.908078+0000 mon.smithi093 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi093.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.908474+0000 mgr.smithi093.jhwfwc (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi093.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.914253+0000 mon.smithi093 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.923026+0000 mon.smithi093 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.923560+0000 mgr.smithi093.jhwfwc (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.929703+0000 mon.smithi093 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi093.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.930161+0000 mgr.smithi093.jhwfwc (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi093.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.936684+0000 mon.smithi093 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.942782+0000 mon.smithi093 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.943587+0000 mgr.smithi093.jhwfwc (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.948283+0000 mon.smithi093 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi093.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.949187+0000 mgr.smithi093.jhwfwc (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi093.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T06:50:14.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.956718+0000 mon.smithi093 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:14.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: audit 2024-01-21T06:50:12.961742+0000 mon.smithi093 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:50:14.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:13 smithi143 bash[18953]: cluster 2024-01-21T06:50:12.999286+0000 mgr.smithi093.jhwfwc (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:15.228 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:50:15.905 INFO:teuthology.orchestra.run.smithi093.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-21T06:50:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:15 smithi093 bash[14068]: cluster 2024-01-21T06:50:14.999643+0000 mgr.smithi093.jhwfwc (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:15 smithi093 bash[14068]: audit 2024-01-21T06:50:15.225856+0000 mon.smithi093 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.93:0/3349219499' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:16.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:15 smithi143 bash[18953]: cluster 2024-01-21T06:50:14.999643+0000 mgr.smithi093.jhwfwc (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:16.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:15 smithi143 bash[18953]: audit 2024-01-21T06:50:15.225856+0000 mon.smithi093 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.93:0/3349219499' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:16.907 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:50:18.282 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:18 smithi093 bash[14068]: cluster 2024-01-21T06:50:16.999950+0000 mgr.smithi093.jhwfwc (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:18.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:18 smithi143 bash[18953]: cluster 2024-01-21T06:50:16.999950+0000 mgr.smithi093.jhwfwc (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:19.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:19 smithi143 bash[18953]: audit 2024-01-21T06:50:18.255743+0000 mon.smithi093 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:19.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:19 smithi143 bash[18953]: audit 2024-01-21T06:50:18.262483+0000 mon.smithi093 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:19.569 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:19 smithi093 bash[14068]: audit 2024-01-21T06:50:18.255743+0000 mon.smithi093 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:19.569 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:19 smithi093 bash[14068]: audit 2024-01-21T06:50:18.262483+0000 mon.smithi093 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:19.972 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:50:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:20 smithi143 bash[18953]: cluster 2024-01-21T06:50:19.000316+0000 mgr.smithi093.jhwfwc (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:20 smithi143 bash[18953]: audit 2024-01-21T06:50:19.969917+0000 mon.smithi093 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.93:0/2212575878' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:20 smithi143 bash[18953]: audit 2024-01-21T06:50:20.162419+0000 mon.smithi093 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:20.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:20 smithi093 bash[14068]: cluster 2024-01-21T06:50:19.000316+0000 mgr.smithi093.jhwfwc (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:20.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:20 smithi093 bash[14068]: audit 2024-01-21T06:50:19.969917+0000 mon.smithi093 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.93:0/2212575878' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:20.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:20 smithi093 bash[14068]: audit 2024-01-21T06:50:20.162419+0000 mon.smithi093 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:20.766 INFO:teuthology.orchestra.run.smithi093.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-21T06:50:21.767 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:50:21.779 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:21 smithi093 bash[14068]: audit 2024-01-21T06:50:20.453373+0000 mon.smithi093 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:21.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:21 smithi093 bash[14068]: audit 2024-01-21T06:50:20.454522+0000 mon.smithi093 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:21.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:21 smithi093 bash[14068]: audit 2024-01-21T06:50:20.455745+0000 mon.smithi093 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:50:21.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:21 smithi093 bash[14068]: audit 2024-01-21T06:50:20.460888+0000 mon.smithi093 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:21.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:21 smithi093 bash[14068]: audit 2024-01-21T06:50:20.468511+0000 mon.smithi093 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:50:21.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:21 smithi093 bash[14068]: audit 2024-01-21T06:50:20.473678+0000 mon.smithi093 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:50:21.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:21 smithi093 bash[14068]: audit 2024-01-21T06:50:20.475007+0000 mon.smithi093 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:50:21.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:21 smithi093 bash[14068]: audit 2024-01-21T06:50:20.475588+0000 mon.smithi093 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:21.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:21 smithi093 bash[14068]: audit 2024-01-21T06:50:20.475985+0000 mon.smithi093 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:21.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:21 smithi093 bash[14068]: cluster 2024-01-21T06:50:21.000884+0000 mgr.smithi093.jhwfwc (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:21.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:21 smithi143 bash[18953]: audit 2024-01-21T06:50:20.453373+0000 mon.smithi093 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:21.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:21 smithi143 bash[18953]: audit 2024-01-21T06:50:20.454522+0000 mon.smithi093 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:21.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:21 smithi143 bash[18953]: audit 2024-01-21T06:50:20.455745+0000 mon.smithi093 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:50:21.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:21 smithi143 bash[18953]: audit 2024-01-21T06:50:20.460888+0000 mon.smithi093 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:50:21.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:21 smithi143 bash[18953]: audit 2024-01-21T06:50:20.468511+0000 mon.smithi093 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:50:21.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:21 smithi143 bash[18953]: audit 2024-01-21T06:50:20.473678+0000 mon.smithi093 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:50:21.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:21 smithi143 bash[18953]: audit 2024-01-21T06:50:20.475007+0000 mon.smithi093 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:50:21.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:21 smithi143 bash[18953]: audit 2024-01-21T06:50:20.475588+0000 mon.smithi093 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:21.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:21 smithi143 bash[18953]: audit 2024-01-21T06:50:20.475985+0000 mon.smithi093 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:21.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:21 smithi143 bash[18953]: cluster 2024-01-21T06:50:21.000884+0000 mgr.smithi093.jhwfwc (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:24.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:24 smithi143 bash[18953]: cluster 2024-01-21T06:50:23.001345+0000 mgr.smithi093.jhwfwc (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:24.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:24 smithi093 bash[14068]: cluster 2024-01-21T06:50:23.001345+0000 mgr.smithi093.jhwfwc (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:24.774 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:50:25.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:25 smithi093 bash[14068]: audit 2024-01-21T06:50:24.772716+0000 mon.smithi093 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.93:0/1253758047' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:25 smithi143 bash[18953]: audit 2024-01-21T06:50:24.772716+0000 mon.smithi093 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.93:0/1253758047' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:25.618 INFO:teuthology.orchestra.run.smithi093.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-21T06:50:26.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:26 smithi143 bash[18953]: cluster 2024-01-21T06:50:25.001784+0000 mgr.smithi093.jhwfwc (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:26.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:26 smithi093 bash[14068]: cluster 2024-01-21T06:50:25.001784+0000 mgr.smithi093.jhwfwc (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:26.619 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:50:28.407 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:28 smithi093 bash[14068]: cluster 2024-01-21T06:50:27.002229+0000 mgr.smithi093.jhwfwc (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:28.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:28 smithi143 bash[18953]: cluster 2024-01-21T06:50:27.002229+0000 mgr.smithi093.jhwfwc (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:29 smithi093 bash[14068]: audit 2024-01-21T06:50:29.049685+0000 mon.smithi143 (mon.1) 3 : audit [INF] from='client.? 172.21.15.143:0/2158696014' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a378c202-e6ae-4663-a1b6-4740ba8875c7"}]: dispatch 2024-01-21T06:50:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:29 smithi093 bash[14068]: audit 2024-01-21T06:50:29.049885+0000 mon.smithi093 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a378c202-e6ae-4663-a1b6-4740ba8875c7"}]: dispatch 2024-01-21T06:50:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:29 smithi093 bash[14068]: audit 2024-01-21T06:50:29.054913+0000 mon.smithi093 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a378c202-e6ae-4663-a1b6-4740ba8875c7"}]': finished 2024-01-21T06:50:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:29 smithi093 bash[14068]: cluster 2024-01-21T06:50:29.054958+0000 mon.smithi093 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T06:50:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:29 smithi093 bash[14068]: audit 2024-01-21T06:50:29.055124+0000 mon.smithi093 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:29.379 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:29 smithi143 bash[18953]: audit 2024-01-21T06:50:29.049685+0000 mon.smithi143 (mon.1) 3 : audit [INF] from='client.? 172.21.15.143:0/2158696014' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a378c202-e6ae-4663-a1b6-4740ba8875c7"}]: dispatch 2024-01-21T06:50:29.379 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:29 smithi143 bash[18953]: audit 2024-01-21T06:50:29.049885+0000 mon.smithi093 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a378c202-e6ae-4663-a1b6-4740ba8875c7"}]: dispatch 2024-01-21T06:50:29.380 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:29 smithi143 bash[18953]: audit 2024-01-21T06:50:29.054913+0000 mon.smithi093 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a378c202-e6ae-4663-a1b6-4740ba8875c7"}]': finished 2024-01-21T06:50:29.380 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:29 smithi143 bash[18953]: cluster 2024-01-21T06:50:29.054958+0000 mon.smithi093 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T06:50:29.380 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:29 smithi143 bash[18953]: audit 2024-01-21T06:50:29.055124+0000 mon.smithi093 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:30.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:30 smithi093 bash[14068]: cluster 2024-01-21T06:50:29.002687+0000 mgr.smithi093.jhwfwc (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:30.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:30 smithi143 bash[18953]: cluster 2024-01-21T06:50:29.002687+0000 mgr.smithi093.jhwfwc (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:31.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:31 smithi093 bash[14068]: audit 2024-01-21T06:50:30.725531+0000 mon.smithi143 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.143:0/824314535' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:31.498 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:50:31.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:31 smithi143 bash[18953]: audit 2024-01-21T06:50:30.725531+0000 mon.smithi143 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.143:0/824314535' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:32.342 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:32 smithi093 bash[14068]: cluster 2024-01-21T06:50:31.003119+0000 mgr.smithi093.jhwfwc (mgr.14180) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:32.342 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:32 smithi093 bash[14068]: audit 2024-01-21T06:50:31.496600+0000 mon.smithi093 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.93:0/2810973865' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:32.342 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:32 smithi093 bash[14068]: audit 2024-01-21T06:50:31.737773+0000 mon.smithi093 (mon.0) 270 : audit [INF] from='client.? 172.21.15.93:0/1852050527' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "798ea9a1-116c-4835-8db5-77ca40f7f950"}]: dispatch 2024-01-21T06:50:32.342 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:32 smithi093 bash[14068]: audit 2024-01-21T06:50:31.742755+0000 mon.smithi093 (mon.0) 271 : audit [INF] from='client.? 172.21.15.93:0/1852050527' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "798ea9a1-116c-4835-8db5-77ca40f7f950"}]': finished 2024-01-21T06:50:32.342 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:32 smithi093 bash[14068]: cluster 2024-01-21T06:50:31.742802+0000 mon.smithi093 (mon.0) 272 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T06:50:32.342 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:32 smithi093 bash[14068]: audit 2024-01-21T06:50:31.743033+0000 mon.smithi093 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:32.342 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:32 smithi093 bash[14068]: audit 2024-01-21T06:50:31.743958+0000 mon.smithi093 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:32.343 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1705819829,"num_remapped_pgs":0} 2024-01-21T06:50:32.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:32 smithi143 bash[18953]: cluster 2024-01-21T06:50:31.003119+0000 mgr.smithi093.jhwfwc (mgr.14180) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:32.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:32 smithi143 bash[18953]: audit 2024-01-21T06:50:31.496600+0000 mon.smithi093 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.93:0/2810973865' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:32.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:32 smithi143 bash[18953]: audit 2024-01-21T06:50:31.737773+0000 mon.smithi093 (mon.0) 270 : audit [INF] from='client.? 172.21.15.93:0/1852050527' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "798ea9a1-116c-4835-8db5-77ca40f7f950"}]: dispatch 2024-01-21T06:50:32.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:32 smithi143 bash[18953]: audit 2024-01-21T06:50:31.742755+0000 mon.smithi093 (mon.0) 271 : audit [INF] from='client.? 172.21.15.93:0/1852050527' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "798ea9a1-116c-4835-8db5-77ca40f7f950"}]': finished 2024-01-21T06:50:32.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:32 smithi143 bash[18953]: cluster 2024-01-21T06:50:31.742802+0000 mon.smithi093 (mon.0) 272 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T06:50:32.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:32 smithi143 bash[18953]: audit 2024-01-21T06:50:31.743033+0000 mon.smithi093 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:32.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:32 smithi143 bash[18953]: audit 2024-01-21T06:50:31.743958+0000 mon.smithi093 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:33.345 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:50:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:34 smithi093 bash[14068]: cluster 2024-01-21T06:50:33.003591+0000 mgr.smithi093.jhwfwc (mgr.14180) 87 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:34 smithi093 bash[14068]: audit 2024-01-21T06:50:33.525094+0000 mon.smithi143 (mon.1) 5 : audit [INF] from='client.? 172.21.15.143:0/3884763471' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aef55ee8-4154-454d-baa4-5779326175fd"}]: dispatch 2024-01-21T06:50:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:34 smithi093 bash[14068]: audit 2024-01-21T06:50:33.525344+0000 mon.smithi093 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aef55ee8-4154-454d-baa4-5779326175fd"}]: dispatch 2024-01-21T06:50:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:34 smithi093 bash[14068]: audit 2024-01-21T06:50:33.532558+0000 mon.smithi093 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aef55ee8-4154-454d-baa4-5779326175fd"}]': finished 2024-01-21T06:50:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:34 smithi093 bash[14068]: cluster 2024-01-21T06:50:33.532732+0000 mon.smithi093 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T06:50:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:34 smithi093 bash[14068]: audit 2024-01-21T06:50:33.532958+0000 mon.smithi093 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:34 smithi093 bash[14068]: audit 2024-01-21T06:50:33.533216+0000 mon.smithi093 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:34.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:34 smithi093 bash[14068]: audit 2024-01-21T06:50:33.533792+0000 mon.smithi093 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:34.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:34 smithi093 bash[14068]: audit 2024-01-21T06:50:33.591464+0000 mon.smithi093 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.93:0/3165941757' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:34.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:34 smithi143 bash[18953]: cluster 2024-01-21T06:50:33.003591+0000 mgr.smithi093.jhwfwc (mgr.14180) 87 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:34.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:34 smithi143 bash[18953]: audit 2024-01-21T06:50:33.525094+0000 mon.smithi143 (mon.1) 5 : audit [INF] from='client.? 172.21.15.143:0/3884763471' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aef55ee8-4154-454d-baa4-5779326175fd"}]: dispatch 2024-01-21T06:50:34.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:34 smithi143 bash[18953]: audit 2024-01-21T06:50:33.525344+0000 mon.smithi093 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aef55ee8-4154-454d-baa4-5779326175fd"}]: dispatch 2024-01-21T06:50:34.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:34 smithi143 bash[18953]: audit 2024-01-21T06:50:33.532558+0000 mon.smithi093 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aef55ee8-4154-454d-baa4-5779326175fd"}]': finished 2024-01-21T06:50:34.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:34 smithi143 bash[18953]: cluster 2024-01-21T06:50:33.532732+0000 mon.smithi093 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T06:50:34.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:34 smithi143 bash[18953]: audit 2024-01-21T06:50:33.532958+0000 mon.smithi093 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:34.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:34 smithi143 bash[18953]: audit 2024-01-21T06:50:33.533216+0000 mon.smithi093 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:34.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:34 smithi143 bash[18953]: audit 2024-01-21T06:50:33.533792+0000 mon.smithi093 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:34.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:34 smithi143 bash[18953]: audit 2024-01-21T06:50:33.591464+0000 mon.smithi093 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.93:0/3165941757' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:36.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:35 smithi093 bash[14068]: cluster 2024-01-21T06:50:35.004031+0000 mgr.smithi093.jhwfwc (mgr.14180) 88 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:36.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:35 smithi093 bash[14068]: audit 2024-01-21T06:50:35.141114+0000 mon.smithi143 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.143:0/652563117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:36.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:35 smithi143 bash[18953]: cluster 2024-01-21T06:50:35.004031+0000 mgr.smithi093.jhwfwc (mgr.14180) 88 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:36.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:35 smithi143 bash[18953]: audit 2024-01-21T06:50:35.141114+0000 mon.smithi143 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.143:0/652563117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:36.533 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:50:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:36 smithi093 bash[14068]: audit 2024-01-21T06:50:36.419495+0000 mon.smithi093 (mon.0) 282 : audit [INF] from='client.? 172.21.15.93:0/2727130455' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "34b5af05-bfd1-40b1-b752-5c64a4473206"}]: dispatch 2024-01-21T06:50:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:36 smithi093 bash[14068]: audit 2024-01-21T06:50:36.427674+0000 mon.smithi093 (mon.0) 283 : audit [INF] from='client.? 172.21.15.93:0/2727130455' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "34b5af05-bfd1-40b1-b752-5c64a4473206"}]': finished 2024-01-21T06:50:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:36 smithi093 bash[14068]: cluster 2024-01-21T06:50:36.427736+0000 mon.smithi093 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T06:50:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:36 smithi093 bash[14068]: audit 2024-01-21T06:50:36.427938+0000 mon.smithi093 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:36 smithi093 bash[14068]: audit 2024-01-21T06:50:36.428633+0000 mon.smithi093 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:36 smithi093 bash[14068]: audit 2024-01-21T06:50:36.429043+0000 mon.smithi093 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:36 smithi093 bash[14068]: audit 2024-01-21T06:50:36.429424+0000 mon.smithi093 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:50:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:36 smithi093 bash[14068]: audit 2024-01-21T06:50:36.531561+0000 mon.smithi093 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.93:0/2218111762' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:36 smithi143 bash[18953]: audit 2024-01-21T06:50:36.419495+0000 mon.smithi093 (mon.0) 282 : audit [INF] from='client.? 172.21.15.93:0/2727130455' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "34b5af05-bfd1-40b1-b752-5c64a4473206"}]: dispatch 2024-01-21T06:50:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:36 smithi143 bash[18953]: audit 2024-01-21T06:50:36.427674+0000 mon.smithi093 (mon.0) 283 : audit [INF] from='client.? 172.21.15.93:0/2727130455' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "34b5af05-bfd1-40b1-b752-5c64a4473206"}]': finished 2024-01-21T06:50:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:36 smithi143 bash[18953]: cluster 2024-01-21T06:50:36.427736+0000 mon.smithi093 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T06:50:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:36 smithi143 bash[18953]: audit 2024-01-21T06:50:36.427938+0000 mon.smithi093 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:36 smithi143 bash[18953]: audit 2024-01-21T06:50:36.428633+0000 mon.smithi093 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:36 smithi143 bash[18953]: audit 2024-01-21T06:50:36.429043+0000 mon.smithi093 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:36 smithi143 bash[18953]: audit 2024-01-21T06:50:36.429424+0000 mon.smithi093 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:50:37.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:36 smithi143 bash[18953]: audit 2024-01-21T06:50:36.531561+0000 mon.smithi093 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.93:0/2218111762' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:37.488 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705819836,"num_remapped_pgs":0} 2024-01-21T06:50:38.135 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:37 smithi143 bash[18953]: cluster 2024-01-21T06:50:37.004514+0000 mgr.smithi093.jhwfwc (mgr.14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:38.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:37 smithi093 bash[14068]: cluster 2024-01-21T06:50:37.004514+0000 mgr.smithi093.jhwfwc (mgr.14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:38.490 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:50:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:38 smithi093 bash[14068]: audit 2024-01-21T06:50:37.936414+0000 mon.smithi143 (mon.1) 7 : audit [INF] from='client.? 172.21.15.143:0/1797117291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09e70cc5-3b40-44cd-8d6a-7d3b0e427e41"}]: dispatch 2024-01-21T06:50:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:38 smithi093 bash[14068]: audit 2024-01-21T06:50:37.936540+0000 mon.smithi093 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09e70cc5-3b40-44cd-8d6a-7d3b0e427e41"}]: dispatch 2024-01-21T06:50:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:38 smithi093 bash[14068]: audit 2024-01-21T06:50:37.943308+0000 mon.smithi093 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09e70cc5-3b40-44cd-8d6a-7d3b0e427e41"}]': finished 2024-01-21T06:50:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:38 smithi093 bash[14068]: cluster 2024-01-21T06:50:37.943402+0000 mon.smithi093 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T06:50:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:38 smithi093 bash[14068]: audit 2024-01-21T06:50:37.943570+0000 mon.smithi093 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:38 smithi093 bash[14068]: audit 2024-01-21T06:50:37.944201+0000 mon.smithi093 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:38 smithi093 bash[14068]: audit 2024-01-21T06:50:37.944484+0000 mon.smithi093 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:38 smithi093 bash[14068]: audit 2024-01-21T06:50:37.944933+0000 mon.smithi093 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:50:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:38 smithi093 bash[14068]: audit 2024-01-21T06:50:37.945261+0000 mon.smithi093 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:50:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:38 smithi093 bash[14068]: audit 2024-01-21T06:50:38.499504+0000 mon.smithi093 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.93:0/3025520335' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:39.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:38 smithi143 bash[18953]: audit 2024-01-21T06:50:37.936414+0000 mon.smithi143 (mon.1) 7 : audit [INF] from='client.? 172.21.15.143:0/1797117291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09e70cc5-3b40-44cd-8d6a-7d3b0e427e41"}]: dispatch 2024-01-21T06:50:39.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:38 smithi143 bash[18953]: audit 2024-01-21T06:50:37.936540+0000 mon.smithi093 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09e70cc5-3b40-44cd-8d6a-7d3b0e427e41"}]: dispatch 2024-01-21T06:50:39.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:38 smithi143 bash[18953]: audit 2024-01-21T06:50:37.943308+0000 mon.smithi093 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09e70cc5-3b40-44cd-8d6a-7d3b0e427e41"}]': finished 2024-01-21T06:50:39.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:38 smithi143 bash[18953]: cluster 2024-01-21T06:50:37.943402+0000 mon.smithi093 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T06:50:39.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:38 smithi143 bash[18953]: audit 2024-01-21T06:50:37.943570+0000 mon.smithi093 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:39.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:38 smithi143 bash[18953]: audit 2024-01-21T06:50:37.944201+0000 mon.smithi093 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:39.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:38 smithi143 bash[18953]: audit 2024-01-21T06:50:37.944484+0000 mon.smithi093 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:39.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:38 smithi143 bash[18953]: audit 2024-01-21T06:50:37.944933+0000 mon.smithi093 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:50:39.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:38 smithi143 bash[18953]: audit 2024-01-21T06:50:37.945261+0000 mon.smithi093 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:50:39.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:38 smithi143 bash[18953]: audit 2024-01-21T06:50:38.499504+0000 mon.smithi093 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.93:0/3025520335' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:40.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:39 smithi143 bash[18953]: cluster 2024-01-21T06:50:39.004946+0000 mgr.smithi093.jhwfwc (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:40.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:39 smithi143 bash[18953]: audit 2024-01-21T06:50:39.537784+0000 mon.smithi143 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.143:0/2056283772' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:40.069 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:39 smithi093 bash[14068]: cluster 2024-01-21T06:50:39.004946+0000 mgr.smithi093.jhwfwc (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:40.070 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:39 smithi093 bash[14068]: audit 2024-01-21T06:50:39.537784+0000 mon.smithi143 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.143:0/2056283772' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:41.632 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:50:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:42 smithi093 bash[14068]: cluster 2024-01-21T06:50:41.005367+0000 mgr.smithi093.jhwfwc (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:42 smithi093 bash[14068]: audit 2024-01-21T06:50:41.303629+0000 mon.smithi093 (mon.0) 299 : audit [INF] from='client.? 172.21.15.93:0/3948661373' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c150e3d-140b-4070-8be9-8d25d8a8b3d6"}]: dispatch 2024-01-21T06:50:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:42 smithi093 bash[14068]: audit 2024-01-21T06:50:41.308848+0000 mon.smithi093 (mon.0) 300 : audit [INF] from='client.? 172.21.15.93:0/3948661373' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c150e3d-140b-4070-8be9-8d25d8a8b3d6"}]': finished 2024-01-21T06:50:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:42 smithi093 bash[14068]: cluster 2024-01-21T06:50:41.308898+0000 mon.smithi093 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T06:50:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:42 smithi093 bash[14068]: audit 2024-01-21T06:50:41.309043+0000 mon.smithi093 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:42 smithi093 bash[14068]: audit 2024-01-21T06:50:41.309534+0000 mon.smithi093 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:42 smithi093 bash[14068]: audit 2024-01-21T06:50:41.309864+0000 mon.smithi093 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:42 smithi093 bash[14068]: audit 2024-01-21T06:50:41.310198+0000 mon.smithi093 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:50:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:42 smithi093 bash[14068]: audit 2024-01-21T06:50:41.310585+0000 mon.smithi093 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:50:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:42 smithi093 bash[14068]: audit 2024-01-21T06:50:41.310943+0000 mon.smithi093 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:50:42.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:42 smithi093 bash[14068]: audit 2024-01-21T06:50:41.630177+0000 mon.smithi093 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.93:0/2186560222' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:42.503 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705819841,"num_remapped_pgs":0} 2024-01-21T06:50:42.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:42 smithi143 bash[18953]: cluster 2024-01-21T06:50:41.005367+0000 mgr.smithi093.jhwfwc (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:42.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:42 smithi143 bash[18953]: audit 2024-01-21T06:50:41.303629+0000 mon.smithi093 (mon.0) 299 : audit [INF] from='client.? 172.21.15.93:0/3948661373' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c150e3d-140b-4070-8be9-8d25d8a8b3d6"}]: dispatch 2024-01-21T06:50:42.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:42 smithi143 bash[18953]: audit 2024-01-21T06:50:41.308848+0000 mon.smithi093 (mon.0) 300 : audit [INF] from='client.? 172.21.15.93:0/3948661373' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c150e3d-140b-4070-8be9-8d25d8a8b3d6"}]': finished 2024-01-21T06:50:42.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:42 smithi143 bash[18953]: cluster 2024-01-21T06:50:41.308898+0000 mon.smithi093 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T06:50:42.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:42 smithi143 bash[18953]: audit 2024-01-21T06:50:41.309043+0000 mon.smithi093 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:42.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:42 smithi143 bash[18953]: audit 2024-01-21T06:50:41.309534+0000 mon.smithi093 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:42.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:42 smithi143 bash[18953]: audit 2024-01-21T06:50:41.309864+0000 mon.smithi093 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:42.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:42 smithi143 bash[18953]: audit 2024-01-21T06:50:41.310198+0000 mon.smithi093 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:50:42.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:42 smithi143 bash[18953]: audit 2024-01-21T06:50:41.310585+0000 mon.smithi093 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:50:42.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:42 smithi143 bash[18953]: audit 2024-01-21T06:50:41.310943+0000 mon.smithi093 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:50:42.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:42 smithi143 bash[18953]: audit 2024-01-21T06:50:41.630177+0000 mon.smithi093 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.93:0/2186560222' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:43 smithi093 bash[14068]: audit 2024-01-21T06:50:42.338782+0000 mon.smithi143 (mon.1) 9 : audit [INF] from='client.? 172.21.15.143:0/576436582' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "485ec746-7986-4021-b9de-ae6252b018c6"}]: dispatch 2024-01-21T06:50:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:43 smithi093 bash[14068]: audit 2024-01-21T06:50:42.339086+0000 mon.smithi093 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "485ec746-7986-4021-b9de-ae6252b018c6"}]: dispatch 2024-01-21T06:50:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:43 smithi093 bash[14068]: audit 2024-01-21T06:50:42.346896+0000 mon.smithi093 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "485ec746-7986-4021-b9de-ae6252b018c6"}]': finished 2024-01-21T06:50:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:43 smithi093 bash[14068]: cluster 2024-01-21T06:50:42.347015+0000 mon.smithi093 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T06:50:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:43 smithi093 bash[14068]: audit 2024-01-21T06:50:42.347227+0000 mon.smithi093 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:43 smithi093 bash[14068]: audit 2024-01-21T06:50:42.347620+0000 mon.smithi093 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:43 smithi093 bash[14068]: audit 2024-01-21T06:50:42.347924+0000 mon.smithi093 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:43 smithi093 bash[14068]: audit 2024-01-21T06:50:42.348232+0000 mon.smithi093 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:50:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:43 smithi093 bash[14068]: audit 2024-01-21T06:50:42.348499+0000 mon.smithi093 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:50:43.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:43 smithi093 bash[14068]: audit 2024-01-21T06:50:42.348759+0000 mon.smithi093 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:50:43.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:43 smithi093 bash[14068]: audit 2024-01-21T06:50:42.349007+0000 mon.smithi093 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:50:43.504 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:50:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:43 smithi143 bash[18953]: audit 2024-01-21T06:50:42.338782+0000 mon.smithi143 (mon.1) 9 : audit [INF] from='client.? 172.21.15.143:0/576436582' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "485ec746-7986-4021-b9de-ae6252b018c6"}]: dispatch 2024-01-21T06:50:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:43 smithi143 bash[18953]: audit 2024-01-21T06:50:42.339086+0000 mon.smithi093 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "485ec746-7986-4021-b9de-ae6252b018c6"}]: dispatch 2024-01-21T06:50:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:43 smithi143 bash[18953]: audit 2024-01-21T06:50:42.346896+0000 mon.smithi093 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "485ec746-7986-4021-b9de-ae6252b018c6"}]': finished 2024-01-21T06:50:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:43 smithi143 bash[18953]: cluster 2024-01-21T06:50:42.347015+0000 mon.smithi093 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T06:50:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:43 smithi143 bash[18953]: audit 2024-01-21T06:50:42.347227+0000 mon.smithi093 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:43 smithi143 bash[18953]: audit 2024-01-21T06:50:42.347620+0000 mon.smithi093 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:43.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:43 smithi143 bash[18953]: audit 2024-01-21T06:50:42.347924+0000 mon.smithi093 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:43.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:43 smithi143 bash[18953]: audit 2024-01-21T06:50:42.348232+0000 mon.smithi093 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:50:43.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:43 smithi143 bash[18953]: audit 2024-01-21T06:50:42.348499+0000 mon.smithi093 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:50:43.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:43 smithi143 bash[18953]: audit 2024-01-21T06:50:42.348759+0000 mon.smithi093 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:50:43.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:43 smithi143 bash[18953]: audit 2024-01-21T06:50:42.349007+0000 mon.smithi093 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:50:44.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:44 smithi093 bash[14068]: cluster 2024-01-21T06:50:43.005748+0000 mgr.smithi093.jhwfwc (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:44.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:44 smithi093 bash[14068]: audit 2024-01-21T06:50:43.276555+0000 mon.smithi093 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.93:0/387220660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:44.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:44 smithi093 bash[14068]: audit 2024-01-21T06:50:43.935455+0000 mon.smithi143 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.143:0/2252671002' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:44.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:44 smithi143 bash[18953]: cluster 2024-01-21T06:50:43.005748+0000 mgr.smithi093.jhwfwc (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:44.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:44 smithi143 bash[18953]: audit 2024-01-21T06:50:43.276555+0000 mon.smithi093 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.93:0/387220660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:44.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:44 smithi143 bash[18953]: audit 2024-01-21T06:50:43.935455+0000 mon.smithi143 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.143:0/2252671002' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:46.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:45 smithi093 bash[14068]: cluster 2024-01-21T06:50:45.006154+0000 mgr.smithi093.jhwfwc (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:46.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:45 smithi143 bash[18953]: cluster 2024-01-21T06:50:45.006154+0000 mgr.smithi093.jhwfwc (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:46.735 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:50:47.111 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: audit 2024-01-21T06:50:46.124099+0000 mon.smithi093 (mon.0) 320 : audit [INF] from='client.? 172.21.15.93:0/2311145364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dcd18c47-0ae3-4658-8bef-236e4f048f95"}]: dispatch 2024-01-21T06:50:47.111 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: audit 2024-01-21T06:50:46.131817+0000 mon.smithi093 (mon.0) 321 : audit [INF] from='client.? 172.21.15.93:0/2311145364' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dcd18c47-0ae3-4658-8bef-236e4f048f95"}]': finished 2024-01-21T06:50:47.111 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: cluster 2024-01-21T06:50:46.131917+0000 mon.smithi093 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T06:50:47.112 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: audit 2024-01-21T06:50:46.132102+0000 mon.smithi093 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:47.112 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: audit 2024-01-21T06:50:46.132547+0000 mon.smithi093 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:47.112 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: audit 2024-01-21T06:50:46.132818+0000 mon.smithi093 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:47.112 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: audit 2024-01-21T06:50:46.133087+0000 mon.smithi093 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:50:47.112 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: audit 2024-01-21T06:50:46.133339+0000 mon.smithi093 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:50:47.112 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: audit 2024-01-21T06:50:46.133599+0000 mon.smithi093 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:50:47.112 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: audit 2024-01-21T06:50:46.133846+0000 mon.smithi093 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:50:47.112 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: audit 2024-01-21T06:50:46.134127+0000 mon.smithi093 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:50:47.112 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:46 smithi093 bash[14068]: audit 2024-01-21T06:50:46.733625+0000 mon.smithi093 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.93:0/3891233298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:47.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: audit 2024-01-21T06:50:46.124099+0000 mon.smithi093 (mon.0) 320 : audit [INF] from='client.? 172.21.15.93:0/2311145364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dcd18c47-0ae3-4658-8bef-236e4f048f95"}]: dispatch 2024-01-21T06:50:47.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: audit 2024-01-21T06:50:46.131817+0000 mon.smithi093 (mon.0) 321 : audit [INF] from='client.? 172.21.15.93:0/2311145364' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dcd18c47-0ae3-4658-8bef-236e4f048f95"}]': finished 2024-01-21T06:50:47.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: cluster 2024-01-21T06:50:46.131917+0000 mon.smithi093 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T06:50:47.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: audit 2024-01-21T06:50:46.132102+0000 mon.smithi093 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:50:47.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: audit 2024-01-21T06:50:46.132547+0000 mon.smithi093 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:50:47.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: audit 2024-01-21T06:50:46.132818+0000 mon.smithi093 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:50:47.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: audit 2024-01-21T06:50:46.133087+0000 mon.smithi093 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:50:47.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: audit 2024-01-21T06:50:46.133339+0000 mon.smithi093 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:50:47.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: audit 2024-01-21T06:50:46.133599+0000 mon.smithi093 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:50:47.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: audit 2024-01-21T06:50:46.133846+0000 mon.smithi093 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:50:47.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: audit 2024-01-21T06:50:46.134127+0000 mon.smithi093 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:50:47.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:46 smithi143 bash[18953]: audit 2024-01-21T06:50:46.733625+0000 mon.smithi093 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.93:0/3891233298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:47.818 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705819846,"num_remapped_pgs":0} 2024-01-21T06:50:48.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:47 smithi093 bash[14068]: cluster 2024-01-21T06:50:47.006472+0000 mgr.smithi093.jhwfwc (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:48.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:47 smithi143 bash[18953]: cluster 2024-01-21T06:50:47.006472+0000 mgr.smithi093.jhwfwc (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:48.819 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:50:49.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:48 smithi093 bash[14068]: audit 2024-01-21T06:50:48.404619+0000 mon.smithi093 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.93:0/2498202143' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:49.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:48 smithi143 bash[18953]: audit 2024-01-21T06:50:48.404619+0000 mon.smithi093 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.93:0/2498202143' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:50:50.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:49 smithi143 bash[18953]: cluster 2024-01-21T06:50:49.006830+0000 mgr.smithi093.jhwfwc (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:50.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:49 smithi093 bash[14068]: cluster 2024-01-21T06:50:49.006830+0000 mgr.smithi093.jhwfwc (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:52.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:52 smithi143 bash[18953]: cluster 2024-01-21T06:50:51.007210+0000 mgr.smithi093.jhwfwc (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:52.341 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:52 smithi093 bash[14068]: cluster 2024-01-21T06:50:51.007210+0000 mgr.smithi093.jhwfwc (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:52.684 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:50:53.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:53 smithi143 bash[18953]: audit 2024-01-21T06:50:52.682318+0000 mon.smithi093 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.93:0/1981307332' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:53.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:53 smithi093 bash[14068]: audit 2024-01-21T06:50:52.682318+0000 mon.smithi093 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.93:0/1981307332' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:53.522 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705819846,"num_remapped_pgs":0} 2024-01-21T06:50:54.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:54 smithi093 bash[14068]: cluster 2024-01-21T06:50:53.007638+0000 mgr.smithi093.jhwfwc (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:54.523 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:50:54.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:54 smithi143 bash[18953]: cluster 2024-01-21T06:50:53.007638+0000 mgr.smithi093.jhwfwc (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:56.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:55 smithi143 bash[18953]: cluster 2024-01-21T06:50:55.008059+0000 mgr.smithi093.jhwfwc (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:56.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:55 smithi143 bash[18953]: audit 2024-01-21T06:50:55.227282+0000 mon.smithi093 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T06:50:56.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:55 smithi143 bash[18953]: audit 2024-01-21T06:50:55.228879+0000 mon.smithi093 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:56.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:55 smithi143 bash[18953]: cephadm 2024-01-21T06:50:55.229945+0000 mgr.smithi093.jhwfwc (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.0 on smithi143 2024-01-21T06:50:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:55 smithi093 bash[14068]: cluster 2024-01-21T06:50:55.008059+0000 mgr.smithi093.jhwfwc (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:55 smithi093 bash[14068]: audit 2024-01-21T06:50:55.227282+0000 mon.smithi093 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T06:50:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:55 smithi093 bash[14068]: audit 2024-01-21T06:50:55.228879+0000 mon.smithi093 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:50:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:55 smithi093 bash[14068]: cephadm 2024-01-21T06:50:55.229945+0000 mgr.smithi093.jhwfwc (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.0 on smithi143 2024-01-21T06:50:57.854 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:50:58.134 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:58 smithi093 bash[14068]: cluster 2024-01-21T06:50:57.008499+0000 mgr.smithi093.jhwfwc (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:58.134 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:50:58 smithi093 bash[14068]: audit 2024-01-21T06:50:57.852077+0000 mon.smithi093 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.93:0/4092548160' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:58.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:58 smithi143 bash[18953]: cluster 2024-01-21T06:50:57.008499+0000 mgr.smithi093.jhwfwc (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:50:58.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:50:58 smithi143 bash[18953]: audit 2024-01-21T06:50:57.852077+0000 mon.smithi093 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.93:0/4092548160' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:50:58.786 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705819846,"num_remapped_pgs":0} 2024-01-21T06:50:59.787 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:51:00.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:00 smithi093 bash[14068]: cluster 2024-01-21T06:50:59.008960+0000 mgr.smithi093.jhwfwc (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:00.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:00 smithi093 bash[14068]: audit 2024-01-21T06:50:59.026382+0000 mon.smithi093 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:00.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:00 smithi093 bash[14068]: audit 2024-01-21T06:50:59.027501+0000 mon.smithi093 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T06:51:00.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:00 smithi093 bash[14068]: audit 2024-01-21T06:50:59.028766+0000 mon.smithi093 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:00.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:00 smithi093 bash[14068]: cephadm 2024-01-21T06:50:59.029661+0000 mgr.smithi093.jhwfwc (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi143 2024-01-21T06:51:00.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:00 smithi143 bash[18953]: cluster 2024-01-21T06:50:59.008960+0000 mgr.smithi093.jhwfwc (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:00.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:00 smithi143 bash[18953]: audit 2024-01-21T06:50:59.026382+0000 mon.smithi093 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:00.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:00 smithi143 bash[18953]: audit 2024-01-21T06:50:59.027501+0000 mon.smithi093 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T06:51:00.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:00 smithi143 bash[18953]: audit 2024-01-21T06:50:59.028766+0000 mon.smithi093 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:00.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:00 smithi143 bash[18953]: cephadm 2024-01-21T06:50:59.029661+0000 mgr.smithi093.jhwfwc (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi143 2024-01-21T06:51:02.075 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:02 smithi093 bash[14068]: cluster 2024-01-21T06:51:01.009340+0000 mgr.smithi093.jhwfwc (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:02.075 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:02 smithi093 bash[14068]: audit 2024-01-21T06:51:01.997814+0000 mon.smithi093 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T06:51:02.075 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:02 smithi093 bash[14068]: audit 2024-01-21T06:51:01.999161+0000 mon.smithi093 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:02.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:02 smithi143 bash[18953]: cluster 2024-01-21T06:51:01.009340+0000 mgr.smithi093.jhwfwc (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:02.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:02 smithi143 bash[18953]: audit 2024-01-21T06:51:01.997814+0000 mon.smithi093 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T06:51:02.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:02 smithi143 bash[18953]: audit 2024-01-21T06:51:01.999161+0000 mon.smithi093 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:03.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:03 smithi143 bash[18953]: cephadm 2024-01-21T06:51:02.000169+0000 mgr.smithi093.jhwfwc (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.1 on smithi093 2024-01-21T06:51:03.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:03 smithi093 bash[14068]: cephadm 2024-01-21T06:51:02.000169+0000 mgr.smithi093.jhwfwc (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.1 on smithi093 2024-01-21T06:51:04.001 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:51:04.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:04 smithi143 bash[18953]: cluster 2024-01-21T06:51:03.009808+0000 mgr.smithi093.jhwfwc (mgr.14180) 105 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:04.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:04 smithi143 bash[18953]: audit 2024-01-21T06:51:03.952699+0000 mon.smithi093 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:04.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:04 smithi143 bash[18953]: audit 2024-01-21T06:51:03.953741+0000 mon.smithi093 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T06:51:04.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:04 smithi143 bash[18953]: audit 2024-01-21T06:51:03.954609+0000 mon.smithi093 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:04.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:04 smithi143 bash[18953]: audit 2024-01-21T06:51:03.999692+0000 mon.smithi093 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.93:0/1302462546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:04 smithi093 bash[14068]: cluster 2024-01-21T06:51:03.009808+0000 mgr.smithi093.jhwfwc (mgr.14180) 105 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:04 smithi093 bash[14068]: audit 2024-01-21T06:51:03.952699+0000 mon.smithi093 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:04 smithi093 bash[14068]: audit 2024-01-21T06:51:03.953741+0000 mon.smithi093 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T06:51:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:04 smithi093 bash[14068]: audit 2024-01-21T06:51:03.954609+0000 mon.smithi093 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:04 smithi093 bash[14068]: audit 2024-01-21T06:51:03.999692+0000 mon.smithi093 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.93:0/1302462546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:05.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:05 smithi143 bash[18953]: cephadm 2024-01-21T06:51:03.955383+0000 mgr.smithi093.jhwfwc (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.4 on smithi143 2024-01-21T06:51:05.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:05 smithi093 bash[14068]: cephadm 2024-01-21T06:51:03.955383+0000 mgr.smithi093.jhwfwc (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.4 on smithi143 2024-01-21T06:51:05.662 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705819846,"num_remapped_pgs":0} 2024-01-21T06:51:06.310 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:06 smithi093 bash[14068]: cluster 2024-01-21T06:51:05.010219+0000 mgr.smithi093.jhwfwc (mgr.14180) 107 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:06.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:06 smithi143 bash[18953]: cluster 2024-01-21T06:51:05.010219+0000 mgr.smithi093.jhwfwc (mgr.14180) 107 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:06.663 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:51:08.205 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:08 smithi093 bash[14068]: cluster 2024-01-21T06:51:07.010649+0000 mgr.smithi093.jhwfwc (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:08.206 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:08 smithi093 bash[14068]: audit 2024-01-21T06:51:07.102853+0000 mon.smithi143 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/1526637214,v1:172.21.15.143:6801/1526637214]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T06:51:08.206 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:08 smithi093 bash[14068]: audit 2024-01-21T06:51:07.103067+0000 mon.smithi093 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T06:51:08.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:08 smithi143 bash[18953]: cluster 2024-01-21T06:51:07.010649+0000 mgr.smithi093.jhwfwc (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:08.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:08 smithi143 bash[18953]: audit 2024-01-21T06:51:07.102853+0000 mon.smithi143 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/1526637214,v1:172.21.15.143:6801/1526637214]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T06:51:08.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:08 smithi143 bash[18953]: audit 2024-01-21T06:51:07.103067+0000 mon.smithi093 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T06:51:09.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.053301+0000 mon.smithi093 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T06:51:09.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: cluster 2024-01-21T06:51:08.053368+0000 mon.smithi093 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T06:51:09.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.053750+0000 mon.smithi093 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:51:09.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.054090+0000 mon.smithi093 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:09.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.054343+0000 mon.smithi093 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:09.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.054503+0000 mon.smithi093 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:09.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.054737+0000 mon.smithi093 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:09.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.054950+0000 mon.smithi093 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:09.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.055122+0000 mon.smithi093 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:09.307 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.055343+0000 mon.smithi093 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:09.308 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.055447+0000 mon.smithi143 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/1526637214,v1:172.21.15.143:6801/1526637214]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:09.308 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.061263+0000 mon.smithi093 (mon.0) 357 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:09.308 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.182864+0000 mon.smithi093 (mon.0) 358 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:09.308 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.184023+0000 mon.smithi093 (mon.0) 359 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T06:51:09.308 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: audit 2024-01-21T06:51:08.184868+0000 mon.smithi093 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:09.308 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:09 smithi143 bash[18953]: cephadm 2024-01-21T06:51:08.185678+0000 mgr.smithi093.jhwfwc (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.3 on smithi093 2024-01-21T06:51:09.426 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.053301+0000 mon.smithi093 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T06:51:09.426 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: cluster 2024-01-21T06:51:08.053368+0000 mon.smithi093 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T06:51:09.426 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.053750+0000 mon.smithi093 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:51:09.426 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.054090+0000 mon.smithi093 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:09.426 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.054343+0000 mon.smithi093 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:09.426 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.054503+0000 mon.smithi093 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:09.426 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.054737+0000 mon.smithi093 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:09.426 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.054950+0000 mon.smithi093 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:09.427 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.055122+0000 mon.smithi093 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:09.427 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.055343+0000 mon.smithi093 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:09.427 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.055447+0000 mon.smithi143 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/1526637214,v1:172.21.15.143:6801/1526637214]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:09.427 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.061263+0000 mon.smithi093 (mon.0) 357 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:09.427 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.182864+0000 mon.smithi093 (mon.0) 358 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:09.427 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.184023+0000 mon.smithi093 (mon.0) 359 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T06:51:09.427 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: audit 2024-01-21T06:51:08.184868+0000 mon.smithi093 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:09.427 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:09 smithi093 bash[14068]: cephadm 2024-01-21T06:51:08.185678+0000 mgr.smithi093.jhwfwc (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.3 on smithi093 2024-01-21T06:51:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: cluster 2024-01-21T06:51:09.011057+0000 mgr.smithi093.jhwfwc (mgr.14180) 110 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.068771+0000 mon.smithi093 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-21T06:51:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: cluster 2024-01-21T06:51:09.068840+0000 mon.smithi093 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T06:51:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.068974+0000 mon.smithi093 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:51:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.069371+0000 mon.smithi093 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.069627+0000 mon.smithi093 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.069892+0000 mon.smithi093 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.070157+0000 mon.smithi093 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:10.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.070419+0000 mon.smithi093 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:10.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.070679+0000 mon.smithi093 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:10.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.070951+0000 mon.smithi093 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:10.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.080604+0000 mon.smithi093 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:51:10.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.277711+0000 mon.smithi093 (mon.0) 372 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:10.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.279070+0000 mon.smithi093 (mon.0) 373 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T06:51:10.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: audit 2024-01-21T06:51:09.280165+0000 mon.smithi093 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:10.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:10 smithi093 bash[14068]: cephadm 2024-01-21T06:51:09.281155+0000 mgr.smithi093.jhwfwc (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.6 on smithi143 2024-01-21T06:51:10.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: cluster 2024-01-21T06:51:09.011057+0000 mgr.smithi093.jhwfwc (mgr.14180) 110 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:51:10.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.068771+0000 mon.smithi093 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-21T06:51:10.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: cluster 2024-01-21T06:51:09.068840+0000 mon.smithi093 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.068974+0000 mon.smithi093 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.069371+0000 mon.smithi093 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.069627+0000 mon.smithi093 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.069892+0000 mon.smithi093 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.070157+0000 mon.smithi093 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.070419+0000 mon.smithi093 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.070679+0000 mon.smithi093 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.070951+0000 mon.smithi093 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.080604+0000 mon.smithi093 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.277711+0000 mon.smithi093 (mon.0) 372 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.279070+0000 mon.smithi093 (mon.0) 373 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: audit 2024-01-21T06:51:09.280165+0000 mon.smithi093 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:10.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:10 smithi143 bash[18953]: cephadm 2024-01-21T06:51:09.281155+0000 mgr.smithi093.jhwfwc (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.6 on smithi143 2024-01-21T06:51:11.066 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:51:11.289 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: cluster 2024-01-21T06:51:08.054104+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:11.289 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: cluster 2024-01-21T06:51:08.054214+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:11.289 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: cluster 2024-01-21T06:51:10.073752+0000 mon.smithi093 (mon.0) 375 : cluster [INF] osd.0 [v2:172.21.15.143:6800/1526637214,v1:172.21.15.143:6801/1526637214] boot 2024-01-21T06:51:11.289 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: cluster 2024-01-21T06:51:10.073875+0000 mon.smithi093 (mon.0) 376 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T06:51:11.289 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: audit 2024-01-21T06:51:10.074681+0000 mon.smithi093 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:51:11.289 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: audit 2024-01-21T06:51:10.075845+0000 mon.smithi093 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:11.289 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: audit 2024-01-21T06:51:10.081072+0000 mon.smithi093 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:11.289 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: audit 2024-01-21T06:51:10.081795+0000 mon.smithi093 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:11.290 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: audit 2024-01-21T06:51:10.082127+0000 mon.smithi093 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:11.290 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: audit 2024-01-21T06:51:10.082453+0000 mon.smithi093 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:11.290 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: audit 2024-01-21T06:51:10.082783+0000 mon.smithi093 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:11.290 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: audit 2024-01-21T06:51:10.083117+0000 mon.smithi093 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:11.290 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:11 smithi093 bash[14068]: audit 2024-01-21T06:51:11.064408+0000 mon.smithi093 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.93:0/946454338' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: cluster 2024-01-21T06:51:08.054104+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: cluster 2024-01-21T06:51:08.054214+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: cluster 2024-01-21T06:51:10.073752+0000 mon.smithi093 (mon.0) 375 : cluster [INF] osd.0 [v2:172.21.15.143:6800/1526637214,v1:172.21.15.143:6801/1526637214] boot 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: cluster 2024-01-21T06:51:10.073875+0000 mon.smithi093 (mon.0) 376 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: audit 2024-01-21T06:51:10.074681+0000 mon.smithi093 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: audit 2024-01-21T06:51:10.075845+0000 mon.smithi093 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: audit 2024-01-21T06:51:10.081072+0000 mon.smithi093 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: audit 2024-01-21T06:51:10.081795+0000 mon.smithi093 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: audit 2024-01-21T06:51:10.082127+0000 mon.smithi093 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: audit 2024-01-21T06:51:10.082453+0000 mon.smithi093 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: audit 2024-01-21T06:51:10.082783+0000 mon.smithi093 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: audit 2024-01-21T06:51:10.083117+0000 mon.smithi093 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:11 smithi143 bash[18953]: audit 2024-01-21T06:51:11.064408+0000 mon.smithi093 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.93:0/946454338' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:12 smithi093 bash[14068]: cluster 2024-01-21T06:51:11.011426+0000 mgr.smithi093.jhwfwc (mgr.14180) 112 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:51:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:12 smithi093 bash[14068]: cluster 2024-01-21T06:51:11.087091+0000 mon.smithi093 (mon.0) 386 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T06:51:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:12 smithi093 bash[14068]: audit 2024-01-21T06:51:11.087205+0000 mon.smithi093 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:12 smithi093 bash[14068]: audit 2024-01-21T06:51:11.087631+0000 mon.smithi093 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:12 smithi093 bash[14068]: audit 2024-01-21T06:51:11.087841+0000 mon.smithi093 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:12 smithi093 bash[14068]: audit 2024-01-21T06:51:11.088033+0000 mon.smithi093 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:12 smithi093 bash[14068]: audit 2024-01-21T06:51:11.088217+0000 mon.smithi093 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:12 smithi093 bash[14068]: audit 2024-01-21T06:51:11.088435+0000 mon.smithi093 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:12 smithi093 bash[14068]: audit 2024-01-21T06:51:11.088618+0000 mon.smithi093 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:12 smithi143 bash[18953]: cluster 2024-01-21T06:51:11.011426+0000 mgr.smithi093.jhwfwc (mgr.14180) 112 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:51:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:12 smithi143 bash[18953]: cluster 2024-01-21T06:51:11.087091+0000 mon.smithi093 (mon.0) 386 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T06:51:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:12 smithi143 bash[18953]: audit 2024-01-21T06:51:11.087205+0000 mon.smithi093 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:12 smithi143 bash[18953]: audit 2024-01-21T06:51:11.087631+0000 mon.smithi093 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:12 smithi143 bash[18953]: audit 2024-01-21T06:51:11.087841+0000 mon.smithi093 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:12 smithi143 bash[18953]: audit 2024-01-21T06:51:11.088033+0000 mon.smithi093 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:12 smithi143 bash[18953]: audit 2024-01-21T06:51:11.088217+0000 mon.smithi093 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:12 smithi143 bash[18953]: audit 2024-01-21T06:51:11.088435+0000 mon.smithi093 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:12 smithi143 bash[18953]: audit 2024-01-21T06:51:11.088618+0000 mon.smithi093 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:12.863 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1705819870,"num_in_osds":8,"osd_in_since":1705819846,"num_remapped_pgs":0} 2024-01-21T06:51:13.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:13 smithi093 bash[14068]: audit 2024-01-21T06:51:12.324720+0000 mon.smithi093 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T06:51:13.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:13 smithi093 bash[14068]: audit 2024-01-21T06:51:12.324828+0000 mon.smithi143 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/3608175708,v1:172.21.15.143:6809/3608175708]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T06:51:13.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:13 smithi143 bash[18953]: audit 2024-01-21T06:51:12.324720+0000 mon.smithi093 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T06:51:13.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:13 smithi143 bash[18953]: audit 2024-01-21T06:51:12.324828+0000 mon.smithi143 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/3608175708,v1:172.21.15.143:6809/3608175708]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T06:51:13.864 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:51:14.112 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: cluster 2024-01-21T06:51:13.011829+0000 mgr.smithi093.jhwfwc (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:51:14.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: audit 2024-01-21T06:51:13.099419+0000 mon.smithi093 (mon.0) 395 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T06:51:14.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: cluster 2024-01-21T06:51:13.099478+0000 mon.smithi093 (mon.0) 396 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T06:51:14.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: audit 2024-01-21T06:51:13.099663+0000 mon.smithi093 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:14.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: audit 2024-01-21T06:51:13.100280+0000 mon.smithi093 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:14.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: audit 2024-01-21T06:51:13.100557+0000 mon.smithi093 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:14.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: audit 2024-01-21T06:51:13.101104+0000 mon.smithi093 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:14.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: audit 2024-01-21T06:51:13.101168+0000 mon.smithi143 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/3608175708,v1:172.21.15.143:6809/3608175708]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:14.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: audit 2024-01-21T06:51:13.101471+0000 mon.smithi093 (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=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:14.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: audit 2024-01-21T06:51:13.101839+0000 mon.smithi093 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:14.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: audit 2024-01-21T06:51:13.102179+0000 mon.smithi093 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:14.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:14 smithi143 bash[18953]: audit 2024-01-21T06:51:13.102449+0000 mon.smithi093 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:14.314 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: cluster 2024-01-21T06:51:13.011829+0000 mgr.smithi093.jhwfwc (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:51:14.314 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: audit 2024-01-21T06:51:13.099419+0000 mon.smithi093 (mon.0) 395 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T06:51:14.314 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: cluster 2024-01-21T06:51:13.099478+0000 mon.smithi093 (mon.0) 396 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T06:51:14.314 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: audit 2024-01-21T06:51:13.099663+0000 mon.smithi093 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:14.314 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: audit 2024-01-21T06:51:13.100280+0000 mon.smithi093 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:14.314 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: audit 2024-01-21T06:51:13.100557+0000 mon.smithi093 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:14.314 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: audit 2024-01-21T06:51:13.101104+0000 mon.smithi093 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:14.314 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: audit 2024-01-21T06:51:13.101168+0000 mon.smithi143 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/3608175708,v1:172.21.15.143:6809/3608175708]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:14.314 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: audit 2024-01-21T06:51:13.101471+0000 mon.smithi093 (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=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:14.314 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: audit 2024-01-21T06:51:13.101839+0000 mon.smithi093 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:14.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: audit 2024-01-21T06:51:13.102179+0000 mon.smithi093 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:14.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:14 smithi093 bash[14068]: audit 2024-01-21T06:51:13.102449+0000 mon.smithi093 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:15.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:15 smithi093 bash[14068]: audit 2024-01-21T06:51:14.100548+0000 mon.smithi093 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-21T06:51:15.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:15 smithi093 bash[14068]: cluster 2024-01-21T06:51:14.100683+0000 mon.smithi093 (mon.0) 406 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-21T06:51:15.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:15 smithi093 bash[14068]: audit 2024-01-21T06:51:14.101239+0000 mon.smithi093 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:15.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:15 smithi093 bash[14068]: audit 2024-01-21T06:51:14.101497+0000 mon.smithi093 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:15.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:15 smithi093 bash[14068]: audit 2024-01-21T06:51:14.101628+0000 mon.smithi093 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:15.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:15 smithi093 bash[14068]: audit 2024-01-21T06:51:14.101767+0000 mon.smithi093 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:15.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:15 smithi093 bash[14068]: audit 2024-01-21T06:51:14.101932+0000 mon.smithi093 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:15.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:15 smithi093 bash[14068]: audit 2024-01-21T06:51:14.102079+0000 mon.smithi093 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:15.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:15 smithi093 bash[14068]: audit 2024-01-21T06:51:14.102249+0000 mon.smithi093 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:15.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:15 smithi093 bash[14068]: audit 2024-01-21T06:51:14.105514+0000 mon.smithi093 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:15.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:15 smithi093 bash[14068]: audit 2024-01-21T06:51:14.410027+0000 mon.smithi093 (mon.0) 415 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:15.387 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:15 smithi143 bash[18953]: audit 2024-01-21T06:51:14.100548+0000 mon.smithi093 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-21T06:51:15.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:15 smithi143 bash[18953]: cluster 2024-01-21T06:51:14.100683+0000 mon.smithi093 (mon.0) 406 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-21T06:51:15.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:15 smithi143 bash[18953]: audit 2024-01-21T06:51:14.101239+0000 mon.smithi093 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:15.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:15 smithi143 bash[18953]: audit 2024-01-21T06:51:14.101497+0000 mon.smithi093 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:15.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:15 smithi143 bash[18953]: audit 2024-01-21T06:51:14.101628+0000 mon.smithi093 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:15.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:15 smithi143 bash[18953]: audit 2024-01-21T06:51:14.101767+0000 mon.smithi093 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:15.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:15 smithi143 bash[18953]: audit 2024-01-21T06:51:14.101932+0000 mon.smithi093 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:15.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:15 smithi143 bash[18953]: audit 2024-01-21T06:51:14.102079+0000 mon.smithi093 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:15.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:15 smithi143 bash[18953]: audit 2024-01-21T06:51:14.102249+0000 mon.smithi093 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:15.388 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:15 smithi143 bash[18953]: audit 2024-01-21T06:51:14.105514+0000 mon.smithi093 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:15.389 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:15 smithi143 bash[18953]: audit 2024-01-21T06:51:14.410027+0000 mon.smithi093 (mon.0) 415 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: cluster 2024-01-21T06:51:13.287238+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: cluster 2024-01-21T06:51:13.287364+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: cluster 2024-01-21T06:51:15.012304+0000 mgr.smithi093.jhwfwc (mgr.14180) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:51:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: cluster 2024-01-21T06:51:15.110462+0000 mon.smithi093 (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.143:6808/3608175708,v1:172.21.15.143:6809/3608175708] boot 2024-01-21T06:51:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: cluster 2024-01-21T06:51:15.110497+0000 mon.smithi093 (mon.0) 417 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T06:51:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: audit 2024-01-21T06:51:15.110849+0000 mon.smithi093 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: audit 2024-01-21T06:51:15.111111+0000 mon.smithi093 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: audit 2024-01-21T06:51:15.111320+0000 mon.smithi093 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:16.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: audit 2024-01-21T06:51:15.111514+0000 mon.smithi093 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:16.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: audit 2024-01-21T06:51:15.111791+0000 mon.smithi093 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:16.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: audit 2024-01-21T06:51:15.115001+0000 mon.smithi093 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:16.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:16 smithi093 bash[14068]: audit 2024-01-21T06:51:15.115161+0000 mon.smithi093 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:16.442 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: cluster 2024-01-21T06:51:13.287238+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:16.442 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: cluster 2024-01-21T06:51:13.287364+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:16.442 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: cluster 2024-01-21T06:51:15.012304+0000 mgr.smithi093.jhwfwc (mgr.14180) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:51:16.442 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: cluster 2024-01-21T06:51:15.110462+0000 mon.smithi093 (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.143:6808/3608175708,v1:172.21.15.143:6809/3608175708] boot 2024-01-21T06:51:16.442 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: cluster 2024-01-21T06:51:15.110497+0000 mon.smithi093 (mon.0) 417 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T06:51:16.442 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: audit 2024-01-21T06:51:15.110849+0000 mon.smithi093 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:51:16.443 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: audit 2024-01-21T06:51:15.111111+0000 mon.smithi093 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:16.443 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: audit 2024-01-21T06:51:15.111320+0000 mon.smithi093 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:16.443 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: audit 2024-01-21T06:51:15.111514+0000 mon.smithi093 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:16.443 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: audit 2024-01-21T06:51:15.111791+0000 mon.smithi093 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:16.443 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: audit 2024-01-21T06:51:15.115001+0000 mon.smithi093 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:16.443 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:16 smithi143 bash[18953]: audit 2024-01-21T06:51:15.115161+0000 mon.smithi093 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:17.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:17 smithi143 bash[18953]: cluster 2024-01-21T06:51:16.124031+0000 mon.smithi093 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-21T06:51:17.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:17 smithi143 bash[18953]: audit 2024-01-21T06:51:16.146571+0000 mon.smithi093 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:17.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:17 smithi143 bash[18953]: audit 2024-01-21T06:51:16.147178+0000 mon.smithi093 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:17.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:17 smithi143 bash[18953]: audit 2024-01-21T06:51:16.147749+0000 mon.smithi093 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:17.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:17 smithi143 bash[18953]: audit 2024-01-21T06:51:16.148296+0000 mon.smithi093 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:17.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:17 smithi143 bash[18953]: audit 2024-01-21T06:51:16.148926+0000 mon.smithi093 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:17.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:17 smithi143 bash[18953]: audit 2024-01-21T06:51:16.149486+0000 mon.smithi093 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:17.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:17 smithi143 bash[18953]: audit 2024-01-21T06:51:16.381999+0000 mon.smithi093 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:17.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:17 smithi143 bash[18953]: audit 2024-01-21T06:51:16.382868+0000 mon.smithi093 (mon.0) 433 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T06:51:17.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:17 smithi143 bash[18953]: audit 2024-01-21T06:51:16.383772+0000 mon.smithi093 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:17.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:17 smithi143 bash[18953]: cephadm 2024-01-21T06:51:16.384540+0000 mgr.smithi093.jhwfwc (mgr.14180) 115 : cephadm [INF] Deploying daemon osd.5 on smithi093 2024-01-21T06:51:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:17 smithi093 bash[14068]: cluster 2024-01-21T06:51:16.124031+0000 mon.smithi093 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-21T06:51:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:17 smithi093 bash[14068]: audit 2024-01-21T06:51:16.146571+0000 mon.smithi093 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:17 smithi093 bash[14068]: audit 2024-01-21T06:51:16.147178+0000 mon.smithi093 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:17 smithi093 bash[14068]: audit 2024-01-21T06:51:16.147749+0000 mon.smithi093 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:17 smithi093 bash[14068]: audit 2024-01-21T06:51:16.148296+0000 mon.smithi093 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:17 smithi093 bash[14068]: audit 2024-01-21T06:51:16.148926+0000 mon.smithi093 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:17 smithi093 bash[14068]: audit 2024-01-21T06:51:16.149486+0000 mon.smithi093 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:17 smithi093 bash[14068]: audit 2024-01-21T06:51:16.381999+0000 mon.smithi093 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:17 smithi093 bash[14068]: audit 2024-01-21T06:51:16.382868+0000 mon.smithi093 (mon.0) 433 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T06:51:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:17 smithi093 bash[14068]: audit 2024-01-21T06:51:16.383772+0000 mon.smithi093 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:17 smithi093 bash[14068]: cephadm 2024-01-21T06:51:16.384540+0000 mgr.smithi093.jhwfwc (mgr.14180) 115 : cephadm [INF] Deploying daemon osd.5 on smithi093 2024-01-21T06:51:18.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:18 smithi143 bash[18953]: cluster 2024-01-21T06:51:17.012734+0000 mgr.smithi093.jhwfwc (mgr.14180) 116 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T06:51:18.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:18 smithi143 bash[18953]: audit 2024-01-21T06:51:17.540912+0000 mon.smithi143 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/3743248904,v1:172.21.15.143:6817/3743248904]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T06:51:18.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:18 smithi143 bash[18953]: audit 2024-01-21T06:51:17.541006+0000 mon.smithi093 (mon.0) 435 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T06:51:18.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:18 smithi143 bash[18953]: audit 2024-01-21T06:51:18.087855+0000 mon.smithi093 (mon.0) 436 : audit [INF] from='osd.1 [v2:172.21.15.93:6802/2817832789,v1:172.21.15.93:6803/2817832789]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T06:51:18.651 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:18 smithi093 bash[14068]: cluster 2024-01-21T06:51:17.012734+0000 mgr.smithi093.jhwfwc (mgr.14180) 116 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T06:51:18.651 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:18 smithi093 bash[14068]: audit 2024-01-21T06:51:17.540912+0000 mon.smithi143 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/3743248904,v1:172.21.15.143:6817/3743248904]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T06:51:18.651 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:18 smithi093 bash[14068]: audit 2024-01-21T06:51:17.541006+0000 mon.smithi093 (mon.0) 435 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T06:51:18.651 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:18 smithi093 bash[14068]: audit 2024-01-21T06:51:18.087855+0000 mon.smithi093 (mon.0) 436 : audit [INF] from='osd.1 [v2:172.21.15.93:6802/2817832789,v1:172.21.15.93:6803/2817832789]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T06:51:19.457 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: audit 2024-01-21T06:51:18.393058+0000 mon.smithi093 (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T06:51:19.515 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:51:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: audit 2024-01-21T06:51:18.393058+0000 mon.smithi093 (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T06:51:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: audit 2024-01-21T06:51:18.393120+0000 mon.smithi093 (mon.0) 438 : audit [INF] from='osd.1 [v2:172.21.15.93:6802/2817832789,v1:172.21.15.93:6803/2817832789]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T06:51:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: cluster 2024-01-21T06:51:18.393156+0000 mon.smithi093 (mon.0) 439 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-21T06:51:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: audit 2024-01-21T06:51:18.393321+0000 mon.smithi093 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: audit 2024-01-21T06:51:18.393855+0000 mon.smithi093 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: audit 2024-01-21T06:51:18.394161+0000 mon.smithi093 (mon.0) 442 : audit [INF] from='osd.1 [v2:172.21.15.93:6802/2817832789,v1:172.21.15.93:6803/2817832789]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2024-01-21T06:51:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: audit 2024-01-21T06:51:18.394550+0000 mon.smithi093 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: audit 2024-01-21T06:51:18.394936+0000 mon.smithi093 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: audit 2024-01-21T06:51:18.395039+0000 mon.smithi143 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/3743248904,v1:172.21.15.143:6817/3743248904]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:19.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: audit 2024-01-21T06:51:18.395294+0000 mon.smithi093 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:19.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: audit 2024-01-21T06:51:18.395646+0000 mon.smithi093 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:19.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:19 smithi143 bash[18953]: audit 2024-01-21T06:51:18.395912+0000 mon.smithi093 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:19.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: audit 2024-01-21T06:51:18.393120+0000 mon.smithi093 (mon.0) 438 : audit [INF] from='osd.1 [v2:172.21.15.93:6802/2817832789,v1:172.21.15.93:6803/2817832789]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T06:51:19.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: cluster 2024-01-21T06:51:18.393156+0000 mon.smithi093 (mon.0) 439 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-21T06:51:19.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: audit 2024-01-21T06:51:18.393321+0000 mon.smithi093 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:19.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: audit 2024-01-21T06:51:18.393855+0000 mon.smithi093 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:19.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: audit 2024-01-21T06:51:18.394161+0000 mon.smithi093 (mon.0) 442 : audit [INF] from='osd.1 [v2:172.21.15.93:6802/2817832789,v1:172.21.15.93:6803/2817832789]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2024-01-21T06:51:19.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: audit 2024-01-21T06:51:18.394550+0000 mon.smithi093 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:19.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: audit 2024-01-21T06:51:18.394936+0000 mon.smithi093 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:19.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: audit 2024-01-21T06:51:18.395039+0000 mon.smithi143 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/3743248904,v1:172.21.15.143:6817/3743248904]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:19.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: audit 2024-01-21T06:51:18.395294+0000 mon.smithi093 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:19.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: audit 2024-01-21T06:51:18.395646+0000 mon.smithi093 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:19.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:19 smithi093 bash[14068]: audit 2024-01-21T06:51:18.395912+0000 mon.smithi093 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: cluster 2024-01-21T06:51:19.013173+0000 mgr.smithi093.jhwfwc (mgr.14180) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T06:51:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: audit 2024-01-21T06:51:19.396567+0000 mon.smithi093 (mon.0) 448 : audit [INF] from='osd.1 [v2:172.21.15.93:6802/2817832789,v1:172.21.15.93:6803/2817832789]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2024-01-21T06:51:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: audit 2024-01-21T06:51:19.396665+0000 mon.smithi093 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-21T06:51:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: cluster 2024-01-21T06:51:19.396783+0000 mon.smithi093 (mon.0) 450 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-01-21T06:51:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: audit 2024-01-21T06:51:19.397247+0000 mon.smithi093 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: audit 2024-01-21T06:51:19.397477+0000 mon.smithi093 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: audit 2024-01-21T06:51:19.398018+0000 mon.smithi093 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: audit 2024-01-21T06:51:19.398298+0000 mon.smithi093 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: audit 2024-01-21T06:51:19.398507+0000 mon.smithi093 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: audit 2024-01-21T06:51:19.398686+0000 mon.smithi093 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: audit 2024-01-21T06:51:19.405234+0000 mon.smithi093 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: audit 2024-01-21T06:51:19.405543+0000 mon.smithi093 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:20 smithi143 bash[18953]: audit 2024-01-21T06:51:19.510440+0000 mon.smithi093 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.93:0/3572091685' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: cluster 2024-01-21T06:51:19.013173+0000 mgr.smithi093.jhwfwc (mgr.14180) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: audit 2024-01-21T06:51:19.396567+0000 mon.smithi093 (mon.0) 448 : audit [INF] from='osd.1 [v2:172.21.15.93:6802/2817832789,v1:172.21.15.93:6803/2817832789]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: audit 2024-01-21T06:51:19.396665+0000 mon.smithi093 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: cluster 2024-01-21T06:51:19.396783+0000 mon.smithi093 (mon.0) 450 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: audit 2024-01-21T06:51:19.397247+0000 mon.smithi093 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: audit 2024-01-21T06:51:19.397477+0000 mon.smithi093 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: audit 2024-01-21T06:51:19.398018+0000 mon.smithi093 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: audit 2024-01-21T06:51:19.398298+0000 mon.smithi093 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: audit 2024-01-21T06:51:19.398507+0000 mon.smithi093 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: audit 2024-01-21T06:51:19.398686+0000 mon.smithi093 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: audit 2024-01-21T06:51:19.405234+0000 mon.smithi093 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: audit 2024-01-21T06:51:19.405543+0000 mon.smithi093 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:20 smithi093 bash[14068]: audit 2024-01-21T06:51:19.510440+0000 mon.smithi093 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.93:0/3572091685' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:21.264 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":23,"num_osds":8,"num_up_osds":2,"osd_up_since":1705819875,"num_in_osds":8,"osd_in_since":1705819846,"num_remapped_pgs":0} 2024-01-21T06:51:21.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: cluster 2024-01-21T06:51:18.488836+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:21.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: cluster 2024-01-21T06:51:18.488916+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:21.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: cluster 2024-01-21T06:51:19.094096+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:21.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: cluster 2024-01-21T06:51:19.094150+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:21.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: cluster 2024-01-21T06:51:20.407496+0000 mon.smithi093 (mon.0) 460 : cluster [INF] osd.1 [v2:172.21.15.93:6802/2817832789,v1:172.21.15.93:6803/2817832789] boot 2024-01-21T06:51:21.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: cluster 2024-01-21T06:51:20.407610+0000 mon.smithi093 (mon.0) 461 : cluster [INF] osd.4 [v2:172.21.15.143:6816/3743248904,v1:172.21.15.143:6817/3743248904] boot 2024-01-21T06:51:21.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: cluster 2024-01-21T06:51:20.407736+0000 mon.smithi093 (mon.0) 462 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-01-21T06:51:21.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: audit 2024-01-21T06:51:20.408459+0000 mon.smithi093 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:21.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: audit 2024-01-21T06:51:20.409386+0000 mon.smithi093 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:21.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: audit 2024-01-21T06:51:20.413598+0000 mon.smithi093 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:21.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: audit 2024-01-21T06:51:20.414062+0000 mon.smithi093 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:21.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: audit 2024-01-21T06:51:20.414369+0000 mon.smithi093 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:21.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: audit 2024-01-21T06:51:20.414690+0000 mon.smithi093 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:21.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: audit 2024-01-21T06:51:20.415017+0000 mon.smithi093 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 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-21T06:51:21.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: audit 2024-01-21T06:51:21.241683+0000 mon.smithi143 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/75789772,v1:172.21.15.143:6825/75789772]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T06:51:21.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:21 smithi093 bash[14068]: audit 2024-01-21T06:51:21.245198+0000 mon.smithi093 (mon.0) 470 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: cluster 2024-01-21T06:51:18.488836+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: cluster 2024-01-21T06:51:18.488916+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: cluster 2024-01-21T06:51:19.094096+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: cluster 2024-01-21T06:51:19.094150+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: cluster 2024-01-21T06:51:20.407496+0000 mon.smithi093 (mon.0) 460 : cluster [INF] osd.1 [v2:172.21.15.93:6802/2817832789,v1:172.21.15.93:6803/2817832789] boot 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: cluster 2024-01-21T06:51:20.407610+0000 mon.smithi093 (mon.0) 461 : cluster [INF] osd.4 [v2:172.21.15.143:6816/3743248904,v1:172.21.15.143:6817/3743248904] boot 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: cluster 2024-01-21T06:51:20.407736+0000 mon.smithi093 (mon.0) 462 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: audit 2024-01-21T06:51:20.408459+0000 mon.smithi093 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: audit 2024-01-21T06:51:20.409386+0000 mon.smithi093 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: audit 2024-01-21T06:51:20.413598+0000 mon.smithi093 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: audit 2024-01-21T06:51:20.414062+0000 mon.smithi093 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: audit 2024-01-21T06:51:20.414369+0000 mon.smithi093 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: audit 2024-01-21T06:51:20.414690+0000 mon.smithi093 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:21.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: audit 2024-01-21T06:51:20.415017+0000 mon.smithi093 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 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-21T06:51:21.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: audit 2024-01-21T06:51:21.241683+0000 mon.smithi143 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/75789772,v1:172.21.15.143:6825/75789772]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T06:51:21.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:21 smithi143 bash[18953]: audit 2024-01-21T06:51:21.245198+0000 mon.smithi093 (mon.0) 470 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T06:51:22.266 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:51:22.691 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:22 smithi143 bash[18953]: cluster 2024-01-21T06:51:21.013634+0000 mgr.smithi093.jhwfwc (mgr.14180) 118 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T06:51:22.691 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:22 smithi143 bash[18953]: audit 2024-01-21T06:51:21.421246+0000 mon.smithi093 (mon.0) 471 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 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-21T06:51:22.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:22 smithi143 bash[18953]: audit 2024-01-21T06:51:21.421315+0000 mon.smithi093 (mon.0) 472 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T06:51:22.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:22 smithi143 bash[18953]: cluster 2024-01-21T06:51:21.421382+0000 mon.smithi093 (mon.0) 473 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-21T06:51:22.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:22 smithi143 bash[18953]: audit 2024-01-21T06:51:21.421574+0000 mon.smithi093 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:22.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:22 smithi143 bash[18953]: audit 2024-01-21T06:51:21.422191+0000 mon.smithi093 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:22.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:22 smithi143 bash[18953]: audit 2024-01-21T06:51:21.422360+0000 mon.smithi093 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:22.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:22 smithi143 bash[18953]: audit 2024-01-21T06:51:21.422590+0000 mon.smithi093 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:22.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:22 smithi143 bash[18953]: audit 2024-01-21T06:51:21.423429+0000 mon.smithi093 (mon.0) 478 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T06:51:22.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:22 smithi143 bash[18953]: audit 2024-01-21T06:51:21.423759+0000 mon.smithi093 (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:22.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:22 smithi143 bash[18953]: audit 2024-01-21T06:51:21.423886+0000 mon.smithi143 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/75789772,v1:172.21.15.143:6825/75789772]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:22.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:22 smithi093 bash[14068]: cluster 2024-01-21T06:51:21.013634+0000 mgr.smithi093.jhwfwc (mgr.14180) 118 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T06:51:22.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:22 smithi093 bash[14068]: audit 2024-01-21T06:51:21.421246+0000 mon.smithi093 (mon.0) 471 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 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-21T06:51:22.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:22 smithi093 bash[14068]: audit 2024-01-21T06:51:21.421315+0000 mon.smithi093 (mon.0) 472 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T06:51:22.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:22 smithi093 bash[14068]: cluster 2024-01-21T06:51:21.421382+0000 mon.smithi093 (mon.0) 473 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-21T06:51:22.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:22 smithi093 bash[14068]: audit 2024-01-21T06:51:21.421574+0000 mon.smithi093 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:22.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:22 smithi093 bash[14068]: audit 2024-01-21T06:51:21.422191+0000 mon.smithi093 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:22.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:22 smithi093 bash[14068]: audit 2024-01-21T06:51:21.422360+0000 mon.smithi093 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:22.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:22 smithi093 bash[14068]: audit 2024-01-21T06:51:21.422590+0000 mon.smithi093 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:22.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:22 smithi093 bash[14068]: audit 2024-01-21T06:51:21.423429+0000 mon.smithi093 (mon.0) 478 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T06:51:22.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:22 smithi093 bash[14068]: audit 2024-01-21T06:51:21.423759+0000 mon.smithi093 (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:22.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:22 smithi093 bash[14068]: audit 2024-01-21T06:51:21.423886+0000 mon.smithi143 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/75789772,v1:172.21.15.143:6825/75789772]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-21T06:51:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:23 smithi093 bash[14068]: audit 2024-01-21T06:51:22.422242+0000 mon.smithi093 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T06:51:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:23 smithi093 bash[14068]: audit 2024-01-21T06:51:22.422345+0000 mon.smithi093 (mon.0) 481 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-21T06:51:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:23 smithi093 bash[14068]: cluster 2024-01-21T06:51:22.422425+0000 mon.smithi093 (mon.0) 482 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-21T06:51:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:23 smithi093 bash[14068]: audit 2024-01-21T06:51:22.422922+0000 mon.smithi093 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:23 smithi093 bash[14068]: audit 2024-01-21T06:51:22.423342+0000 mon.smithi093 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:23 smithi093 bash[14068]: audit 2024-01-21T06:51:22.423506+0000 mon.smithi093 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:23 smithi093 bash[14068]: audit 2024-01-21T06:51:22.423691+0000 mon.smithi093 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:23 smithi093 bash[14068]: audit 2024-01-21T06:51:22.432043+0000 mon.smithi093 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:23 smithi093 bash[14068]: cluster 2024-01-21T06:51:23.014267+0000 mgr.smithi093.jhwfwc (mgr.14180) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T06:51:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:23 smithi093 bash[14068]: audit 2024-01-21T06:51:23.223913+0000 mon.smithi093 (mon.0) 488 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:23.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:23 smithi143 bash[18953]: audit 2024-01-21T06:51:22.422242+0000 mon.smithi093 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T06:51:23.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:23 smithi143 bash[18953]: audit 2024-01-21T06:51:22.422345+0000 mon.smithi093 (mon.0) 481 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-21T06:51:23.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:23 smithi143 bash[18953]: cluster 2024-01-21T06:51:22.422425+0000 mon.smithi093 (mon.0) 482 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-21T06:51:23.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:23 smithi143 bash[18953]: audit 2024-01-21T06:51:22.422922+0000 mon.smithi093 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:23.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:23 smithi143 bash[18953]: audit 2024-01-21T06:51:22.423342+0000 mon.smithi093 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:23.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:23 smithi143 bash[18953]: audit 2024-01-21T06:51:22.423506+0000 mon.smithi093 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:23.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:23 smithi143 bash[18953]: audit 2024-01-21T06:51:22.423691+0000 mon.smithi093 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:23.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:23 smithi143 bash[18953]: audit 2024-01-21T06:51:22.432043+0000 mon.smithi093 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:23.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:23 smithi143 bash[18953]: cluster 2024-01-21T06:51:23.014267+0000 mgr.smithi093.jhwfwc (mgr.14180) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T06:51:23.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:23 smithi143 bash[18953]: audit 2024-01-21T06:51:23.223913+0000 mon.smithi093 (mon.0) 488 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:24 smithi093 bash[14068]: cluster 2024-01-21T06:51:22.226106+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:24 smithi093 bash[14068]: cluster 2024-01-21T06:51:22.226193+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:24 smithi093 bash[14068]: cluster 2024-01-21T06:51:23.432542+0000 mon.smithi093 (mon.0) 489 : cluster [INF] osd.6 [v2:172.21.15.143:6824/75789772,v1:172.21.15.143:6825/75789772] boot 2024-01-21T06:51:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:24 smithi093 bash[14068]: cluster 2024-01-21T06:51:23.432570+0000 mon.smithi093 (mon.0) 490 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-21T06:51:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:24 smithi093 bash[14068]: audit 2024-01-21T06:51:23.433181+0000 mon.smithi093 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:24 smithi093 bash[14068]: audit 2024-01-21T06:51:23.433406+0000 mon.smithi093 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:24 smithi093 bash[14068]: audit 2024-01-21T06:51:23.433550+0000 mon.smithi093 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:24 smithi093 bash[14068]: audit 2024-01-21T06:51:23.433745+0000 mon.smithi093 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:24 smithi143 bash[18953]: cluster 2024-01-21T06:51:22.226106+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:24 smithi143 bash[18953]: cluster 2024-01-21T06:51:22.226193+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:24 smithi143 bash[18953]: cluster 2024-01-21T06:51:23.432542+0000 mon.smithi093 (mon.0) 489 : cluster [INF] osd.6 [v2:172.21.15.143:6824/75789772,v1:172.21.15.143:6825/75789772] boot 2024-01-21T06:51:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:24 smithi143 bash[18953]: cluster 2024-01-21T06:51:23.432570+0000 mon.smithi093 (mon.0) 490 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-21T06:51:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:24 smithi143 bash[18953]: audit 2024-01-21T06:51:23.433181+0000 mon.smithi093 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:24 smithi143 bash[18953]: audit 2024-01-21T06:51:23.433406+0000 mon.smithi093 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:24 smithi143 bash[18953]: audit 2024-01-21T06:51:23.433550+0000 mon.smithi093 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:51:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:24 smithi143 bash[18953]: audit 2024-01-21T06:51:23.433745+0000 mon.smithi093 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:25.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:25 smithi143 bash[18953]: cluster 2024-01-21T06:51:24.447939+0000 mon.smithi093 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T06:51:25.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:25 smithi143 bash[18953]: audit 2024-01-21T06:51:24.448114+0000 mon.smithi093 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:25.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:25 smithi143 bash[18953]: audit 2024-01-21T06:51:24.448483+0000 mon.smithi093 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:25.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:25 smithi143 bash[18953]: audit 2024-01-21T06:51:24.448706+0000 mon.smithi093 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:25.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:25 smithi143 bash[18953]: audit 2024-01-21T06:51:24.560488+0000 mon.smithi093 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:25.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:25 smithi143 bash[18953]: audit 2024-01-21T06:51:24.561612+0000 mon.smithi093 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T06:51:25.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:25 smithi143 bash[18953]: audit 2024-01-21T06:51:24.562567+0000 mon.smithi093 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:25.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:25 smithi143 bash[18953]: cephadm 2024-01-21T06:51:24.563530+0000 mgr.smithi093.jhwfwc (mgr.14180) 120 : cephadm [INF] Deploying daemon osd.7 on smithi093 2024-01-21T06:51:25.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:25 smithi143 bash[18953]: cluster 2024-01-21T06:51:25.014826+0000 mgr.smithi093.jhwfwc (mgr.14180) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T06:51:25.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:25 smithi093 bash[14068]: cluster 2024-01-21T06:51:24.447939+0000 mon.smithi093 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T06:51:25.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:25 smithi093 bash[14068]: audit 2024-01-21T06:51:24.448114+0000 mon.smithi093 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:25.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:25 smithi093 bash[14068]: audit 2024-01-21T06:51:24.448483+0000 mon.smithi093 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:25.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:25 smithi093 bash[14068]: audit 2024-01-21T06:51:24.448706+0000 mon.smithi093 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:25.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:25 smithi093 bash[14068]: audit 2024-01-21T06:51:24.560488+0000 mon.smithi093 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:25.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:25 smithi093 bash[14068]: audit 2024-01-21T06:51:24.561612+0000 mon.smithi093 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T06:51:25.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:25 smithi093 bash[14068]: audit 2024-01-21T06:51:24.562567+0000 mon.smithi093 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:25.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:25 smithi093 bash[14068]: cephadm 2024-01-21T06:51:24.563530+0000 mgr.smithi093.jhwfwc (mgr.14180) 120 : cephadm [INF] Deploying daemon osd.7 on smithi093 2024-01-21T06:51:25.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:25 smithi093 bash[14068]: cluster 2024-01-21T06:51:25.014826+0000 mgr.smithi093.jhwfwc (mgr.14180) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T06:51:26.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:26 smithi143 bash[18953]: cluster 2024-01-21T06:51:25.450426+0000 mon.smithi093 (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-21T06:51:26.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:26 smithi143 bash[18953]: audit 2024-01-21T06:51:25.450916+0000 mon.smithi093 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:26.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:26 smithi143 bash[18953]: audit 2024-01-21T06:51:25.451421+0000 mon.smithi093 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:26.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:26 smithi143 bash[18953]: audit 2024-01-21T06:51:25.451914+0000 mon.smithi093 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:26.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:26 smithi143 bash[18953]: audit 2024-01-21T06:51:26.185320+0000 mon.smithi093 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.93:6810/1535139309,v1:172.21.15.93:6811/1535139309]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T06:51:26.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:26 smithi093 bash[14068]: cluster 2024-01-21T06:51:25.450426+0000 mon.smithi093 (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-21T06:51:26.985 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:26 smithi093 bash[14068]: audit 2024-01-21T06:51:25.450916+0000 mon.smithi093 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:26.985 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:26 smithi093 bash[14068]: audit 2024-01-21T06:51:25.451421+0000 mon.smithi093 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:26.985 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:26 smithi093 bash[14068]: audit 2024-01-21T06:51:25.451914+0000 mon.smithi093 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:26.985 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:26 smithi093 bash[14068]: audit 2024-01-21T06:51:26.185320+0000 mon.smithi093 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.93:6810/1535139309,v1:172.21.15.93:6811/1535139309]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T06:51:27.498 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:51:28.138 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:27 smithi093 bash[14068]: audit 2024-01-21T06:51:26.870665+0000 mon.smithi093 (mon.0) 507 : audit [INF] from='osd.3 [v2:172.21.15.93:6810/1535139309,v1:172.21.15.93:6811/1535139309]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T06:51:28.138 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:27 smithi093 bash[14068]: cluster 2024-01-21T06:51:26.870776+0000 mon.smithi093 (mon.0) 508 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-01-21T06:51:28.138 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:27 smithi093 bash[14068]: audit 2024-01-21T06:51:26.871050+0000 mon.smithi093 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:28.138 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:27 smithi093 bash[14068]: audit 2024-01-21T06:51:26.871785+0000 mon.smithi093 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:28.138 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:27 smithi093 bash[14068]: audit 2024-01-21T06:51:26.872215+0000 mon.smithi093 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:28.138 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:27 smithi093 bash[14068]: audit 2024-01-21T06:51:26.873337+0000 mon.smithi093 (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.93:6810/1535139309,v1:172.21.15.93:6811/1535139309]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2024-01-21T06:51:28.138 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:27 smithi093 bash[14068]: cluster 2024-01-21T06:51:27.015244+0000 mgr.smithi093.jhwfwc (mgr.14180) 122 : cluster [DBG] pgmap v98: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T06:51:28.138 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:27 smithi093 bash[14068]: audit 2024-01-21T06:51:27.496666+0000 mon.smithi093 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.93:0/3152922578' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:27 smithi143 bash[18953]: audit 2024-01-21T06:51:26.870665+0000 mon.smithi093 (mon.0) 507 : audit [INF] from='osd.3 [v2:172.21.15.93:6810/1535139309,v1:172.21.15.93:6811/1535139309]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T06:51:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:27 smithi143 bash[18953]: cluster 2024-01-21T06:51:26.870776+0000 mon.smithi093 (mon.0) 508 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-01-21T06:51:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:27 smithi143 bash[18953]: audit 2024-01-21T06:51:26.871050+0000 mon.smithi093 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:27 smithi143 bash[18953]: audit 2024-01-21T06:51:26.871785+0000 mon.smithi093 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:27 smithi143 bash[18953]: audit 2024-01-21T06:51:26.872215+0000 mon.smithi093 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:27 smithi143 bash[18953]: audit 2024-01-21T06:51:26.873337+0000 mon.smithi093 (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.93:6810/1535139309,v1:172.21.15.93:6811/1535139309]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2024-01-21T06:51:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:27 smithi143 bash[18953]: cluster 2024-01-21T06:51:27.015244+0000 mgr.smithi093.jhwfwc (mgr.14180) 122 : cluster [DBG] pgmap v98: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T06:51:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:27 smithi143 bash[18953]: audit 2024-01-21T06:51:27.496666+0000 mon.smithi093 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.93:0/3152922578' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:28 smithi093 bash[14068]: audit 2024-01-21T06:51:27.870682+0000 mon.smithi093 (mon.0) 514 : audit [INF] from='osd.3 [v2:172.21.15.93:6810/1535139309,v1:172.21.15.93:6811/1535139309]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2024-01-21T06:51:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:28 smithi093 bash[14068]: cluster 2024-01-21T06:51:27.870766+0000 mon.smithi093 (mon.0) 515 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-01-21T06:51:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:28 smithi093 bash[14068]: audit 2024-01-21T06:51:27.871275+0000 mon.smithi093 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:28 smithi093 bash[14068]: audit 2024-01-21T06:51:27.871537+0000 mon.smithi093 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:28 smithi093 bash[14068]: audit 2024-01-21T06:51:27.872113+0000 mon.smithi093 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:29.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:28 smithi093 bash[14068]: audit 2024-01-21T06:51:27.878255+0000 mon.smithi093 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:29.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:28 smithi143 bash[18953]: audit 2024-01-21T06:51:27.870682+0000 mon.smithi093 (mon.0) 514 : audit [INF] from='osd.3 [v2:172.21.15.93:6810/1535139309,v1:172.21.15.93:6811/1535139309]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2024-01-21T06:51:29.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:28 smithi143 bash[18953]: cluster 2024-01-21T06:51:27.870766+0000 mon.smithi093 (mon.0) 515 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-01-21T06:51:29.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:28 smithi143 bash[18953]: audit 2024-01-21T06:51:27.871275+0000 mon.smithi093 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:29.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:28 smithi143 bash[18953]: audit 2024-01-21T06:51:27.871537+0000 mon.smithi093 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:29.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:28 smithi143 bash[18953]: audit 2024-01-21T06:51:27.872113+0000 mon.smithi093 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:29.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:28 smithi143 bash[18953]: audit 2024-01-21T06:51:27.878255+0000 mon.smithi093 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:29.465 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":30,"num_osds":8,"num_up_osds":5,"osd_up_since":1705819883,"num_in_osds":8,"osd_in_since":1705819846,"num_remapped_pgs":0} 2024-01-21T06:51:30.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:29 smithi143 bash[18953]: cluster 2024-01-21T06:51:27.133934+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:30.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:29 smithi143 bash[18953]: cluster 2024-01-21T06:51:27.133982+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:30.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:29 smithi143 bash[18953]: cluster 2024-01-21T06:51:28.874160+0000 mon.smithi093 (mon.0) 520 : cluster [INF] osd.3 [v2:172.21.15.93:6810/1535139309,v1:172.21.15.93:6811/1535139309] boot 2024-01-21T06:51:30.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:29 smithi143 bash[18953]: cluster 2024-01-21T06:51:28.874220+0000 mon.smithi093 (mon.0) 521 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-21T06:51:30.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:29 smithi143 bash[18953]: audit 2024-01-21T06:51:28.875321+0000 mon.smithi093 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:30.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:29 smithi143 bash[18953]: audit 2024-01-21T06:51:28.875956+0000 mon.smithi093 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:30.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:29 smithi143 bash[18953]: audit 2024-01-21T06:51:28.876542+0000 mon.smithi093 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:30.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:29 smithi143 bash[18953]: cluster 2024-01-21T06:51:29.015714+0000 mgr.smithi093.jhwfwc (mgr.14180) 123 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T06:51:30.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:29 smithi143 bash[18953]: cluster 2024-01-21T06:51:29.866199+0000 mon.smithi093 (mon.0) 525 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-21T06:51:30.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:29 smithi143 bash[18953]: audit 2024-01-21T06:51:29.866684+0000 mon.smithi093 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:30.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:29 smithi143 bash[18953]: audit 2024-01-21T06:51:29.867038+0000 mon.smithi093 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:29 smithi093 bash[14068]: cluster 2024-01-21T06:51:27.133934+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:29 smithi093 bash[14068]: cluster 2024-01-21T06:51:27.133982+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:29 smithi093 bash[14068]: cluster 2024-01-21T06:51:28.874160+0000 mon.smithi093 (mon.0) 520 : cluster [INF] osd.3 [v2:172.21.15.93:6810/1535139309,v1:172.21.15.93:6811/1535139309] boot 2024-01-21T06:51:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:29 smithi093 bash[14068]: cluster 2024-01-21T06:51:28.874220+0000 mon.smithi093 (mon.0) 521 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-21T06:51:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:29 smithi093 bash[14068]: audit 2024-01-21T06:51:28.875321+0000 mon.smithi093 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:51:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:29 smithi093 bash[14068]: audit 2024-01-21T06:51:28.875956+0000 mon.smithi093 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:29 smithi093 bash[14068]: audit 2024-01-21T06:51:28.876542+0000 mon.smithi093 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:29 smithi093 bash[14068]: cluster 2024-01-21T06:51:29.015714+0000 mgr.smithi093.jhwfwc (mgr.14180) 123 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T06:51:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:29 smithi093 bash[14068]: cluster 2024-01-21T06:51:29.866199+0000 mon.smithi093 (mon.0) 525 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-21T06:51:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:29 smithi093 bash[14068]: audit 2024-01-21T06:51:29.866684+0000 mon.smithi093 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:29 smithi093 bash[14068]: audit 2024-01-21T06:51:29.867038+0000 mon.smithi093 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:30.466 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:51:31.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:31 smithi093 bash[14068]: cluster 2024-01-21T06:51:30.865129+0000 mon.smithi093 (mon.0) 528 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-01-21T06:51:31.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:31 smithi093 bash[14068]: audit 2024-01-21T06:51:30.865300+0000 mon.smithi093 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:31.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:31 smithi093 bash[14068]: audit 2024-01-21T06:51:30.865542+0000 mon.smithi093 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:31.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:31 smithi093 bash[14068]: cluster 2024-01-21T06:51:31.016227+0000 mgr.smithi093.jhwfwc (mgr.14180) 124 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T06:51:32.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:31 smithi143 bash[18953]: cluster 2024-01-21T06:51:30.865129+0000 mon.smithi093 (mon.0) 528 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-01-21T06:51:32.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:31 smithi143 bash[18953]: audit 2024-01-21T06:51:30.865300+0000 mon.smithi093 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:32.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:31 smithi143 bash[18953]: audit 2024-01-21T06:51:30.865542+0000 mon.smithi093 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:32.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:31 smithi143 bash[18953]: cluster 2024-01-21T06:51:31.016227+0000 mgr.smithi093.jhwfwc (mgr.14180) 124 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T06:51:34.209 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:33 smithi093 bash[14068]: audit 2024-01-21T06:51:32.966488+0000 mon.smithi093 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:34.209 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:33 smithi093 bash[14068]: cluster 2024-01-21T06:51:33.016628+0000 mgr.smithi093.jhwfwc (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T06:51:34.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:33 smithi143 bash[18953]: audit 2024-01-21T06:51:32.966488+0000 mon.smithi093 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:34.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:33 smithi143 bash[18953]: cluster 2024-01-21T06:51:33.016628+0000 mgr.smithi093.jhwfwc (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T06:51:35.533 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:51:36.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:35 smithi093 bash[14068]: cluster 2024-01-21T06:51:35.016991+0000 mgr.smithi093.jhwfwc (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T06:51:36.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:35 smithi093 bash[14068]: audit 2024-01-21T06:51:35.089423+0000 mon.smithi093 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.93:6818/2734040917,v1:172.21.15.93:6819/2734040917]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T06:51:36.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:35 smithi093 bash[14068]: audit 2024-01-21T06:51:35.531573+0000 mon.smithi093 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.93:0/402045872' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:36.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:35 smithi143 bash[18953]: cluster 2024-01-21T06:51:35.016991+0000 mgr.smithi093.jhwfwc (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T06:51:36.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:35 smithi143 bash[18953]: audit 2024-01-21T06:51:35.089423+0000 mon.smithi093 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.93:6818/2734040917,v1:172.21.15.93:6819/2734040917]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T06:51:36.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:35 smithi143 bash[18953]: audit 2024-01-21T06:51:35.531573+0000 mon.smithi093 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.93:0/402045872' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:36.889 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":34,"num_osds":8,"num_up_osds":6,"osd_up_since":1705819888,"num_in_osds":8,"osd_in_since":1705819846,"num_remapped_pgs":0} 2024-01-21T06:51:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:36 smithi093 bash[14068]: audit 2024-01-21T06:51:35.875035+0000 mon.smithi093 (mon.0) 534 : audit [INF] from='osd.5 [v2:172.21.15.93:6818/2734040917,v1:172.21.15.93:6819/2734040917]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T06:51:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:36 smithi093 bash[14068]: cluster 2024-01-21T06:51:35.875119+0000 mon.smithi093 (mon.0) 535 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-01-21T06:51:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:36 smithi093 bash[14068]: audit 2024-01-21T06:51:35.875291+0000 mon.smithi093 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:36 smithi093 bash[14068]: audit 2024-01-21T06:51:35.875667+0000 mon.smithi093 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:37.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:36 smithi093 bash[14068]: audit 2024-01-21T06:51:35.875891+0000 mon.smithi093 (mon.0) 538 : audit [INF] from='osd.5 [v2:172.21.15.93:6818/2734040917,v1:172.21.15.93:6819/2734040917]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2024-01-21T06:51:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:36 smithi143 bash[18953]: audit 2024-01-21T06:51:35.875035+0000 mon.smithi093 (mon.0) 534 : audit [INF] from='osd.5 [v2:172.21.15.93:6818/2734040917,v1:172.21.15.93:6819/2734040917]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T06:51:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:36 smithi143 bash[18953]: cluster 2024-01-21T06:51:35.875119+0000 mon.smithi093 (mon.0) 535 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-01-21T06:51:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:36 smithi143 bash[18953]: audit 2024-01-21T06:51:35.875291+0000 mon.smithi093 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:36 smithi143 bash[18953]: audit 2024-01-21T06:51:35.875667+0000 mon.smithi093 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:37.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:36 smithi143 bash[18953]: audit 2024-01-21T06:51:35.875891+0000 mon.smithi093 (mon.0) 538 : audit [INF] from='osd.5 [v2:172.21.15.93:6818/2734040917,v1:172.21.15.93:6819/2734040917]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2024-01-21T06:51:37.890 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:51:38.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:37 smithi093 bash[14068]: audit 2024-01-21T06:51:36.879195+0000 mon.smithi093 (mon.0) 539 : audit [INF] from='osd.5 [v2:172.21.15.93:6818/2734040917,v1:172.21.15.93:6819/2734040917]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2024-01-21T06:51:38.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:37 smithi093 bash[14068]: cluster 2024-01-21T06:51:36.879334+0000 mon.smithi093 (mon.0) 540 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-01-21T06:51:38.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:37 smithi093 bash[14068]: audit 2024-01-21T06:51:36.880136+0000 mon.smithi093 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:38.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:37 smithi093 bash[14068]: audit 2024-01-21T06:51:36.880545+0000 mon.smithi093 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:38.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:37 smithi093 bash[14068]: audit 2024-01-21T06:51:36.886100+0000 mon.smithi093 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:38.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:37 smithi093 bash[14068]: cluster 2024-01-21T06:51:37.017403+0000 mgr.smithi093.jhwfwc (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T06:51:38.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:37 smithi143 bash[18953]: audit 2024-01-21T06:51:36.879195+0000 mon.smithi093 (mon.0) 539 : audit [INF] from='osd.5 [v2:172.21.15.93:6818/2734040917,v1:172.21.15.93:6819/2734040917]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2024-01-21T06:51:38.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:37 smithi143 bash[18953]: cluster 2024-01-21T06:51:36.879334+0000 mon.smithi093 (mon.0) 540 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-01-21T06:51:38.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:37 smithi143 bash[18953]: audit 2024-01-21T06:51:36.880136+0000 mon.smithi093 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:38.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:37 smithi143 bash[18953]: audit 2024-01-21T06:51:36.880545+0000 mon.smithi093 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:38.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:37 smithi143 bash[18953]: audit 2024-01-21T06:51:36.886100+0000 mon.smithi093 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:38.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:37 smithi143 bash[18953]: cluster 2024-01-21T06:51:37.017403+0000 mgr.smithi093.jhwfwc (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T06:51:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:38 smithi093 bash[14068]: cluster 2024-01-21T06:51:36.057268+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:38 smithi093 bash[14068]: cluster 2024-01-21T06:51:36.057317+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:38 smithi093 bash[14068]: audit 2024-01-21T06:51:37.888001+0000 mon.smithi093 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:38 smithi093 bash[14068]: cluster 2024-01-21T06:51:37.896636+0000 mon.smithi093 (mon.0) 545 : cluster [INF] osd.5 [v2:172.21.15.93:6818/2734040917,v1:172.21.15.93:6819/2734040917] boot 2024-01-21T06:51:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:38 smithi093 bash[14068]: cluster 2024-01-21T06:51:37.896706+0000 mon.smithi093 (mon.0) 546 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-21T06:51:39.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:38 smithi093 bash[14068]: audit 2024-01-21T06:51:37.898095+0000 mon.smithi093 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:39.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:38 smithi093 bash[14068]: audit 2024-01-21T06:51:37.898952+0000 mon.smithi093 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:39.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:38 smithi143 bash[18953]: cluster 2024-01-21T06:51:36.057268+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:39.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:38 smithi143 bash[18953]: cluster 2024-01-21T06:51:36.057317+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:39.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:38 smithi143 bash[18953]: audit 2024-01-21T06:51:37.888001+0000 mon.smithi093 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:39.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:38 smithi143 bash[18953]: cluster 2024-01-21T06:51:37.896636+0000 mon.smithi093 (mon.0) 545 : cluster [INF] osd.5 [v2:172.21.15.93:6818/2734040917,v1:172.21.15.93:6819/2734040917] boot 2024-01-21T06:51:39.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:38 smithi143 bash[18953]: cluster 2024-01-21T06:51:37.896706+0000 mon.smithi093 (mon.0) 546 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-21T06:51:39.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:38 smithi143 bash[18953]: audit 2024-01-21T06:51:37.898095+0000 mon.smithi093 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:51:39.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:38 smithi143 bash[18953]: audit 2024-01-21T06:51:37.898952+0000 mon.smithi093 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:40.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:39 smithi143 bash[18953]: cluster 2024-01-21T06:51:38.907061+0000 mon.smithi093 (mon.0) 549 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-01-21T06:51:40.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:39 smithi143 bash[18953]: audit 2024-01-21T06:51:38.907183+0000 mon.smithi093 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:40.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:39 smithi143 bash[18953]: cluster 2024-01-21T06:51:39.017818+0000 mgr.smithi093.jhwfwc (mgr.14180) 128 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T06:51:40.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:39 smithi093 bash[14068]: cluster 2024-01-21T06:51:38.907061+0000 mon.smithi093 (mon.0) 549 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-01-21T06:51:40.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:39 smithi093 bash[14068]: audit 2024-01-21T06:51:38.907183+0000 mon.smithi093 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:40.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:39 smithi093 bash[14068]: cluster 2024-01-21T06:51:39.017818+0000 mgr.smithi093.jhwfwc (mgr.14180) 128 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T06:51:41.802 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:51:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:42 smithi093 bash[14068]: cluster 2024-01-21T06:51:41.018352+0000 mgr.smithi093.jhwfwc (mgr.14180) 129 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T06:51:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:42 smithi093 bash[14068]: audit 2024-01-21T06:51:41.591619+0000 mon.smithi093 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.93:6826/3721956767,v1:172.21.15.93:6827/3721956767]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T06:51:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:42 smithi093 bash[14068]: audit 2024-01-21T06:51:41.799971+0000 mon.smithi093 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.93:0/2560759084' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:42.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:42 smithi143 bash[18953]: cluster 2024-01-21T06:51:41.018352+0000 mgr.smithi093.jhwfwc (mgr.14180) 129 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T06:51:42.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:42 smithi143 bash[18953]: audit 2024-01-21T06:51:41.591619+0000 mon.smithi093 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.93:6826/3721956767,v1:172.21.15.93:6827/3721956767]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T06:51:42.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:42 smithi143 bash[18953]: audit 2024-01-21T06:51:41.799971+0000 mon.smithi093 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.93:0/2560759084' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:43.063 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":38,"num_osds":8,"num_up_osds":7,"osd_up_since":1705819897,"num_in_osds":8,"osd_in_since":1705819846,"num_remapped_pgs":0} 2024-01-21T06:51:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:43 smithi093 bash[14068]: audit 2024-01-21T06:51:42.076263+0000 mon.smithi093 (mon.0) 553 : audit [INF] from='osd.7 [v2:172.21.15.93:6826/3721956767,v1:172.21.15.93:6827/3721956767]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T06:51:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:43 smithi093 bash[14068]: cluster 2024-01-21T06:51:42.076328+0000 mon.smithi093 (mon.0) 554 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-01-21T06:51:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:43 smithi093 bash[14068]: audit 2024-01-21T06:51:42.076786+0000 mon.smithi093 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:43 smithi093 bash[14068]: audit 2024-01-21T06:51:42.077135+0000 mon.smithi093 (mon.0) 556 : audit [INF] from='osd.7 [v2:172.21.15.93:6826/3721956767,v1:172.21.15.93:6827/3721956767]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2024-01-21T06:51:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:43 smithi093 bash[14068]: audit 2024-01-21T06:51:43.078249+0000 mon.smithi093 (mon.0) 557 : audit [INF] from='osd.7 [v2:172.21.15.93:6826/3721956767,v1:172.21.15.93:6827/3721956767]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2024-01-21T06:51:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:43 smithi093 bash[14068]: cluster 2024-01-21T06:51:43.078297+0000 mon.smithi093 (mon.0) 558 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-01-21T06:51:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:43 smithi093 bash[14068]: audit 2024-01-21T06:51:43.078513+0000 mon.smithi093 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:43 smithi143 bash[18953]: audit 2024-01-21T06:51:42.076263+0000 mon.smithi093 (mon.0) 553 : audit [INF] from='osd.7 [v2:172.21.15.93:6826/3721956767,v1:172.21.15.93:6827/3721956767]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T06:51:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:43 smithi143 bash[18953]: cluster 2024-01-21T06:51:42.076328+0000 mon.smithi093 (mon.0) 554 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-01-21T06:51:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:43 smithi143 bash[18953]: audit 2024-01-21T06:51:42.076786+0000 mon.smithi093 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:43 smithi143 bash[18953]: audit 2024-01-21T06:51:42.077135+0000 mon.smithi093 (mon.0) 556 : audit [INF] from='osd.7 [v2:172.21.15.93:6826/3721956767,v1:172.21.15.93:6827/3721956767]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2024-01-21T06:51:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:43 smithi143 bash[18953]: audit 2024-01-21T06:51:43.078249+0000 mon.smithi093 (mon.0) 557 : audit [INF] from='osd.7 [v2:172.21.15.93:6826/3721956767,v1:172.21.15.93:6827/3721956767]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2024-01-21T06:51:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:43 smithi143 bash[18953]: cluster 2024-01-21T06:51:43.078297+0000 mon.smithi093 (mon.0) 558 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-01-21T06:51:43.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:43 smithi143 bash[18953]: audit 2024-01-21T06:51:43.078513+0000 mon.smithi093 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:44.064 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T06:51:44.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:44 smithi093 bash[14068]: cluster 2024-01-21T06:51:43.018922+0000 mgr.smithi093.jhwfwc (mgr.14180) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T06:51:44.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:44 smithi093 bash[14068]: audit 2024-01-21T06:51:43.085884+0000 mon.smithi093 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:44.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:44 smithi143 bash[18953]: cluster 2024-01-21T06:51:43.018922+0000 mgr.smithi093.jhwfwc (mgr.14180) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T06:51:44.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:44 smithi143 bash[18953]: audit 2024-01-21T06:51:43.085884+0000 mon.smithi093 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:45 smithi093 bash[14068]: cluster 2024-01-21T06:51:42.571675+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:45 smithi093 bash[14068]: cluster 2024-01-21T06:51:42.571810+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:45 smithi093 bash[14068]: audit 2024-01-21T06:51:44.083521+0000 mon.smithi093 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:45 smithi093 bash[14068]: cluster 2024-01-21T06:51:44.098697+0000 mon.smithi093 (mon.0) 562 : cluster [INF] osd.7 [v2:172.21.15.93:6826/3721956767,v1:172.21.15.93:6827/3721956767] boot 2024-01-21T06:51:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:45 smithi093 bash[14068]: cluster 2024-01-21T06:51:44.098793+0000 mon.smithi093 (mon.0) 563 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T06:51:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:45 smithi093 bash[14068]: audit 2024-01-21T06:51:44.099461+0000 mon.smithi093 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:45 smithi093 bash[14068]: cluster 2024-01-21T06:51:44.871571+0000 mon.smithi093 (mon.0) 565 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T06:51:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:45 smithi143 bash[18953]: cluster 2024-01-21T06:51:42.571675+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:51:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:45 smithi143 bash[18953]: cluster 2024-01-21T06:51:42.571810+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:51:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:45 smithi143 bash[18953]: audit 2024-01-21T06:51:44.083521+0000 mon.smithi093 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:45 smithi143 bash[18953]: cluster 2024-01-21T06:51:44.098697+0000 mon.smithi093 (mon.0) 562 : cluster [INF] osd.7 [v2:172.21.15.93:6826/3721956767,v1:172.21.15.93:6827/3721956767] boot 2024-01-21T06:51:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:45 smithi143 bash[18953]: cluster 2024-01-21T06:51:44.098793+0000 mon.smithi093 (mon.0) 563 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T06:51:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:45 smithi143 bash[18953]: audit 2024-01-21T06:51:44.099461+0000 mon.smithi093 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:51:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:45 smithi143 bash[18953]: cluster 2024-01-21T06:51:44.871571+0000 mon.smithi093 (mon.0) 565 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T06:51:46.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:46 smithi093 bash[14068]: cluster 2024-01-21T06:51:45.019470+0000 mgr.smithi093.jhwfwc (mgr.14180) 131 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T06:51:46.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:46 smithi093 bash[14068]: audit 2024-01-21T06:51:45.834282+0000 mon.smithi093 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:46.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:46 smithi093 bash[14068]: audit 2024-01-21T06:51:45.840139+0000 mon.smithi093 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:51:46.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:46 smithi093 bash[14068]: cluster 2024-01-21T06:51:45.887101+0000 mon.smithi093 (mon.0) 568 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T06:51:46.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:46 smithi143 bash[18953]: cluster 2024-01-21T06:51:45.019470+0000 mgr.smithi093.jhwfwc (mgr.14180) 131 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T06:51:46.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:46 smithi143 bash[18953]: audit 2024-01-21T06:51:45.834282+0000 mon.smithi093 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:46.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:46 smithi143 bash[18953]: audit 2024-01-21T06:51:45.840139+0000 mon.smithi093 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:51:46.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:46 smithi143 bash[18953]: cluster 2024-01-21T06:51:45.887101+0000 mon.smithi093 (mon.0) 568 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T06:51:47.918 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:51:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:48 smithi093 bash[14068]: cluster 2024-01-21T06:51:47.019970+0000 mgr.smithi093.jhwfwc (mgr.14180) 132 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:51:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:48 smithi093 bash[14068]: audit 2024-01-21T06:51:47.915642+0000 mon.smithi093 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.93:0/2582540239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:48.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:48 smithi143 bash[18953]: cluster 2024-01-21T06:51:47.019970+0000 mgr.smithi093.jhwfwc (mgr.14180) 132 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:51:48.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:48 smithi143 bash[18953]: audit 2024-01-21T06:51:47.915642+0000 mon.smithi093 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.93:0/2582540239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T06:51:48.670 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":43,"num_osds":8,"num_up_osds":8,"osd_up_since":1705819904,"num_in_osds":8,"osd_in_since":1705819846,"num_remapped_pgs":0} 2024-01-21T06:51:48.670 INFO:tasks.cephadm:Setting up client nodes... 2024-01-21T06:51:48.671 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T06:51:50.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:50 smithi093 bash[14068]: cluster 2024-01-21T06:51:49.020476+0000 mgr.smithi093.jhwfwc (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-21T06:51:50.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:50 smithi143 bash[18953]: cluster 2024-01-21T06:51:49.020476+0000 mgr.smithi093.jhwfwc (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-21T06:51:51.988 INFO:teuthology.orchestra.run.smithi093.stdout:[client.0] 2024-01-21T06:51:51.988 INFO:teuthology.orchestra.run.smithi093.stdout: key = AQAHv6xla7dbOhAA9wCutPX9B/X+llo5OZ8m9Q== 2024-01-21T06:51:52.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:52 smithi143 bash[18953]: cluster 2024-01-21T06:51:51.021095+0000 mgr.smithi093.jhwfwc (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-21T06:51:52.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:52 smithi143 bash[18953]: audit 2024-01-21T06:51:51.306358+0000 mon.smithi093 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:52.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:52 smithi143 bash[18953]: audit 2024-01-21T06:51:51.978747+0000 mon.smithi093 (mon.0) 571 : audit [INF] from='client.? 172.21.15.93:0/1081524613' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T06:51:52.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:52 smithi143 bash[18953]: audit 2024-01-21T06:51:51.985984+0000 mon.smithi093 (mon.0) 572 : audit [INF] from='client.? 172.21.15.93:0/1081524613' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T06:51:52.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:52 smithi143 bash[18953]: audit 2024-01-21T06:51:52.240969+0000 mon.smithi093 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:52.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:52 smithi093 bash[14068]: cluster 2024-01-21T06:51:51.021095+0000 mgr.smithi093.jhwfwc (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-21T06:51:52.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:52 smithi093 bash[14068]: audit 2024-01-21T06:51:51.306358+0000 mon.smithi093 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:52.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:52 smithi093 bash[14068]: audit 2024-01-21T06:51:51.978747+0000 mon.smithi093 (mon.0) 571 : audit [INF] from='client.? 172.21.15.93:0/1081524613' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T06:51:52.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:52 smithi093 bash[14068]: audit 2024-01-21T06:51:51.985984+0000 mon.smithi093 (mon.0) 572 : audit [INF] from='client.? 172.21.15.93:0/1081524613' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T06:51:52.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:52 smithi093 bash[14068]: audit 2024-01-21T06:51:52.240969+0000 mon.smithi093 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:51:52.703 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T06:51:52.703 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-21T06:51:52.704 DEBUG:teuthology.orchestra.run.smithi093:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-21T06:51:52.724 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T06:51:54.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:54 smithi093 bash[14068]: cluster 2024-01-21T06:51:53.021709+0000 mgr.smithi093.jhwfwc (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-21T06:51:54.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:54 smithi143 bash[18953]: cluster 2024-01-21T06:51:53.021709+0000 mgr.smithi093.jhwfwc (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-21T06:51:55.598 INFO:teuthology.orchestra.run.smithi143.stdout:[client.1] 2024-01-21T06:51:55.599 INFO:teuthology.orchestra.run.smithi143.stdout: key = AQALv6xlTKUmIxAApXVqgeGbQ3sDQWnz/udP6g== 2024-01-21T06:51:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:55 smithi093 bash[14068]: cluster 2024-01-21T06:51:55.022277+0000 mgr.smithi093.jhwfwc (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-21T06:51:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:55 smithi093 bash[14068]: audit 2024-01-21T06:51:55.589411+0000 mon.smithi093 (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 *"]}]: dispatch 2024-01-21T06:51:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:55 smithi093 bash[14068]: audit 2024-01-21T06:51:55.589465+0000 mon.smithi143 (mon.1) 19 : audit [INF] from='client.? 172.21.15.143:0/3316030012' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T06:51:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:55 smithi093 bash[14068]: audit 2024-01-21T06:51:55.596480+0000 mon.smithi093 (mon.0) 575 : 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-21T06:51:56.208 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:55 smithi143 bash[18953]: cluster 2024-01-21T06:51:55.022277+0000 mgr.smithi093.jhwfwc (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-21T06:51:56.208 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:55 smithi143 bash[18953]: audit 2024-01-21T06:51:55.589411+0000 mon.smithi093 (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 *"]}]: dispatch 2024-01-21T06:51:56.208 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:55 smithi143 bash[18953]: audit 2024-01-21T06:51:55.589465+0000 mon.smithi143 (mon.1) 19 : audit [INF] from='client.? 172.21.15.143:0/3316030012' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T06:51:56.209 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:55 smithi143 bash[18953]: audit 2024-01-21T06:51:55.596480+0000 mon.smithi093 (mon.0) 575 : 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-21T06:51:56.209 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T06:51:56.210 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-21T06:51:56.210 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-21T06:51:56.235 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T06:51:58.200 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:51:58 smithi093 bash[14068]: cluster 2024-01-21T06:51:57.022687+0000 mgr.smithi093.jhwfwc (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-21T06:51:58.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:51:58 smithi143 bash[18953]: cluster 2024-01-21T06:51:57.022687+0000 mgr.smithi093.jhwfwc (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-21T06:52:00.063 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:52:00.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:00 smithi093 bash[14068]: cluster 2024-01-21T06:51:59.023220+0000 mgr.smithi093.jhwfwc (mgr.14180) 138 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:52:00.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:00 smithi143 bash[18953]: cluster 2024-01-21T06:51:59.023220+0000 mgr.smithi093.jhwfwc (mgr.14180) 138 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:52:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:02 smithi093 bash[14068]: cluster 2024-01-21T06:52:01.023772+0000 mgr.smithi093.jhwfwc (mgr.14180) 139 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:52:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:02 smithi093 bash[14068]: cephadm 2024-01-21T06:52:01.384805+0000 mgr.smithi093.jhwfwc (mgr.14180) 140 : cephadm [INF] Detected new or changed devices on smithi143 2024-01-21T06:52:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:02 smithi093 bash[14068]: audit 2024-01-21T06:52:01.394532+0000 mon.smithi093 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:02 smithi093 bash[14068]: audit 2024-01-21T06:52:01.684598+0000 mon.smithi093 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:02 smithi093 bash[14068]: audit 2024-01-21T06:52:01.686271+0000 mon.smithi093 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:02 smithi093 bash[14068]: audit 2024-01-21T06:52:01.687493+0000 mon.smithi093 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:02 smithi093 bash[14068]: audit 2024-01-21T06:52:01.688721+0000 mon.smithi093 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:02 smithi093 bash[14068]: audit 2024-01-21T06:52:01.696012+0000 mon.smithi093 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:02.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:02 smithi143 bash[18953]: cluster 2024-01-21T06:52:01.023772+0000 mgr.smithi093.jhwfwc (mgr.14180) 139 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:52:02.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:02 smithi143 bash[18953]: cephadm 2024-01-21T06:52:01.384805+0000 mgr.smithi093.jhwfwc (mgr.14180) 140 : cephadm [INF] Detected new or changed devices on smithi143 2024-01-21T06:52:02.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:02 smithi143 bash[18953]: audit 2024-01-21T06:52:01.394532+0000 mon.smithi093 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:02.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:02 smithi143 bash[18953]: audit 2024-01-21T06:52:01.684598+0000 mon.smithi093 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:02.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:02 smithi143 bash[18953]: audit 2024-01-21T06:52:01.686271+0000 mon.smithi093 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:02.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:02 smithi143 bash[18953]: audit 2024-01-21T06:52:01.687493+0000 mon.smithi093 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:02.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:02 smithi143 bash[18953]: audit 2024-01-21T06:52:01.688721+0000 mon.smithi093 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:02.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:02 smithi143 bash[18953]: audit 2024-01-21T06:52:01.696012+0000 mon.smithi093 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:03.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:03 smithi093 bash[14068]: cephadm 2024-01-21T06:52:01.689637+0000 mgr.smithi093.jhwfwc (mgr.14180) 141 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 4028M 2024-01-21T06:52:03.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:03 smithi093 bash[14068]: audit 2024-01-21T06:52:03.164022+0000 mon.smithi093 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:03.689 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:52:03.689 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":43,"fsid":"afa04fb2-b828-11ee-95b0-87774f69a715","created":"2024-01-21T06:46:33.518498+0000","modified":"2024-01-21T06:51:45.873219+0000","last_up_change":"2024-01-21T06:51:44.090029+0000","last_in_change":"2024-01-21T06:50:46.125413+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T06:51:20.850819+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":"30","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":"a378c202-e6ae-4663-a1b6-4740ba8875c7","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.143:6800","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6801","nonce":1526637214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6803","nonce":1526637214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6807","nonce":1526637214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6805","nonce":1526637214}]},"public_addr":"172.21.15.143:6801/1526637214","cluster_addr":"172.21.15.143:6803/1526637214","heartbeat_back_addr":"172.21.15.143:6807/1526637214","heartbeat_front_addr":"172.21.15.143:6805/1526637214","state":["exists","up"]},{"osd":1,"uuid":"798ea9a1-116c-4835-8db5-77ca40f7f950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6802","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6803","nonce":2817832789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6804","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6805","nonce":2817832789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6808","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6809","nonce":2817832789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6806","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6807","nonce":2817832789}]},"public_addr":"172.21.15.93:6803/2817832789","cluster_addr":"172.21.15.93:6805/2817832789","heartbeat_back_addr":"172.21.15.93:6809/2817832789","heartbeat_front_addr":"172.21.15.93:6807/2817832789","state":["exists","up"]},{"osd":2,"uuid":"aef55ee8-4154-454d-baa4-5779326175fd","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.143:6808","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6809","nonce":3608175708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6811","nonce":3608175708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6815","nonce":3608175708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6813","nonce":3608175708}]},"public_addr":"172.21.15.143:6809/3608175708","cluster_addr":"172.21.15.143:6811/3608175708","heartbeat_back_addr":"172.21.15.143:6815/3608175708","heartbeat_front_addr":"172.21.15.143:6813/3608175708","state":["exists","up"]},{"osd":3,"uuid":"34b5af05-bfd1-40b1-b752-5c64a4473206","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6810","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6811","nonce":1535139309}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6812","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6813","nonce":1535139309}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6816","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6817","nonce":1535139309}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6814","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6815","nonce":1535139309}]},"public_addr":"172.21.15.93:6811/1535139309","cluster_addr":"172.21.15.93:6813/1535139309","heartbeat_back_addr":"172.21.15.93:6817/1535139309","heartbeat_front_addr":"172.21.15.93:6815/1535139309","state":["exists","up"]},{"osd":4,"uuid":"09e70cc5-3b40-44cd-8d6a-7d3b0e427e41","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.143:6816","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6817","nonce":3743248904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6819","nonce":3743248904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6823","nonce":3743248904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6821","nonce":3743248904}]},"public_addr":"172.21.15.143:6817/3743248904","cluster_addr":"172.21.15.143:6819/3743248904","heartbeat_back_addr":"172.21.15.143:6823/3743248904","heartbeat_front_addr":"172.21.15.143:6821/3743248904","state":["exists","up"]},{"osd":5,"uuid":"7c150e3d-140b-4070-8be9-8d25d8a8b3d6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6818","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6819","nonce":2734040917}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6820","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6821","nonce":2734040917}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6824","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6825","nonce":2734040917}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6822","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6823","nonce":2734040917}]},"public_addr":"172.21.15.93:6819/2734040917","cluster_addr":"172.21.15.93:6821/2734040917","heartbeat_back_addr":"172.21.15.93:6825/2734040917","heartbeat_front_addr":"172.21.15.93:6823/2734040917","state":["exists","up"]},{"osd":6,"uuid":"485ec746-7986-4021-b9de-ae6252b018c6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6825","nonce":75789772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6827","nonce":75789772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6831","nonce":75789772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6829","nonce":75789772}]},"public_addr":"172.21.15.143:6825/75789772","cluster_addr":"172.21.15.143:6827/75789772","heartbeat_back_addr":"172.21.15.143:6831/75789772","heartbeat_front_addr":"172.21.15.143:6829/75789772","state":["exists","up"]},{"osd":7,"uuid":"dcd18c47-0ae3-4658-8bef-236e4f048f95","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6826","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6827","nonce":3721956767}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6828","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6829","nonce":3721956767}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6832","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6833","nonce":3721956767}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6830","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6831","nonce":3721956767}]},"public_addr":"172.21.15.93:6827/3721956767","cluster_addr":"172.21.15.93:6829/3721956767","heartbeat_back_addr":"172.21.15.93:6833/3721956767","heartbeat_front_addr":"172.21.15.93:6831/3721956767","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-21T06:51:08.054222+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-21T06:51:19.094152+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-21T06:51:13.287372+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-21T06:51:27.133984+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-21T06:51:18.488921+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-21T06:51:36.057320+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-21T06:51:22.226197+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-21T06:51:42.571818+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.93:0/2395595690":"2024-01-22T06:48:48.974981+0000","172.21.15.93:0/2061090392":"2024-01-22T06:48:48.974981+0000","172.21.15.93:6800/3560650775":"2024-01-22T06:48:48.974981+0000","172.21.15.93:0/3331800268":"2024-01-22T06:47:47.118795+0000","172.21.15.93:0/602245275":"2024-01-22T06:47:47.118795+0000","172.21.15.93:6801/3560650775":"2024-01-22T06:48:48.974981+0000","172.21.15.93:6801/479751323":"2024-01-22T06:47:47.118795+0000","172.21.15.93:6800/479751323":"2024-01-22T06:47:47.118795+0000","172.21.15.93:6800/1912787287":"2024-01-22T06:47:01.086911+0000","172.21.15.93:6801/1912787287":"2024-01-22T06:47:01.086911+0000","172.21.15.93:0/3076362457":"2024-01-22T06:47:01.086911+0000","172.21.15.93:0/1419154937":"2024-01-22T06:47:01.086911+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-21T06:52:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:03 smithi143 bash[18953]: cephadm 2024-01-21T06:52:01.689637+0000 mgr.smithi093.jhwfwc (mgr.14180) 141 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 4028M 2024-01-21T06:52:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:03 smithi143 bash[18953]: audit 2024-01-21T06:52:03.164022+0000 mon.smithi093 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:04.532 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-21T06:51:20.850819+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': '30', '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-21T06:52:04.533 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-21T06:52:04.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: cluster 2024-01-21T06:52:03.024333+0000 mgr.smithi093.jhwfwc (mgr.14180) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:52:04.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: cephadm 2024-01-21T06:52:03.152870+0000 mgr.smithi093.jhwfwc (mgr.14180) 143 : cephadm [INF] Detected new or changed devices on smithi093 2024-01-21T06:52:04.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.457761+0000 mon.smithi093 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:04.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.458882+0000 mon.smithi093 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.459897+0000 mon.smithi093 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.460921+0000 mon.smithi093 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.469062+0000 mon.smithi093 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.470610+0000 mon.smithi093 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.471482+0000 mon.smithi093 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.477270+0000 mon.smithi093 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.482105+0000 mon.smithi093 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.487650+0000 mon.smithi093 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.490735+0000 mon.smithi093 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.491660+0000 mon.smithi093 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.492071+0000 mon.smithi093 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:52:04.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:04 smithi093 bash[14068]: audit 2024-01-21T06:52:03.686406+0000 mon.smithi093 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.93:0/294555387' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T06:52:04.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: cluster 2024-01-21T06:52:03.024333+0000 mgr.smithi093.jhwfwc (mgr.14180) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:52:04.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: cephadm 2024-01-21T06:52:03.152870+0000 mgr.smithi093.jhwfwc (mgr.14180) 143 : cephadm [INF] Detected new or changed devices on smithi093 2024-01-21T06:52:04.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.457761+0000 mon.smithi093 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:04.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.458882+0000 mon.smithi093 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:04.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.459897+0000 mon.smithi093 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:04.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.460921+0000 mon.smithi093 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:04.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.469062+0000 mon.smithi093 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:04.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.470610+0000 mon.smithi093 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:52:04.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.471482+0000 mon.smithi093 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:52:04.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.477270+0000 mon.smithi093 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:04.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.482105+0000 mon.smithi093 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:52:04.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.487650+0000 mon.smithi093 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:52:04.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.490735+0000 mon.smithi093 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:52:04.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.491660+0000 mon.smithi093 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:52:04.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.492071+0000 mon.smithi093 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:52:04.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:04 smithi143 bash[18953]: audit 2024-01-21T06:52:03.686406+0000 mon.smithi093 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.93:0/294555387' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T06:52:05.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:05 smithi093 bash[14068]: cephadm 2024-01-21T06:52:03.461680+0000 mgr.smithi093.jhwfwc (mgr.14180) 144 : cephadm [INF] Adjusting osd_memory_target on smithi093 to 3260M 2024-01-21T06:52:05.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:05 smithi143 bash[18953]: cephadm 2024-01-21T06:52:03.461680+0000 mgr.smithi093.jhwfwc (mgr.14180) 144 : cephadm [INF] Adjusting osd_memory_target on smithi093 to 3260M 2024-01-21T06:52:06.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:06 smithi143 bash[18953]: cluster 2024-01-21T06:52:05.024960+0000 mgr.smithi093.jhwfwc (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-21T06:52:06.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:06 smithi093 bash[14068]: cluster 2024-01-21T06:52:05.024960+0000 mgr.smithi093.jhwfwc (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-21T06:52:08.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:08 smithi143 bash[18953]: cluster 2024-01-21T06:52:07.025557+0000 mgr.smithi093.jhwfwc (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-21T06:52:08.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:08 smithi093 bash[14068]: cluster 2024-01-21T06:52:07.025557+0000 mgr.smithi093.jhwfwc (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-21T06:52:09.285 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:52:10.686 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:10 smithi143 bash[18953]: cluster 2024-01-21T06:52:09.026131+0000 mgr.smithi093.jhwfwc (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-21T06:52:10.865 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:10 smithi093 bash[14068]: cluster 2024-01-21T06:52:09.026131+0000 mgr.smithi093.jhwfwc (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-21T06:52:11.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:11 smithi093 bash[14068]: cluster 2024-01-21T06:52:11.026741+0000 mgr.smithi093.jhwfwc (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-21T06:52:11.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:11 smithi143 bash[18953]: cluster 2024-01-21T06:52:11.026741+0000 mgr.smithi093.jhwfwc (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-21T06:52:13.927 INFO:teuthology.orchestra.run.smithi093.stdout:pg_num: 1 2024-01-21T06:52:14.441 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:14 smithi093 bash[14068]: cluster 2024-01-21T06:52:13.027217+0000 mgr.smithi093.jhwfwc (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-21T06:52:14.442 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:14 smithi093 bash[14068]: audit 2024-01-21T06:52:13.925521+0000 mon.smithi093 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.93:0/3295724752' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T06:52:14.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:14 smithi143 bash[18953]: cluster 2024-01-21T06:52:13.027217+0000 mgr.smithi093.jhwfwc (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-21T06:52:14.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:14 smithi143 bash[18953]: audit 2024-01-21T06:52:13.925521+0000 mon.smithi093 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.93:0/3295724752' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T06:52:14.785 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-21T06:52:14.785 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-21T06:52:14.785 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-21T06:52:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:15 smithi093 bash[14068]: cluster 2024-01-21T06:52:15.027830+0000 mgr.smithi093.jhwfwc (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-21T06:52:16.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:15 smithi143 bash[18953]: cluster 2024-01-21T06:52:15.027830+0000 mgr.smithi093.jhwfwc (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-21T06:52:18.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:18 smithi093 bash[14068]: cluster 2024-01-21T06:52:17.028387+0000 mgr.smithi093.jhwfwc (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-21T06:52:18.414 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:18 smithi143 bash[18953]: cluster 2024-01-21T06:52:17.028387+0000 mgr.smithi093.jhwfwc (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-21T06:52:19.568 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:52:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:20 smithi093 bash[14068]: cluster 2024-01-21T06:52:19.028947+0000 mgr.smithi093.jhwfwc (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-21T06:52:20.483 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:20 smithi143 bash[18953]: cluster 2024-01-21T06:52:19.028947+0000 mgr.smithi093.jhwfwc (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-21T06:52:22.295 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:22 smithi093 bash[14068]: cluster 2024-01-21T06:52:21.029499+0000 mgr.smithi093.jhwfwc (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-21T06:52:22.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:22 smithi143 bash[18953]: cluster 2024-01-21T06:52:21.029499+0000 mgr.smithi093.jhwfwc (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-21T06:52:24.172 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:52:24.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:24 smithi093 bash[14068]: cluster 2024-01-21T06:52:23.030120+0000 mgr.smithi093.jhwfwc (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-21T06:52:24.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:24 smithi143 bash[18953]: cluster 2024-01-21T06:52:23.030120+0000 mgr.smithi093.jhwfwc (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-21T06:52:25.392 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:25 smithi093 bash[14068]: audit 2024-01-21T06:52:24.160354+0000 mon.smithi093 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.93:0/1916927075' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T06:52:25.393 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi093.jhwfwc","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6800","nonce":744600678},{"type":"v1","addr":"172.21.15.93:6801","nonce":744600678}]},"active_addr":"172.21.15.93:6801/744600678","active_change":"2024-01-21T06:48:48.975193+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi143.elwrmh","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.93:8443/","prometheus":"http://172.21.15.93: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.93:0","nonce":1072514480}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.93:0","nonce":2596345039}]}]} 2024-01-21T06:52:25.397 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-21T06:52:25.397 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-21T06:52:25.397 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T06:52:25.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:25 smithi143 bash[18953]: audit 2024-01-21T06:52:24.160354+0000 mon.smithi093 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.93:0/1916927075' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T06:52:26.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:26 smithi143 bash[18953]: cluster 2024-01-21T06:52:25.030644+0000 mgr.smithi093.jhwfwc (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-21T06:52:26.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:26 smithi093 bash[14068]: cluster 2024-01-21T06:52:25.030644+0000 mgr.smithi093.jhwfwc (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-21T06:52:28.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:28 smithi093 bash[14068]: cluster 2024-01-21T06:52:27.031291+0000 mgr.smithi093.jhwfwc (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-21T06:52:28.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:28 smithi143 bash[18953]: cluster 2024-01-21T06:52:27.031291+0000 mgr.smithi093.jhwfwc (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-21T06:52:30.160 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:52:30.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:30 smithi093 bash[14068]: cluster 2024-01-21T06:52:29.031898+0000 mgr.smithi093.jhwfwc (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-21T06:52:30.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:30 smithi093 bash[14068]: audit 2024-01-21T06:52:29.620095+0000 mon.smithi093 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:30.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:30 smithi143 bash[18953]: cluster 2024-01-21T06:52:29.031898+0000 mgr.smithi093.jhwfwc (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-21T06:52:30.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:30 smithi143 bash[18953]: audit 2024-01-21T06:52:29.620095+0000 mon.smithi093 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:32.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:32 smithi093 bash[14068]: cluster 2024-01-21T06:52:31.032495+0000 mgr.smithi093.jhwfwc (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-21T06:52:32.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:32 smithi143 bash[18953]: cluster 2024-01-21T06:52:31.032495+0000 mgr.smithi093.jhwfwc (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-21T06:52:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:34 smithi093 bash[14068]: cluster 2024-01-21T06:52:33.032990+0000 mgr.smithi093.jhwfwc (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-21T06:52:34.458 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:52:34.458 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":43,"fsid":"afa04fb2-b828-11ee-95b0-87774f69a715","created":"2024-01-21T06:46:33.518498+0000","modified":"2024-01-21T06:51:45.873219+0000","last_up_change":"2024-01-21T06:51:44.090029+0000","last_in_change":"2024-01-21T06:50:46.125413+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T06:51:20.850819+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":"30","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":"a378c202-e6ae-4663-a1b6-4740ba8875c7","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.143:6800","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6801","nonce":1526637214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6803","nonce":1526637214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6807","nonce":1526637214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6805","nonce":1526637214}]},"public_addr":"172.21.15.143:6801/1526637214","cluster_addr":"172.21.15.143:6803/1526637214","heartbeat_back_addr":"172.21.15.143:6807/1526637214","heartbeat_front_addr":"172.21.15.143:6805/1526637214","state":["exists","up"]},{"osd":1,"uuid":"798ea9a1-116c-4835-8db5-77ca40f7f950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6802","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6803","nonce":2817832789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6804","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6805","nonce":2817832789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6808","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6809","nonce":2817832789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6806","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6807","nonce":2817832789}]},"public_addr":"172.21.15.93:6803/2817832789","cluster_addr":"172.21.15.93:6805/2817832789","heartbeat_back_addr":"172.21.15.93:6809/2817832789","heartbeat_front_addr":"172.21.15.93:6807/2817832789","state":["exists","up"]},{"osd":2,"uuid":"aef55ee8-4154-454d-baa4-5779326175fd","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.143:6808","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6809","nonce":3608175708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6811","nonce":3608175708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6815","nonce":3608175708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6813","nonce":3608175708}]},"public_addr":"172.21.15.143:6809/3608175708","cluster_addr":"172.21.15.143:6811/3608175708","heartbeat_back_addr":"172.21.15.143:6815/3608175708","heartbeat_front_addr":"172.21.15.143:6813/3608175708","state":["exists","up"]},{"osd":3,"uuid":"34b5af05-bfd1-40b1-b752-5c64a4473206","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6810","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6811","nonce":1535139309}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6812","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6813","nonce":1535139309}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6816","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6817","nonce":1535139309}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6814","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6815","nonce":1535139309}]},"public_addr":"172.21.15.93:6811/1535139309","cluster_addr":"172.21.15.93:6813/1535139309","heartbeat_back_addr":"172.21.15.93:6817/1535139309","heartbeat_front_addr":"172.21.15.93:6815/1535139309","state":["exists","up"]},{"osd":4,"uuid":"09e70cc5-3b40-44cd-8d6a-7d3b0e427e41","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.143:6816","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6817","nonce":3743248904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6819","nonce":3743248904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6823","nonce":3743248904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6821","nonce":3743248904}]},"public_addr":"172.21.15.143:6817/3743248904","cluster_addr":"172.21.15.143:6819/3743248904","heartbeat_back_addr":"172.21.15.143:6823/3743248904","heartbeat_front_addr":"172.21.15.143:6821/3743248904","state":["exists","up"]},{"osd":5,"uuid":"7c150e3d-140b-4070-8be9-8d25d8a8b3d6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6818","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6819","nonce":2734040917}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6820","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6821","nonce":2734040917}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6824","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6825","nonce":2734040917}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6822","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6823","nonce":2734040917}]},"public_addr":"172.21.15.93:6819/2734040917","cluster_addr":"172.21.15.93:6821/2734040917","heartbeat_back_addr":"172.21.15.93:6825/2734040917","heartbeat_front_addr":"172.21.15.93:6823/2734040917","state":["exists","up"]},{"osd":6,"uuid":"485ec746-7986-4021-b9de-ae6252b018c6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6825","nonce":75789772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6827","nonce":75789772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6831","nonce":75789772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6829","nonce":75789772}]},"public_addr":"172.21.15.143:6825/75789772","cluster_addr":"172.21.15.143:6827/75789772","heartbeat_back_addr":"172.21.15.143:6831/75789772","heartbeat_front_addr":"172.21.15.143:6829/75789772","state":["exists","up"]},{"osd":7,"uuid":"dcd18c47-0ae3-4658-8bef-236e4f048f95","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6826","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6827","nonce":3721956767}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6828","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6829","nonce":3721956767}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6832","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6833","nonce":3721956767}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6830","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6831","nonce":3721956767}]},"public_addr":"172.21.15.93:6827/3721956767","cluster_addr":"172.21.15.93:6829/3721956767","heartbeat_back_addr":"172.21.15.93:6833/3721956767","heartbeat_front_addr":"172.21.15.93:6831/3721956767","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-21T06:51:08.054222+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-21T06:51:19.094152+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-21T06:51:13.287372+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-21T06:51:27.133984+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-21T06:51:18.488921+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-21T06:51:36.057320+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-21T06:51:22.226197+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-21T06:51:42.571818+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.93:0/2395595690":"2024-01-22T06:48:48.974981+0000","172.21.15.93:0/2061090392":"2024-01-22T06:48:48.974981+0000","172.21.15.93:6800/3560650775":"2024-01-22T06:48:48.974981+0000","172.21.15.93:0/3331800268":"2024-01-22T06:47:47.118795+0000","172.21.15.93:0/602245275":"2024-01-22T06:47:47.118795+0000","172.21.15.93:6801/3560650775":"2024-01-22T06:48:48.974981+0000","172.21.15.93:6801/479751323":"2024-01-22T06:47:47.118795+0000","172.21.15.93:6800/479751323":"2024-01-22T06:47:47.118795+0000","172.21.15.93:6800/1912787287":"2024-01-22T06:47:01.086911+0000","172.21.15.93:6801/1912787287":"2024-01-22T06:47:01.086911+0000","172.21.15.93:0/3076362457":"2024-01-22T06:47:01.086911+0000","172.21.15.93:0/1419154937":"2024-01-22T06:47:01.086911+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-21T06:52:34.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:34 smithi143 bash[18953]: cluster 2024-01-21T06:52:33.032990+0000 mgr.smithi093.jhwfwc (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-21T06:52:35.368 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-21T06:52:35.368 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T06:52:35.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:35 smithi093 bash[14068]: audit 2024-01-21T06:52:34.454467+0000 mon.smithi093 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.93:0/4225359628' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T06:52:35.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:35 smithi143 bash[18953]: audit 2024-01-21T06:52:34.454467+0000 mon.smithi093 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.93:0/4225359628' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T06:52:36.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:36 smithi093 bash[14068]: cluster 2024-01-21T06:52:35.033466+0000 mgr.smithi093.jhwfwc (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-21T06:52:36.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:36 smithi093 bash[14068]: audit 2024-01-21T06:52:35.796628+0000 mon.smithi093 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:36.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:36 smithi143 bash[18953]: cluster 2024-01-21T06:52:35.033466+0000 mgr.smithi093.jhwfwc (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-21T06:52:36.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:36 smithi143 bash[18953]: audit 2024-01-21T06:52:35.796628+0000 mon.smithi093 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:52:38.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:38 smithi093 bash[14068]: cluster 2024-01-21T06:52:37.034084+0000 mgr.smithi093.jhwfwc (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-21T06:52:38.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:38 smithi143 bash[18953]: cluster 2024-01-21T06:52:37.034084+0000 mgr.smithi093.jhwfwc (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-21T06:52:40.145 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:52:40.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:40 smithi093 bash[14068]: cluster 2024-01-21T06:52:39.034657+0000 mgr.smithi093.jhwfwc (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-21T06:52:40.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:40 smithi143 bash[18953]: cluster 2024-01-21T06:52:39.034657+0000 mgr.smithi093.jhwfwc (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-21T06:52:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:42 smithi093 bash[14068]: cluster 2024-01-21T06:52:41.035147+0000 mgr.smithi093.jhwfwc (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-21T06:52:42.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:42 smithi143 bash[18953]: cluster 2024-01-21T06:52:41.035147+0000 mgr.smithi093.jhwfwc (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-21T06:52:42.913 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:52:42.913 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":43,"fsid":"afa04fb2-b828-11ee-95b0-87774f69a715","created":"2024-01-21T06:46:33.518498+0000","modified":"2024-01-21T06:51:45.873219+0000","last_up_change":"2024-01-21T06:51:44.090029+0000","last_in_change":"2024-01-21T06:50:46.125413+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T06:51:20.850819+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":"30","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":"a378c202-e6ae-4663-a1b6-4740ba8875c7","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.143:6800","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6801","nonce":1526637214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6803","nonce":1526637214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6807","nonce":1526637214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1526637214},{"type":"v1","addr":"172.21.15.143:6805","nonce":1526637214}]},"public_addr":"172.21.15.143:6801/1526637214","cluster_addr":"172.21.15.143:6803/1526637214","heartbeat_back_addr":"172.21.15.143:6807/1526637214","heartbeat_front_addr":"172.21.15.143:6805/1526637214","state":["exists","up"]},{"osd":1,"uuid":"798ea9a1-116c-4835-8db5-77ca40f7f950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6802","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6803","nonce":2817832789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6804","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6805","nonce":2817832789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6808","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6809","nonce":2817832789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6806","nonce":2817832789},{"type":"v1","addr":"172.21.15.93:6807","nonce":2817832789}]},"public_addr":"172.21.15.93:6803/2817832789","cluster_addr":"172.21.15.93:6805/2817832789","heartbeat_back_addr":"172.21.15.93:6809/2817832789","heartbeat_front_addr":"172.21.15.93:6807/2817832789","state":["exists","up"]},{"osd":2,"uuid":"aef55ee8-4154-454d-baa4-5779326175fd","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.143:6808","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6809","nonce":3608175708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6811","nonce":3608175708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6815","nonce":3608175708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":3608175708},{"type":"v1","addr":"172.21.15.143:6813","nonce":3608175708}]},"public_addr":"172.21.15.143:6809/3608175708","cluster_addr":"172.21.15.143:6811/3608175708","heartbeat_back_addr":"172.21.15.143:6815/3608175708","heartbeat_front_addr":"172.21.15.143:6813/3608175708","state":["exists","up"]},{"osd":3,"uuid":"34b5af05-bfd1-40b1-b752-5c64a4473206","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6810","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6811","nonce":1535139309}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6812","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6813","nonce":1535139309}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6816","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6817","nonce":1535139309}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6814","nonce":1535139309},{"type":"v1","addr":"172.21.15.93:6815","nonce":1535139309}]},"public_addr":"172.21.15.93:6811/1535139309","cluster_addr":"172.21.15.93:6813/1535139309","heartbeat_back_addr":"172.21.15.93:6817/1535139309","heartbeat_front_addr":"172.21.15.93:6815/1535139309","state":["exists","up"]},{"osd":4,"uuid":"09e70cc5-3b40-44cd-8d6a-7d3b0e427e41","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.143:6816","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6817","nonce":3743248904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6819","nonce":3743248904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6823","nonce":3743248904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":3743248904},{"type":"v1","addr":"172.21.15.143:6821","nonce":3743248904}]},"public_addr":"172.21.15.143:6817/3743248904","cluster_addr":"172.21.15.143:6819/3743248904","heartbeat_back_addr":"172.21.15.143:6823/3743248904","heartbeat_front_addr":"172.21.15.143:6821/3743248904","state":["exists","up"]},{"osd":5,"uuid":"7c150e3d-140b-4070-8be9-8d25d8a8b3d6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6818","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6819","nonce":2734040917}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6820","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6821","nonce":2734040917}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6824","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6825","nonce":2734040917}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6822","nonce":2734040917},{"type":"v1","addr":"172.21.15.93:6823","nonce":2734040917}]},"public_addr":"172.21.15.93:6819/2734040917","cluster_addr":"172.21.15.93:6821/2734040917","heartbeat_back_addr":"172.21.15.93:6825/2734040917","heartbeat_front_addr":"172.21.15.93:6823/2734040917","state":["exists","up"]},{"osd":6,"uuid":"485ec746-7986-4021-b9de-ae6252b018c6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6825","nonce":75789772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6827","nonce":75789772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6831","nonce":75789772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":75789772},{"type":"v1","addr":"172.21.15.143:6829","nonce":75789772}]},"public_addr":"172.21.15.143:6825/75789772","cluster_addr":"172.21.15.143:6827/75789772","heartbeat_back_addr":"172.21.15.143:6831/75789772","heartbeat_front_addr":"172.21.15.143:6829/75789772","state":["exists","up"]},{"osd":7,"uuid":"dcd18c47-0ae3-4658-8bef-236e4f048f95","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6826","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6827","nonce":3721956767}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6828","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6829","nonce":3721956767}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6832","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6833","nonce":3721956767}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6830","nonce":3721956767},{"type":"v1","addr":"172.21.15.93:6831","nonce":3721956767}]},"public_addr":"172.21.15.93:6827/3721956767","cluster_addr":"172.21.15.93:6829/3721956767","heartbeat_back_addr":"172.21.15.93:6833/3721956767","heartbeat_front_addr":"172.21.15.93:6831/3721956767","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-21T06:51:08.054222+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-21T06:51:19.094152+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-21T06:51:13.287372+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-21T06:51:27.133984+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-21T06:51:18.488921+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-21T06:51:36.057320+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-21T06:51:22.226197+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-21T06:51:42.571818+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.93:0/2395595690":"2024-01-22T06:48:48.974981+0000","172.21.15.93:0/2061090392":"2024-01-22T06:48:48.974981+0000","172.21.15.93:6800/3560650775":"2024-01-22T06:48:48.974981+0000","172.21.15.93:0/3331800268":"2024-01-22T06:47:47.118795+0000","172.21.15.93:0/602245275":"2024-01-22T06:47:47.118795+0000","172.21.15.93:6801/3560650775":"2024-01-22T06:48:48.974981+0000","172.21.15.93:6801/479751323":"2024-01-22T06:47:47.118795+0000","172.21.15.93:6800/479751323":"2024-01-22T06:47:47.118795+0000","172.21.15.93:6800/1912787287":"2024-01-22T06:47:01.086911+0000","172.21.15.93:6801/1912787287":"2024-01-22T06:47:01.086911+0000","172.21.15.93:0/3076362457":"2024-01-22T06:47:01.086911+0000","172.21.15.93:0/1419154937":"2024-01-22T06:47:01.086911+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-21T06:52:43.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:43 smithi093 bash[14068]: audit 2024-01-21T06:52:42.909477+0000 mon.smithi093 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.93:0/4129849278' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T06:52:43.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:43 smithi143 bash[18953]: audit 2024-01-21T06:52:42.909477+0000 mon.smithi093 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.93:0/4129849278' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T06:52:43.687 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-21T06:52:44.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:44 smithi093 bash[14068]: cluster 2024-01-21T06:52:43.035749+0000 mgr.smithi093.jhwfwc (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-21T06:52:44.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:44 smithi143 bash[18953]: cluster 2024-01-21T06:52:43.035749+0000 mgr.smithi093.jhwfwc (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-21T06:52:46.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:45 smithi093 bash[14068]: cluster 2024-01-21T06:52:45.036330+0000 mgr.smithi093.jhwfwc (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-21T06:52:46.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:45 smithi143 bash[18953]: cluster 2024-01-21T06:52:45.036330+0000 mgr.smithi093.jhwfwc (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-21T06:52:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:48 smithi093 bash[14068]: cluster 2024-01-21T06:52:47.036991+0000 mgr.smithi093.jhwfwc (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-21T06:52:48.510 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:52:48.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:48 smithi143 bash[18953]: cluster 2024-01-21T06:52:47.036991+0000 mgr.smithi093.jhwfwc (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-21T06:52:50.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:50 smithi093 bash[14068]: cluster 2024-01-21T06:52:49.037579+0000 mgr.smithi093.jhwfwc (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-21T06:52:50.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:50 smithi143 bash[18953]: cluster 2024-01-21T06:52:49.037579+0000 mgr.smithi093.jhwfwc (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-21T06:52:52.067 INFO:teuthology.orchestra.run.smithi093.stdout:68719476758 2024-01-21T06:52:52.068 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-21T06:52:52.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:52 smithi093 bash[14068]: cluster 2024-01-21T06:52:51.038119+0000 mgr.smithi093.jhwfwc (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-21T06:52:52.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:52 smithi143 bash[18953]: cluster 2024-01-21T06:52:51.038119+0000 mgr.smithi093.jhwfwc (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-21T06:52:54.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:54 smithi093 bash[14068]: cluster 2024-01-21T06:52:53.038769+0000 mgr.smithi093.jhwfwc (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-21T06:52:54.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:54 smithi143 bash[18953]: cluster 2024-01-21T06:52:53.038769+0000 mgr.smithi093.jhwfwc (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-21T06:52:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:55 smithi093 bash[14068]: cluster 2024-01-21T06:52:55.039466+0000 mgr.smithi093.jhwfwc (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-21T06:52:56.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:55 smithi143 bash[18953]: cluster 2024-01-21T06:52:55.039466+0000 mgr.smithi093.jhwfwc (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-21T06:52:56.853 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:52:58.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:52:58 smithi093 bash[14068]: cluster 2024-01-21T06:52:57.040229+0000 mgr.smithi093.jhwfwc (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-21T06:52:58.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:52:58 smithi143 bash[18953]: cluster 2024-01-21T06:52:57.040229+0000 mgr.smithi093.jhwfwc (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-21T06:53:00.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:00 smithi093 bash[14068]: cluster 2024-01-21T06:52:59.040602+0000 mgr.smithi093.jhwfwc (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-21T06:53:00.449 INFO:teuthology.orchestra.run.smithi093.stdout:103079215125 2024-01-21T06:53:00.449 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-21T06:53:00.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:00 smithi143 bash[18953]: cluster 2024-01-21T06:52:59.040602+0000 mgr.smithi093.jhwfwc (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-21T06:53:02.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:02 smithi093 bash[14068]: cluster 2024-01-21T06:53:01.041273+0000 mgr.smithi093.jhwfwc (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-21T06:53:02.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:02 smithi143 bash[18953]: cluster 2024-01-21T06:53:01.041273+0000 mgr.smithi093.jhwfwc (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-21T06:53:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:04 smithi093 bash[14068]: cluster 2024-01-21T06:53:03.041820+0000 mgr.smithi093.jhwfwc (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-21T06:53:04.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:04 smithi143 bash[18953]: cluster 2024-01-21T06:53:03.041820+0000 mgr.smithi093.jhwfwc (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-21T06:53:05.225 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:53:06.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:05 smithi093 bash[14068]: cluster 2024-01-21T06:53:05.042383+0000 mgr.smithi093.jhwfwc (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-21T06:53:06.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:05 smithi143 bash[18953]: cluster 2024-01-21T06:53:05.042383+0000 mgr.smithi093.jhwfwc (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-21T06:53:08.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:08 smithi093 bash[14068]: cluster 2024-01-21T06:53:07.042992+0000 mgr.smithi093.jhwfwc (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-21T06:53:08.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:08 smithi143 bash[18953]: cluster 2024-01-21T06:53:07.042992+0000 mgr.smithi093.jhwfwc (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-21T06:53:08.680 INFO:teuthology.orchestra.run.smithi093.stdout:85899345946 2024-01-21T06:53:08.680 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-21T06:53:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:10 smithi093 bash[14068]: cluster 2024-01-21T06:53:09.043549+0000 mgr.smithi093.jhwfwc (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-21T06:53:10.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:10 smithi143 bash[18953]: cluster 2024-01-21T06:53:09.043549+0000 mgr.smithi093.jhwfwc (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-21T06:53:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:12 smithi093 bash[14068]: cluster 2024-01-21T06:53:11.044081+0000 mgr.smithi093.jhwfwc (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-21T06:53:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:12 smithi143 bash[18953]: cluster 2024-01-21T06:53:11.044081+0000 mgr.smithi093.jhwfwc (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-21T06:53:13.460 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:53:14.400 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:14 smithi093 bash[14068]: cluster 2024-01-21T06:53:13.044668+0000 mgr.smithi093.jhwfwc (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-21T06:53:14.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:14 smithi143 bash[18953]: cluster 2024-01-21T06:53:13.044668+0000 mgr.smithi093.jhwfwc (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-21T06:53:16.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:15 smithi093 bash[14068]: cluster 2024-01-21T06:53:15.045189+0000 mgr.smithi093.jhwfwc (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-21T06:53:16.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:15 smithi143 bash[18953]: cluster 2024-01-21T06:53:15.045189+0000 mgr.smithi093.jhwfwc (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-21T06:53:17.034 INFO:teuthology.orchestra.run.smithi093.stdout:137438953496 2024-01-21T06:53:17.035 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-21T06:53:18.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:18 smithi093 bash[14068]: cluster 2024-01-21T06:53:17.045743+0000 mgr.smithi093.jhwfwc (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-21T06:53:18.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:18 smithi143 bash[18953]: cluster 2024-01-21T06:53:17.045743+0000 mgr.smithi093.jhwfwc (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-21T06:53:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:20 smithi093 bash[14068]: cluster 2024-01-21T06:53:19.046296+0000 mgr.smithi093.jhwfwc (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-21T06:53:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:20 smithi143 bash[18953]: cluster 2024-01-21T06:53:19.046296+0000 mgr.smithi093.jhwfwc (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-21T06:53:21.814 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:53:22.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:22 smithi093 bash[14068]: cluster 2024-01-21T06:53:21.046879+0000 mgr.smithi093.jhwfwc (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-21T06:53:22.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:22 smithi143 bash[18953]: cluster 2024-01-21T06:53:21.046879+0000 mgr.smithi093.jhwfwc (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-21T06:53:24.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:24 smithi093 bash[14068]: cluster 2024-01-21T06:53:23.047311+0000 mgr.smithi093.jhwfwc (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-21T06:53:24.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:24 smithi143 bash[18953]: cluster 2024-01-21T06:53:23.047311+0000 mgr.smithi093.jhwfwc (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-21T06:53:25.192 INFO:teuthology.orchestra.run.smithi093.stdout:103079215132 2024-01-21T06:53:25.193 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-21T06:53:26.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:25 smithi093 bash[14068]: cluster 2024-01-21T06:53:25.047866+0000 mgr.smithi093.jhwfwc (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-21T06:53:26.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:25 smithi143 bash[18953]: cluster 2024-01-21T06:53:25.047866+0000 mgr.smithi093.jhwfwc (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-21T06:53:28.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:28 smithi093 bash[14068]: cluster 2024-01-21T06:53:27.048565+0000 mgr.smithi093.jhwfwc (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-21T06:53:28.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:28 smithi143 bash[18953]: cluster 2024-01-21T06:53:27.048565+0000 mgr.smithi093.jhwfwc (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-21T06:53:29.974 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:53:30.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:30 smithi093 bash[14068]: cluster 2024-01-21T06:53:29.049132+0000 mgr.smithi093.jhwfwc (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-21T06:53:30.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:30 smithi143 bash[18953]: cluster 2024-01-21T06:53:29.049132+0000 mgr.smithi093.jhwfwc (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-21T06:53:32.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:32 smithi093 bash[14068]: cluster 2024-01-21T06:53:31.049662+0000 mgr.smithi093.jhwfwc (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-21T06:53:32.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:32 smithi143 bash[18953]: cluster 2024-01-21T06:53:31.049662+0000 mgr.smithi093.jhwfwc (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-21T06:53:33.494 INFO:teuthology.orchestra.run.smithi093.stdout:158913789978 2024-01-21T06:53:33.494 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-21T06:53:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:34 smithi093 bash[14068]: cluster 2024-01-21T06:53:33.050245+0000 mgr.smithi093.jhwfwc (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-21T06:53:34.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:34 smithi143 bash[18953]: cluster 2024-01-21T06:53:33.050245+0000 mgr.smithi093.jhwfwc (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-21T06:53:36.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:35 smithi093 bash[14068]: cluster 2024-01-21T06:53:35.050777+0000 mgr.smithi093.jhwfwc (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-21T06:53:36.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:35 smithi093 bash[14068]: audit 2024-01-21T06:53:35.801529+0000 mon.smithi093 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:53:36.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:35 smithi143 bash[18953]: cluster 2024-01-21T06:53:35.050777+0000 mgr.smithi093.jhwfwc (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-21T06:53:36.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:35 smithi143 bash[18953]: audit 2024-01-21T06:53:35.801529+0000 mon.smithi093 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:53:38.281 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:53:38.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:38 smithi093 bash[14068]: cluster 2024-01-21T06:53:37.051288+0000 mgr.smithi093.jhwfwc (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-21T06:53:38.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:38 smithi143 bash[18953]: cluster 2024-01-21T06:53:37.051288+0000 mgr.smithi093.jhwfwc (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-21T06:53:40.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:40 smithi093 bash[14068]: cluster 2024-01-21T06:53:39.051837+0000 mgr.smithi093.jhwfwc (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-21T06:53:40.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:40 smithi143 bash[18953]: cluster 2024-01-21T06:53:39.051837+0000 mgr.smithi093.jhwfwc (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-21T06:53:41.900 INFO:teuthology.orchestra.run.smithi093.stdout:115964117022 2024-01-21T06:53:41.900 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-21T06:53:42.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:42 smithi143 bash[18953]: cluster 2024-01-21T06:53:41.052476+0000 mgr.smithi093.jhwfwc (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-21T06:53:42.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:42 smithi143 bash[18953]: audit 2024-01-21T06:53:41.250431+0000 mon.smithi093 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:53:42.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:42 smithi143 bash[18953]: audit 2024-01-21T06:53:41.601078+0000 mon.smithi093 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:53:42.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:42 smithi143 bash[18953]: audit 2024-01-21T06:53:41.872415+0000 mon.smithi093 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:53:42.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:42 smithi143 bash[18953]: audit 2024-01-21T06:53:41.873659+0000 mon.smithi093 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:53:42.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:42 smithi143 bash[18953]: audit 2024-01-21T06:53:41.878847+0000 mon.smithi093 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:53:42.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:42 smithi143 bash[18953]: audit 2024-01-21T06:53:41.884217+0000 mon.smithi093 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:53:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:42 smithi093 bash[14068]: cluster 2024-01-21T06:53:41.052476+0000 mgr.smithi093.jhwfwc (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-21T06:53:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:42 smithi093 bash[14068]: audit 2024-01-21T06:53:41.250431+0000 mon.smithi093 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:53:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:42 smithi093 bash[14068]: audit 2024-01-21T06:53:41.601078+0000 mon.smithi093 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:53:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:42 smithi093 bash[14068]: audit 2024-01-21T06:53:41.872415+0000 mon.smithi093 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:53:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:42 smithi093 bash[14068]: audit 2024-01-21T06:53:41.873659+0000 mon.smithi093 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:53:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:42 smithi093 bash[14068]: audit 2024-01-21T06:53:41.878847+0000 mon.smithi093 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:53:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:42 smithi093 bash[14068]: audit 2024-01-21T06:53:41.884217+0000 mon.smithi093 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:53:44.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:44 smithi143 bash[18953]: cluster 2024-01-21T06:53:43.053114+0000 mgr.smithi093.jhwfwc (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-21T06:53:44.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:44 smithi093 bash[14068]: cluster 2024-01-21T06:53:43.053114+0000 mgr.smithi093.jhwfwc (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-21T06:53:46.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:45 smithi093 bash[14068]: cluster 2024-01-21T06:53:45.053674+0000 mgr.smithi093.jhwfwc (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-21T06:53:46.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:45 smithi143 bash[18953]: cluster 2024-01-21T06:53:45.053674+0000 mgr.smithi093.jhwfwc (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-21T06:53:46.669 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:53:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:48 smithi093 bash[14068]: cluster 2024-01-21T06:53:47.054290+0000 mgr.smithi093.jhwfwc (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-21T06:53:48.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:48 smithi143 bash[18953]: cluster 2024-01-21T06:53:47.054290+0000 mgr.smithi093.jhwfwc (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-21T06:53:50.195 INFO:teuthology.orchestra.run.smithi093.stdout:176093659162 2024-01-21T06:53:50.195 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-21T06:53:50.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:50 smithi093 bash[14068]: cluster 2024-01-21T06:53:49.054832+0000 mgr.smithi093.jhwfwc (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-21T06:53:50.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:50 smithi143 bash[18953]: cluster 2024-01-21T06:53:49.054832+0000 mgr.smithi093.jhwfwc (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-21T06:53:52.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:52 smithi093 bash[14068]: cluster 2024-01-21T06:53:51.055424+0000 mgr.smithi093.jhwfwc (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-21T06:53:52.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:52 smithi143 bash[18953]: cluster 2024-01-21T06:53:51.055424+0000 mgr.smithi093.jhwfwc (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-21T06:53:54.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:54 smithi093 bash[14068]: cluster 2024-01-21T06:53:53.056032+0000 mgr.smithi093.jhwfwc (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-21T06:53:54.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:54 smithi143 bash[18953]: cluster 2024-01-21T06:53:53.056032+0000 mgr.smithi093.jhwfwc (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-21T06:53:54.977 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:53:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:55 smithi093 bash[14068]: cluster 2024-01-21T06:53:55.056598+0000 mgr.smithi093.jhwfwc (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-21T06:53:56.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:55 smithi143 bash[18953]: cluster 2024-01-21T06:53:55.056598+0000 mgr.smithi093.jhwfwc (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-21T06:53:57.958 INFO:teuthology.orchestra.run.smithi093.stdout:68719476771 2024-01-21T06:53:58.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:58 smithi093 bash[14068]: cluster 2024-01-21T06:53:57.057515+0000 mgr.smithi093.jhwfwc (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-21T06:53:58.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:53:58 smithi093 bash[14068]: audit 2024-01-21T06:53:57.956025+0000 mon.smithi093 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.93:0/113723915' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T06:53:58.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:58 smithi143 bash[18953]: cluster 2024-01-21T06:53:57.057515+0000 mgr.smithi093.jhwfwc (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-21T06:53:58.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:53:58 smithi143 bash[18953]: audit 2024-01-21T06:53:57.956025+0000 mon.smithi093 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.93:0/113723915' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T06:53:58.651 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476771 for osd.0 2024-01-21T06:53:58.651 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-21T06:54:00.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:00 smithi093 bash[14068]: cluster 2024-01-21T06:53:59.058117+0000 mgr.smithi093.jhwfwc (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-21T06:54:00.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:00 smithi143 bash[18953]: cluster 2024-01-21T06:53:59.058117+0000 mgr.smithi093.jhwfwc (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-21T06:54:02.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:02 smithi093 bash[14068]: cluster 2024-01-21T06:54:01.058705+0000 mgr.smithi093.jhwfwc (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-21T06:54:02.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:02 smithi143 bash[18953]: cluster 2024-01-21T06:54:01.058705+0000 mgr.smithi093.jhwfwc (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-21T06:54:03.435 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:54:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:04 smithi093 bash[14068]: cluster 2024-01-21T06:54:03.059252+0000 mgr.smithi093.jhwfwc (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-21T06:54:04.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:04 smithi143 bash[18953]: cluster 2024-01-21T06:54:03.059252+0000 mgr.smithi093.jhwfwc (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-21T06:54:06.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:05 smithi143 bash[18953]: cluster 2024-01-21T06:54:05.059622+0000 mgr.smithi093.jhwfwc (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-21T06:54:06.367 INFO:teuthology.orchestra.run.smithi093.stdout:103079215138 2024-01-21T06:54:06.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:05 smithi093 bash[14068]: cluster 2024-01-21T06:54:05.059622+0000 mgr.smithi093.jhwfwc (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-21T06:54:07.138 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215125 got 103079215138 for osd.1 2024-01-21T06:54:07.138 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-21T06:54:07.272 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:06 smithi093 bash[14068]: audit 2024-01-21T06:54:06.365482+0000 mon.smithi093 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.93:0/4184702609' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T06:54:07.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:06 smithi143 bash[18953]: audit 2024-01-21T06:54:06.365482+0000 mon.smithi093 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.93:0/4184702609' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T06:54:08.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:07 smithi143 bash[18953]: cluster 2024-01-21T06:54:07.060195+0000 mgr.smithi093.jhwfwc (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-21T06:54:08.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:07 smithi093 bash[14068]: cluster 2024-01-21T06:54:07.060195+0000 mgr.smithi093.jhwfwc (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-21T06:54:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:10 smithi093 bash[14068]: cluster 2024-01-21T06:54:09.060702+0000 mgr.smithi093.jhwfwc (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-21T06:54:10.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:10 smithi143 bash[18953]: cluster 2024-01-21T06:54:09.060702+0000 mgr.smithi093.jhwfwc (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-21T06:54:11.925 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:54:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:12 smithi093 bash[14068]: cluster 2024-01-21T06:54:11.061282+0000 mgr.smithi093.jhwfwc (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-21T06:54:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:12 smithi143 bash[18953]: cluster 2024-01-21T06:54:11.061282+0000 mgr.smithi093.jhwfwc (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-21T06:54:14.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:14 smithi093 bash[14068]: cluster 2024-01-21T06:54:13.061862+0000 mgr.smithi093.jhwfwc (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-21T06:54:14.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:14 smithi143 bash[18953]: cluster 2024-01-21T06:54:13.061862+0000 mgr.smithi093.jhwfwc (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-21T06:54:14.987 INFO:teuthology.orchestra.run.smithi093.stdout:85899345959 2024-01-21T06:54:15.743 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345946 got 85899345959 for osd.2 2024-01-21T06:54:15.743 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-21T06:54:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:15 smithi093 bash[14068]: audit 2024-01-21T06:54:14.984830+0000 mon.smithi093 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.93:0/2642343304' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T06:54:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:15 smithi093 bash[14068]: cluster 2024-01-21T06:54:15.062452+0000 mgr.smithi093.jhwfwc (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-21T06:54:16.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:15 smithi143 bash[18953]: audit 2024-01-21T06:54:14.984830+0000 mon.smithi093 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.93:0/2642343304' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T06:54:16.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:15 smithi143 bash[18953]: cluster 2024-01-21T06:54:15.062452+0000 mgr.smithi093.jhwfwc (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-21T06:54:18.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:18 smithi093 bash[14068]: cluster 2024-01-21T06:54:17.063025+0000 mgr.smithi093.jhwfwc (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-21T06:54:18.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:18 smithi143 bash[18953]: cluster 2024-01-21T06:54:17.063025+0000 mgr.smithi093.jhwfwc (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-21T06:54:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:20 smithi093 bash[14068]: cluster 2024-01-21T06:54:19.063489+0000 mgr.smithi093.jhwfwc (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-21T06:54:20.529 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:54:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:20 smithi143 bash[18953]: cluster 2024-01-21T06:54:19.063489+0000 mgr.smithi093.jhwfwc (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-21T06:54:22.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:22 smithi093 bash[14068]: cluster 2024-01-21T06:54:21.064073+0000 mgr.smithi093.jhwfwc (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-21T06:54:22.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:22 smithi143 bash[18953]: cluster 2024-01-21T06:54:21.064073+0000 mgr.smithi093.jhwfwc (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-21T06:54:23.548 INFO:teuthology.orchestra.run.smithi093.stdout:137438953509 2024-01-21T06:54:24.229 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953496 got 137438953509 for osd.3 2024-01-21T06:54:24.229 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-21T06:54:24.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:24 smithi093 bash[14068]: cluster 2024-01-21T06:54:23.064653+0000 mgr.smithi093.jhwfwc (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-21T06:54:24.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:24 smithi093 bash[14068]: audit 2024-01-21T06:54:23.546063+0000 mon.smithi093 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.93:0/1806914715' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T06:54:24.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:24 smithi143 bash[18953]: cluster 2024-01-21T06:54:23.064653+0000 mgr.smithi093.jhwfwc (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-21T06:54:24.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:24 smithi143 bash[18953]: audit 2024-01-21T06:54:23.546063+0000 mon.smithi093 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.93:0/1806914715' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T06:54:26.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:25 smithi143 bash[18953]: cluster 2024-01-21T06:54:25.065272+0000 mgr.smithi093.jhwfwc (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-21T06:54:26.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:25 smithi093 bash[14068]: cluster 2024-01-21T06:54:25.065272+0000 mgr.smithi093.jhwfwc (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-21T06:54:28.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:28 smithi093 bash[14068]: cluster 2024-01-21T06:54:27.065909+0000 mgr.smithi093.jhwfwc (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-21T06:54:28.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:28 smithi143 bash[18953]: cluster 2024-01-21T06:54:27.065909+0000 mgr.smithi093.jhwfwc (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-21T06:54:29.026 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:54:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:30 smithi093 bash[14068]: cluster 2024-01-21T06:54:29.066508+0000 mgr.smithi093.jhwfwc (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-21T06:54:30.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:30 smithi143 bash[18953]: cluster 2024-01-21T06:54:29.066508+0000 mgr.smithi093.jhwfwc (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-21T06:54:31.996 INFO:teuthology.orchestra.run.smithi093.stdout:103079215145 2024-01-21T06:54:32.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:32 smithi093 bash[14068]: cluster 2024-01-21T06:54:31.067103+0000 mgr.smithi093.jhwfwc (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-21T06:54:32.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:32 smithi093 bash[14068]: audit 2024-01-21T06:54:31.994272+0000 mon.smithi093 (mon.0) 614 : audit [DBG] from='client.? 172.21.15.93:0/3297772526' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T06:54:32.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:32 smithi143 bash[18953]: cluster 2024-01-21T06:54:31.067103+0000 mgr.smithi093.jhwfwc (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-21T06:54:32.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:32 smithi143 bash[18953]: audit 2024-01-21T06:54:31.994272+0000 mon.smithi093 (mon.0) 614 : audit [DBG] from='client.? 172.21.15.93:0/3297772526' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T06:54:32.773 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215132 got 103079215145 for osd.4 2024-01-21T06:54:32.773 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-21T06:54:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:34 smithi093 bash[14068]: cluster 2024-01-21T06:54:33.067701+0000 mgr.smithi093.jhwfwc (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-21T06:54:34.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:34 smithi143 bash[18953]: cluster 2024-01-21T06:54:33.067701+0000 mgr.smithi093.jhwfwc (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-21T06:54:36.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:35 smithi143 bash[18953]: cluster 2024-01-21T06:54:35.068284+0000 mgr.smithi093.jhwfwc (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-21T06:54:36.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:35 smithi093 bash[14068]: cluster 2024-01-21T06:54:35.068284+0000 mgr.smithi093.jhwfwc (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-21T06:54:37.557 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:54:38.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:38 smithi093 bash[14068]: cluster 2024-01-21T06:54:37.068875+0000 mgr.smithi093.jhwfwc (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-21T06:54:38.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:38 smithi143 bash[18953]: cluster 2024-01-21T06:54:37.068875+0000 mgr.smithi093.jhwfwc (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-21T06:54:40.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:40 smithi093 bash[14068]: cluster 2024-01-21T06:54:39.069255+0000 mgr.smithi093.jhwfwc (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-21T06:54:40.527 INFO:teuthology.orchestra.run.smithi093.stdout:158913789992 2024-01-21T06:54:40.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:40 smithi143 bash[18953]: cluster 2024-01-21T06:54:39.069255+0000 mgr.smithi093.jhwfwc (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-21T06:54:41.251 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789978 got 158913789992 for osd.5 2024-01-21T06:54:41.251 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-21T06:54:41.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:41 smithi093 bash[14068]: audit 2024-01-21T06:54:40.525543+0000 mon.smithi093 (mon.0) 615 : audit [DBG] from='client.? 172.21.15.93:0/4232559291' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T06:54:41.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:41 smithi143 bash[18953]: audit 2024-01-21T06:54:40.525543+0000 mon.smithi093 (mon.0) 615 : audit [DBG] from='client.? 172.21.15.93:0/4232559291' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T06:54:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:42 smithi093 bash[14068]: cluster 2024-01-21T06:54:41.069774+0000 mgr.smithi093.jhwfwc (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-21T06:54:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:42 smithi093 bash[14068]: audit 2024-01-21T06:54:41.896006+0000 mon.smithi093 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:54:42.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:42 smithi143 bash[18953]: cluster 2024-01-21T06:54:41.069774+0000 mgr.smithi093.jhwfwc (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-21T06:54:42.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:42 smithi143 bash[18953]: audit 2024-01-21T06:54:41.896006+0000 mon.smithi093 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:54:44.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:44 smithi093 bash[14068]: cluster 2024-01-21T06:54:43.070377+0000 mgr.smithi093.jhwfwc (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-21T06:54:44.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:44 smithi143 bash[18953]: cluster 2024-01-21T06:54:43.070377+0000 mgr.smithi093.jhwfwc (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-21T06:54:46.038 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:54:46.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:45 smithi143 bash[18953]: cluster 2024-01-21T06:54:45.070939+0000 mgr.smithi093.jhwfwc (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-21T06:54:46.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:45 smithi093 bash[14068]: cluster 2024-01-21T06:54:45.070939+0000 mgr.smithi093.jhwfwc (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-21T06:54:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:48 smithi093 bash[14068]: cluster 2024-01-21T06:54:47.071478+0000 mgr.smithi093.jhwfwc (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-21T06:54:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:48 smithi093 bash[14068]: audit 2024-01-21T06:54:47.122599+0000 mon.smithi093 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:54:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:48 smithi093 bash[14068]: audit 2024-01-21T06:54:47.307235+0000 mon.smithi093 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:54:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:48 smithi093 bash[14068]: audit 2024-01-21T06:54:47.606493+0000 mon.smithi093 (mon.0) 619 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:48 smithi093 bash[14068]: audit 2024-01-21T06:54:47.608370+0000 mon.smithi093 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:54:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:48 smithi093 bash[14068]: audit 2024-01-21T06:54:47.617958+0000 mon.smithi093 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:54:48.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:48 smithi093 bash[14068]: audit 2024-01-21T06:54:47.624114+0000 mon.smithi093 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:54:48.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:48 smithi143 bash[18953]: cluster 2024-01-21T06:54:47.071478+0000 mgr.smithi093.jhwfwc (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-21T06:54:48.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:48 smithi143 bash[18953]: audit 2024-01-21T06:54:47.122599+0000 mon.smithi093 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:54:48.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:48 smithi143 bash[18953]: audit 2024-01-21T06:54:47.307235+0000 mon.smithi093 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:54:48.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:48 smithi143 bash[18953]: audit 2024-01-21T06:54:47.606493+0000 mon.smithi093 (mon.0) 619 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:48.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:48 smithi143 bash[18953]: audit 2024-01-21T06:54:47.608370+0000 mon.smithi093 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:54:48.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:48 smithi143 bash[18953]: audit 2024-01-21T06:54:47.617958+0000 mon.smithi093 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:54:48.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:48 smithi143 bash[18953]: audit 2024-01-21T06:54:47.624114+0000 mon.smithi093 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:54:48.971 INFO:teuthology.orchestra.run.smithi093.stdout:115964117035 2024-01-21T06:54:49.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:49 smithi093 bash[14068]: audit 2024-01-21T06:54:48.969429+0000 mon.smithi093 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.93:0/2228292829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T06:54:49.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:49 smithi143 bash[18953]: audit 2024-01-21T06:54:48.969429+0000 mon.smithi093 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.93:0/2228292829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T06:54:49.717 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117022 got 115964117035 for osd.6 2024-01-21T06:54:49.718 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-21T06:54:50.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:50 smithi093 bash[14068]: cluster 2024-01-21T06:54:49.072023+0000 mgr.smithi093.jhwfwc (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-21T06:54:50.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:50 smithi143 bash[18953]: cluster 2024-01-21T06:54:49.072023+0000 mgr.smithi093.jhwfwc (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-21T06:54:52.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:52 smithi093 bash[14068]: cluster 2024-01-21T06:54:51.072606+0000 mgr.smithi093.jhwfwc (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-21T06:54:52.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:52 smithi143 bash[18953]: cluster 2024-01-21T06:54:51.072606+0000 mgr.smithi093.jhwfwc (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-21T06:54:54.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:54 smithi093 bash[14068]: cluster 2024-01-21T06:54:53.073100+0000 mgr.smithi093.jhwfwc (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-21T06:54:54.496 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:54:54.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:54 smithi143 bash[18953]: cluster 2024-01-21T06:54:53.073100+0000 mgr.smithi093.jhwfwc (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-21T06:54:56.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:55 smithi093 bash[14068]: cluster 2024-01-21T06:54:55.073666+0000 mgr.smithi093.jhwfwc (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-21T06:54:56.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:55 smithi143 bash[18953]: cluster 2024-01-21T06:54:55.073666+0000 mgr.smithi093.jhwfwc (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-21T06:54:57.664 INFO:teuthology.orchestra.run.smithi093.stdout:176093659176 2024-01-21T06:54:58.383 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:58 smithi093 bash[14068]: cluster 2024-01-21T06:54:57.074253+0000 mgr.smithi093.jhwfwc (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-21T06:54:58.383 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:54:58 smithi093 bash[14068]: audit 2024-01-21T06:54:57.661560+0000 mon.smithi093 (mon.0) 624 : audit [DBG] from='client.? 172.21.15.93:0/1071233389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T06:54:58.384 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659162 got 176093659176 for osd.7 2024-01-21T06:54:58.385 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-21T06:54:58.385 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T06:54:58.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:58 smithi143 bash[18953]: cluster 2024-01-21T06:54:57.074253+0000 mgr.smithi093.jhwfwc (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-21T06:54:58.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:54:58 smithi143 bash[18953]: audit 2024-01-21T06:54:57.661560+0000 mon.smithi093 (mon.0) 624 : audit [DBG] from='client.? 172.21.15.93:0/1071233389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T06:55:00.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:00 smithi093 bash[14068]: cluster 2024-01-21T06:54:59.074808+0000 mgr.smithi093.jhwfwc (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-21T06:55:00.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:00 smithi143 bash[18953]: cluster 2024-01-21T06:54:59.074808+0000 mgr.smithi093.jhwfwc (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-21T06:55:02.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:02 smithi093 bash[14068]: cluster 2024-01-21T06:55:01.075388+0000 mgr.smithi093.jhwfwc (mgr.14180) 233 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:02.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:02 smithi143 bash[18953]: cluster 2024-01-21T06:55:01.075388+0000 mgr.smithi093.jhwfwc (mgr.14180) 233 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:03.168 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:55:04.398 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:04 smithi093 bash[14068]: cluster 2024-01-21T06:55:03.075934+0000 mgr.smithi093.jhwfwc (mgr.14180) 234 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:04.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:04 smithi143 bash[18953]: cluster 2024-01-21T06:55:03.075934+0000 mgr.smithi093.jhwfwc (mgr.14180) 234 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:05.971 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:55:05.971 INFO:teuthology.orchestra.run.smithi093.stderr:dumped all 2024-01-21T06:55:06.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:05 smithi143 bash[18953]: cluster 2024-01-21T06:55:05.076537+0000 mgr.smithi093.jhwfwc (mgr.14180) 235 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:06.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:05 smithi093 bash[14068]: cluster 2024-01-21T06:55:05.076537+0000 mgr.smithi093.jhwfwc (mgr.14180) 235 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:06.715 INFO:teuthology.orchestra.run.smithi093.stdout:{"pg_ready":true,"pg_map":{"version":220,"stamp":"2024-01-21T06:55:05.076264+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":2380184,"kb_used_data":3416,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548264,"statfs":{"total":767926730752,"available":765489422336,"internally_reserved":0,"allocated":3497984,"data_stored":1352314,"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-21T06:51:46.265642+0000","last_change":"2024-01-21T06:51:46.265642+0000","last_active":"2024-01-21T06:51:46.265642+0000","last_peered":"2024-01-21T06:51:46.265642+0000","last_clean":"2024-01-21T06:51:46.265642+0000","last_became_active":"2024-01-21T06:51:46.264803+0000","last_became_peered":"2024-01-21T06:51:46.264803+0000","last_unstale":"2024-01-21T06:51:46.265642+0000","last_undegraded":"2024-01-21T06:51:46.265642+0000","last_fullsized":"2024-01-21T06:51:46.265642+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-21T06:51:21.410393+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T06:51:21.410393+0000","last_clean_scrub_stamp":"2024-01-21T06:51:21.410393+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":41,"seq":176093659177,"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":168803,"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 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.85299999999999998,"15min":0.83899999999999997},"min":{"1min":0.66300000000000003,"5min":0.625,"15min":0.625},"max":{"1min":1.234,"5min":1.363,"15min":1.363},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.85499999999999998,"15min":0.86699999999999999},"min":{"1min":0.67900000000000005,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.1419999999999999,"5min":1.1419999999999999,"15min":1.1419999999999999},"last":0.875}]},{"osd":1,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.72899999999999998,"15min":0.74299999999999999},"min":{"1min":0.52600000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.85699999999999998,"5min":1.198,"15min":1.198},"last":0.83199999999999996},{"interface":"front","average":{"1min":0.75600000000000001,"5min":0.76400000000000001,"15min":0.77500000000000002},"min":{"1min":0.53200000000000003,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.194,"5min":1.194,"15min":1.194},"last":1.028}]},{"osd":2,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.879,"15min":0.873},"min":{"1min":0.67600000000000005,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.111,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.89700000000000002,"15min":0.88900000000000001},"min":{"1min":0.69599999999999995,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.169,"5min":1.333,"15min":1.333},"last":0.97699999999999998}]},{"osd":3,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.81799999999999995,"15min":0.81399999999999995},"min":{"1min":0.65900000000000003,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.296,"5min":1.296,"15min":1.296},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.82699999999999996,"15min":0.83999999999999997},"min":{"1min":0.443,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.379,"5min":1.379,"15min":1.379},"last":0.60299999999999998}]},{"osd":4,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.94099999999999995,"15min":0.94799999999999995},"min":{"1min":0.64300000000000002,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1659999999999999,"5min":1.27,"15min":1.27},"last":0.70899999999999996},{"interface":"front","average":{"1min":1.016,"5min":1.0149999999999999,"15min":1.01},"min":{"1min":0.76300000000000001,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.69299999999999995}]},{"osd":5,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":0.998,"15min":0.999},"min":{"1min":0.59199999999999997,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.3100000000000001,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.92600000000000005},{"interface":"front","average":{"1min":1.03,"5min":1.0049999999999999,"15min":1.0069999999999999},"min":{"1min":0.71699999999999997,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.508,"5min":1.508,"15min":1.508},"last":0.79700000000000004}]},{"osd":6,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":1.1200000000000001,"5min":1.0549999999999999,"15min":1.04},"min":{"1min":0.94899999999999995,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.786,"5min":1.786,"15min":1.786},"last":0.95699999999999996},{"interface":"front","average":{"1min":1.0800000000000001,"5min":1.0569999999999999,"15min":1.0529999999999999},"min":{"1min":0.67300000000000004,"5min":0.627,"15min":0.627},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":1.0549999999999999}]}]},{"osd":5,"up_from":37,"seq":158913789997,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.86499999999999999,"15min":0.86799999999999999},"min":{"1min":0.622,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.268,"5min":1.268,"15min":1.268},"last":1.1930000000000001},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.86199999999999999,"15min":0.86499999999999999},"min":{"1min":0.66000000000000003,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.155,"5min":1.157,"15min":1.157},"last":1.0509999999999999}]},{"osd":1,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.66200000000000003,"15min":0.63800000000000001},"min":{"1min":0.57299999999999995,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":1.006,"5min":1.006,"15min":1.006},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.70799999999999996,"15min":0.68999999999999995},"min":{"1min":0.46500000000000002,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.103,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.70399999999999996}]},{"osd":2,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.92600000000000005,"15min":0.91000000000000003},"min":{"1min":0.64400000000000002,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.417,"5min":1.417,"15min":1.417},"last":0.94599999999999995},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.871,"15min":0.85699999999999998},"min":{"1min":0.64900000000000002,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.2090000000000001,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.79700000000000004}]},{"osd":3,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.88300000000000001,"15min":0.88400000000000001},"min":{"1min":0.60499999999999998,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.997},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.84699999999999998,"15min":0.81499999999999995},"min":{"1min":0.70299999999999996,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.21,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":1.1639999999999999}]},{"osd":4,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":0.95399999999999996,"15min":0.93999999999999995},"min":{"1min":0.76100000000000001,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.222,"5min":1.222,"15min":1.222},"last":1.2470000000000001},{"interface":"front","average":{"1min":1.107,"5min":1.016,"15min":0.99099999999999999},"min":{"1min":0.79300000000000004,"5min":0.755,"15min":0.755},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":1.0600000000000001}]},{"osd":6,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0820000000000001,"5min":1.04,"15min":1.026},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.4810000000000001,"5min":1.9350000000000001,"15min":1.9350000000000001},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.109,"5min":1.0209999999999999,"15min":0.99399999999999999},"min":{"1min":0.84599999999999997,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.397,"5min":1.397,"15min":1.397},"last":1.1140000000000001}]},{"osd":7,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":0.97899999999999998,"15min":0.94199999999999995},"min":{"1min":0.79000000000000004,"5min":0.505,"15min":0.505},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.022},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.022,"15min":0.99299999999999999},"min":{"1min":0.69699999999999995,"5min":0.625,"15min":0.625},"max":{"1min":1.357,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.1379999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345969,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:25 2024","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.70199999999999996,"15min":0.68999999999999995},"min":{"1min":0.60799999999999998,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.073,"5min":1.194,"15min":1.194},"last":0.80300000000000005},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.75800000000000001,"15min":0.73999999999999999},"min":{"1min":0.52900000000000003,"5min":0.438,"15min":0.438},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.60399999999999998}]},{"osd":1,"last update":"Sun Jan 21 06:54:25 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":0.96399999999999997,"15min":0.95199999999999996},"min":{"1min":0.71199999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.236,"5min":1.27,"15min":1.27},"last":0.84699999999999998},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.94299999999999995,"15min":0.94699999999999995},"min":{"1min":0.71999999999999997,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.2030000000000001,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":0.65100000000000002}]},{"osd":3,"last update":"Sun Jan 21 06:54:33 2024","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.88,"15min":0.85799999999999998},"min":{"1min":0.61199999999999999,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.056,"5min":3.7370000000000001,"15min":3.7370000000000001},"last":0.88300000000000001},{"interface":"front","average":{"1min":0.995,"5min":0.97299999999999998,"15min":0.96299999999999997},"min":{"1min":0.80900000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.1759999999999999,"5min":1.268,"15min":1.268},"last":0.92200000000000004}]},{"osd":4,"last update":"Sun Jan 21 06:54:25 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.92900000000000005,"15min":0.93500000000000005},"min":{"1min":0.73799999999999999,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.157,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.77600000000000002},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.96099999999999997,"15min":0.96899999999999997},"min":{"1min":0.75700000000000001,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.379,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":0.97399999999999998}]},{"osd":5,"last update":"Sun Jan 21 06:54:44 2024","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.0469999999999999,"15min":1.0309999999999999},"min":{"1min":0.90000000000000002,"5min":0.754,"15min":0.754},"max":{"1min":1.242,"5min":1.393,"15min":1.393},"last":1.0249999999999999},{"interface":"front","average":{"1min":1.0069999999999999,"5min":0.93600000000000005,"15min":0.91800000000000004},"min":{"1min":0.82899999999999996,"5min":0.747,"15min":0.747},"max":{"1min":1.131,"5min":1.208,"15min":1.208},"last":0.996}]},{"osd":6,"last update":"Sun Jan 21 06:54:29 2024","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.032,"15min":1.016},"min":{"1min":0.79500000000000004,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.3029999999999999,"5min":1.391,"15min":1.391},"last":0.93999999999999995},{"interface":"front","average":{"1min":1.0249999999999999,"5min":0.96299999999999997,"15min":0.94599999999999995},"min":{"1min":0.83399999999999996,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":1.052}]},{"osd":7,"last update":"Sun Jan 21 06:54:51 2024","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.1000000000000001,"15min":1.091},"min":{"1min":0.752,"5min":0.752,"15min":0.752},"max":{"1min":1.403,"5min":1.46,"15min":1.46},"last":1.0760000000000001},{"interface":"front","average":{"1min":1.234,"5min":1.2110000000000001,"15min":1.2010000000000001},"min":{"1min":0.94099999999999995,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.724,"5min":1.724,"15min":1.724},"last":1.1220000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476784,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.83199999999999996,"15min":0.82599999999999996},"min":{"1min":0.69599999999999995,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":0.84099999999999997},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.86299999999999999,"15min":0.84699999999999998},"min":{"1min":0.68700000000000006,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.88600000000000001}]},{"osd":2,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.79000000000000004,"15min":0.77800000000000002},"min":{"1min":0.65200000000000002,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.165,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.78100000000000003,"15min":0.76500000000000001},"min":{"1min":0.59299999999999997,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.69999999999999996}]},{"osd":3,"last update":"Sun Jan 21 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.93300000000000005,"15min":0.92500000000000004},"min":{"1min":0.82399999999999995,"5min":0.62,"15min":0.62},"max":{"1min":1.1539999999999999,"5min":1.226,"15min":1.226},"last":0.82099999999999995},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.90300000000000002,"15min":0.877},"min":{"1min":0.81899999999999995,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.1459999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.92400000000000004}]},{"osd":4,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.88400000000000001,"15min":0.873},"min":{"1min":0.70099999999999996,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.999},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.86699999999999999,"15min":0.85699999999999998},"min":{"1min":0.60599999999999998,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.825,"5min":1.825,"15min":1.825},"last":0.90800000000000003}]},{"osd":5,"last update":"Sun Jan 21 06:54:48 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.99299999999999999,"15min":0.98999999999999999},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.1639999999999999,"5min":1.306,"15min":1.306},"last":1.054},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.95099999999999996,"15min":0.93899999999999995},"min":{"1min":0.71499999999999997,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.129,"5min":1.9379999999999999,"15min":1.9379999999999999},"last":1.036}]},{"osd":6,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.97799999999999998,"15min":0.96599999999999997},"min":{"1min":0.77700000000000002,"5min":0.623,"15min":0.623},"max":{"1min":1.778,"5min":1.778,"15min":1.778},"last":0.97099999999999997},{"interface":"front","average":{"1min":1.04,"5min":1.034,"15min":1.022},"min":{"1min":0.86099999999999999,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.21,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.73399999999999999}]},{"osd":7,"last update":"Sun Jan 21 06:54:52 2024","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.125,"15min":1.119},"min":{"1min":0.93100000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.266,"5min":1.488,"15min":1.488},"last":0.95299999999999996},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.123,"15min":1.115},"min":{"1min":0.89700000000000002,"5min":0.89700000000000002,"15min":0.89700000000000002},"max":{"1min":1.2370000000000001,"5min":2.012,"15min":2.012},"last":1.081}]}]},{"osd":1,"up_from":24,"seq":103079215150,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.76000000000000001,"5min":0.79300000000000004,"15min":0.79800000000000004},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.0880000000000001,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":1.1399999999999999},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.80400000000000005,"15min":0.78500000000000003},"min":{"1min":0.59599999999999997,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.84499999999999997}]},{"osd":2,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.88500000000000001,"15min":0.877},"min":{"1min":0.63100000000000001,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.137,"5min":1.177,"15min":1.177},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.90000000000000002,"15min":0.873},"min":{"1min":0.70999999999999996,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.2130000000000001,"5min":1.351,"15min":1.351},"last":0.93899999999999995}]},{"osd":3,"last update":"Sun Jan 21 06:54:30 2024","interfaces":[{"interface":"back","average":{"1min":0.73599999999999999,"5min":0.77500000000000002,"15min":0.78900000000000003},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.052,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":0.81499999999999995},{"interface":"front","average":{"1min":0.72099999999999997,"5min":0.747,"15min":0.74299999999999999},"min":{"1min":0.55600000000000005,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.02,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.76100000000000001}]},{"osd":4,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":0.94399999999999995,"15min":0.93400000000000005},"min":{"1min":0.68799999999999994,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.1000000000000001,"5min":1.286,"15min":1.286},"last":0.96999999999999997},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.98199999999999998,"15min":0.96999999999999997},"min":{"1min":0.67300000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.1819999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.044}]},{"osd":5,"last update":"Sun Jan 21 06:54:47 2024","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.88200000000000001,"15min":0.89200000000000002},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.196,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.91100000000000003},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.91800000000000004,"15min":0.93400000000000005},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.1379999999999999,"5min":1.347,"15min":1.347},"last":0.73399999999999999}]},{"osd":6,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.96899999999999997,"15min":0.94799999999999995},"min":{"1min":0.71599999999999997,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.1779999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.0069999999999999},{"interface":"front","average":{"1min":1.022,"5min":1.0509999999999999,"15min":1.0409999999999999},"min":{"1min":0.879,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2809999999999999,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":1.0920000000000001}]},{"osd":7,"last update":"Sun Jan 21 06:54:47 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":1.0069999999999999,"15min":1.0189999999999999},"min":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.2350000000000001,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.069},{"interface":"front","average":{"1min":0.996,"5min":1.081,"15min":1.0980000000000001},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.3879999999999999,"5min":1.45,"15min":1.45},"last":0.98399999999999999}]}]},{"osd":4,"up_from":24,"seq":103079215152,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:24 2024","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":0.74399999999999999,"15min":0.752},"min":{"1min":0.58199999999999996,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":0.92300000000000004,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.73899999999999999,"5min":0.78600000000000003,"15min":0.79800000000000004},"min":{"1min":0.56999999999999995,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.0720000000000001,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.624}]},{"osd":1,"last update":"Sun Jan 21 06:54:24 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.86799999999999999,"15min":0.86599999999999999},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.1459999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.96699999999999997},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.97699999999999998,"15min":0.97699999999999998},"min":{"1min":0.66000000000000003,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.1359999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.92300000000000004}]},{"osd":2,"last update":"Sun Jan 21 06:54:24 2024","interfaces":[{"interface":"back","average":{"1min":0.78000000000000003,"5min":0.82299999999999995,"15min":0.83499999999999996},"min":{"1min":0.59399999999999997,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":0.98099999999999998,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.93999999999999995,"15min":0.94399999999999995},"min":{"1min":0.64100000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.139,"5min":1.806,"15min":1.806},"last":0.72299999999999998}]},{"osd":3,"last update":"Sun Jan 21 06:54:35 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":1.0940000000000001,"15min":1.157},"min":{"1min":0.753,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.135,"5min":6.0510000000000002,"15min":6.0510000000000002},"last":0.998},{"interface":"front","average":{"1min":0.94299999999999995,"5min":1.03,"15min":1.0620000000000001},"min":{"1min":0.73699999999999999,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.0860000000000001,"5min":3.9060000000000001,"15min":3.9060000000000001},"last":0.90000000000000002}]},{"osd":5,"last update":"Sun Jan 21 06:54:44 2024","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.2170000000000001,"15min":1.278},"min":{"1min":0.88500000000000001,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.284,"5min":5.8140000000000001,"15min":5.8140000000000001},"last":1.0249999999999999},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.1910000000000001,"15min":1.2629999999999999},"min":{"1min":0.84299999999999997,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.1930000000000001,"5min":5.8799999999999999,"15min":5.8799999999999999},"last":1.093}]},{"osd":6,"last update":"Sun Jan 21 06:54:28 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":0.98699999999999999,"15min":0.98299999999999998},"min":{"1min":0.80600000000000005,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.3400000000000001,"5min":1.8340000000000001,"15min":1.8340000000000001},"last":1.0489999999999999},{"interface":"front","average":{"1min":1.117,"5min":1.145,"15min":1.145},"min":{"1min":0.85899999999999999,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.29,"5min":1.609,"15min":1.609},"last":0.83199999999999996}]},{"osd":7,"last update":"Sun Jan 21 06:54:53 2024","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.0940000000000001,"15min":1.0860000000000001},"min":{"1min":0.95099999999999996,"5min":0.80800000000000005,"15min":0.80800000000000005},"max":{"1min":1.1990000000000001,"5min":1.528,"15min":1.528},"last":1.1970000000000001},{"interface":"front","average":{"1min":1.208,"5min":1.1899999999999999,"15min":1.1830000000000001},"min":{"1min":1.0640000000000001,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":1.3540000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.1599999999999999}]}]},{"osd":6,"up_from":27,"seq":115964117039,"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":168803,"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 06:54:32 2024","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.83799999999999997,"15min":0.84699999999999998},"min":{"1min":0.58699999999999997,"5min":0.501,"15min":0.501},"max":{"1min":1.0029999999999999,"5min":1.173,"15min":1.173},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.92000000000000004,"15min":0.93300000000000005},"min":{"1min":0.70099999999999996,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.304,"5min":1.7090000000000001,"15min":1.7090000000000001},"last":0.90900000000000003}]},{"osd":1,"last update":"Sun Jan 21 06:54:32 2024","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.81799999999999995,"15min":0.79800000000000004},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.0609999999999999,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.76400000000000001},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.90400000000000003,"15min":0.88200000000000001},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.163,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.871}]},{"osd":2,"last update":"Sun Jan 21 06:54:32 2024","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.84099999999999997,"15min":0.83699999999999997},"min":{"1min":0.63300000000000001,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.153,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"min":{"1min":0.61399999999999999,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.175,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":0.997}]},{"osd":3,"last update":"Sun Jan 21 06:54:32 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":1.0149999999999999,"15min":1.022},"min":{"1min":0.68999999999999995,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.167,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":0.94199999999999995},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.91000000000000003,"15min":0.88400000000000001},"min":{"1min":0.68100000000000005,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.24,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":1.0409999999999999}]},{"osd":4,"last update":"Sun Jan 21 06:54:32 2024","interfaces":[{"interface":"back","average":{"1min":1.0009999999999999,"5min":0.96499999999999997,"15min":0.96299999999999997},"min":{"1min":0.72499999999999998,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.2410000000000001,"5min":1.78,"15min":1.78},"last":0.80900000000000005},{"interface":"front","average":{"1min":1.0269999999999999,"5min":0.94999999999999996,"15min":0.94199999999999995},"min":{"1min":0.74199999999999999,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":0.84299999999999997}]},{"osd":5,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":1.1160000000000001,"5min":1.1419999999999999,"15min":1.1519999999999999},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.2769999999999999,"5min":1.9079999999999999,"15min":1.9079999999999999},"last":1.024},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.093,"15min":1.085},"min":{"1min":0.92200000000000004,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.72,"5min":1.72,"15min":1.72},"last":1.1579999999999999}]},{"osd":7,"last update":"Sun Jan 21 06:54:49 2024","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.125,"15min":1.117},"min":{"1min":0.86699999999999999,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.794,"5min":1.794,"15min":1.794},"last":1.089},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"min":{"1min":0.94499999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"max":{"1min":1.5369999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.0720000000000001}]}]},{"osd":3,"up_from":32,"seq":137438953518,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.84299999999999997,"15min":0.82799999999999996},"min":{"1min":0.61299999999999999,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.1890000000000001,"5min":1.218,"15min":1.218},"last":0.94199999999999995},{"interface":"front","average":{"1min":0.872,"5min":0.85199999999999998,"15min":0.84899999999999998},"min":{"1min":0.65500000000000003,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.0369999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.98899999999999999}]},{"osd":1,"last update":"Sun Jan 21 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":0.75700000000000001,"5min":0.67600000000000005,"15min":0.64200000000000002},"min":{"1min":0.56200000000000006,"5min":0.435,"15min":0.435},"max":{"1min":0.95299999999999996,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.69999999999999996,"15min":0.66800000000000004},"min":{"1min":0.56699999999999995,"5min":0.309,"15min":0.309},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.0409999999999999}]},{"osd":2,"last update":"Sun Jan 21 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.90200000000000002,"15min":0.88600000000000001},"min":{"1min":0.76900000000000002,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.133,"5min":1.304,"15min":1.304},"last":1.179},{"interface":"front","average":{"1min":0.95599999999999996,"5min":0.89100000000000001,"15min":0.88300000000000001},"min":{"1min":0.75900000000000001,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.1339999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":0.91800000000000004}]},{"osd":4,"last update":"Sun Jan 21 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.92400000000000004,"15min":0.90100000000000002},"min":{"1min":0.80700000000000005,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.169,"5min":1.25,"15min":1.25},"last":0.77900000000000003},{"interface":"front","average":{"1min":1.038,"5min":0.93799999999999994,"15min":0.90600000000000003},"min":{"1min":0.77600000000000002,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.198,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":1.0980000000000001}]},{"osd":5,"last update":"Sun Jan 21 06:54:47 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.80700000000000005,"15min":0.78400000000000003},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.75},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.83199999999999996,"15min":0.79100000000000004},"min":{"1min":0.57199999999999995,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.1930000000000001,"5min":1.204,"15min":1.204},"last":0.89200000000000002}]},{"osd":6,"last update":"Sun Jan 21 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":0.97099999999999997,"15min":0.94199999999999995},"min":{"1min":0.85899999999999999,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.22,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.84199999999999997},{"interface":"front","average":{"1min":1.056,"5min":0.98199999999999998,"15min":0.95199999999999996},"min":{"1min":0.75600000000000001,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.242,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.97199999999999998}]},{"osd":7,"last update":"Sun Jan 21 06:54:47 2024","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":0.96699999999999997,"15min":0.91300000000000003},"min":{"1min":0.64600000000000002,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.345,"5min":1.345,"15min":1.345},"last":1.1399999999999999},{"interface":"front","average":{"1min":1.0620000000000001,"5min":0.98899999999999999,"15min":0.94899999999999995},"min":{"1min":0.69299999999999995,"5min":0.496,"15min":0.496},"max":{"1min":1.355,"5min":1.355,"15min":1.355},"last":1.0229999999999999}]}]}],"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-21T06:55:06.717 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T06:55:07.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:06 smithi093 bash[14068]: audit 2024-01-21T06:55:05.962331+0000 mgr.smithi093.jhwfwc (mgr.14180) 236 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:55:07.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:06 smithi143 bash[18953]: audit 2024-01-21T06:55:05.962331+0000 mgr.smithi093.jhwfwc (mgr.14180) 236 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:55:08.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:07 smithi143 bash[18953]: cluster 2024-01-21T06:55:07.077129+0000 mgr.smithi093.jhwfwc (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-21T06:55:08.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:07 smithi093 bash[14068]: cluster 2024-01-21T06:55:07.077129+0000 mgr.smithi093.jhwfwc (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-21T06:55:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:10 smithi093 bash[14068]: cluster 2024-01-21T06:55:09.077636+0000 mgr.smithi093.jhwfwc (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-21T06:55:10.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:10 smithi143 bash[18953]: cluster 2024-01-21T06:55:09.077636+0000 mgr.smithi093.jhwfwc (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-21T06:55:11.503 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:55:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:12 smithi093 bash[14068]: cluster 2024-01-21T06:55:11.078219+0000 mgr.smithi093.jhwfwc (mgr.14180) 239 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:12 smithi143 bash[18953]: cluster 2024-01-21T06:55:11.078219+0000 mgr.smithi093.jhwfwc (mgr.14180) 239 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:14.384 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:55:14.386 INFO:teuthology.orchestra.run.smithi093.stderr:dumped all 2024-01-21T06:55:14.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:14 smithi093 bash[14068]: cluster 2024-01-21T06:55:13.078801+0000 mgr.smithi093.jhwfwc (mgr.14180) 240 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:14.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:14 smithi143 bash[18953]: cluster 2024-01-21T06:55:13.078801+0000 mgr.smithi093.jhwfwc (mgr.14180) 240 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:15.112 INFO:teuthology.orchestra.run.smithi093.stdout:{"pg_ready":true,"pg_map":{"version":224,"stamp":"2024-01-21T06:55:13.078529+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":2380184,"kb_used_data":3416,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548264,"statfs":{"total":767926730752,"available":765489422336,"internally_reserved":0,"allocated":3497984,"data_stored":1352314,"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-21T06:51:46.265642+0000","last_change":"2024-01-21T06:51:46.265642+0000","last_active":"2024-01-21T06:51:46.265642+0000","last_peered":"2024-01-21T06:51:46.265642+0000","last_clean":"2024-01-21T06:51:46.265642+0000","last_became_active":"2024-01-21T06:51:46.264803+0000","last_became_peered":"2024-01-21T06:51:46.264803+0000","last_unstale":"2024-01-21T06:51:46.265642+0000","last_undegraded":"2024-01-21T06:51:46.265642+0000","last_fullsized":"2024-01-21T06:51:46.265642+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-21T06:51:21.410393+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T06:51:21.410393+0000","last_clean_scrub_stamp":"2024-01-21T06:51:21.410393+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":41,"seq":176093659179,"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":168803,"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 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.85299999999999998,"15min":0.83899999999999997},"min":{"1min":0.66300000000000003,"5min":0.625,"15min":0.625},"max":{"1min":1.234,"5min":1.363,"15min":1.363},"last":0.93300000000000005},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.85499999999999998,"15min":0.86699999999999999},"min":{"1min":0.67900000000000005,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.1419999999999999,"5min":1.1419999999999999,"15min":1.1419999999999999},"last":1.075}]},{"osd":1,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.72899999999999998,"15min":0.74299999999999999},"min":{"1min":0.52600000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.85699999999999998,"5min":1.198,"15min":1.198},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.75600000000000001,"5min":0.76400000000000001,"15min":0.77500000000000002},"min":{"1min":0.53200000000000003,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.194,"5min":1.194,"15min":1.194},"last":0.83499999999999996}]},{"osd":2,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.879,"15min":0.873},"min":{"1min":0.67600000000000005,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.111,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":1.1890000000000001},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.89700000000000002,"15min":0.88900000000000001},"min":{"1min":0.69599999999999995,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.169,"5min":1.333,"15min":1.333},"last":0.872}]},{"osd":3,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.81799999999999995,"15min":0.81399999999999995},"min":{"1min":0.65900000000000003,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.296,"5min":1.296,"15min":1.296},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.82699999999999996,"15min":0.83999999999999997},"min":{"1min":0.443,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.379,"5min":1.379,"15min":1.379},"last":1.032}]},{"osd":4,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.94099999999999995,"15min":0.94799999999999995},"min":{"1min":0.64300000000000002,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1659999999999999,"5min":1.27,"15min":1.27},"last":1.123},{"interface":"front","average":{"1min":1.016,"5min":1.0149999999999999,"15min":1.01},"min":{"1min":0.76300000000000001,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.0589999999999999}]},{"osd":5,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":0.998,"15min":0.999},"min":{"1min":0.59199999999999997,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.3100000000000001,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.97399999999999998},{"interface":"front","average":{"1min":1.03,"5min":1.0049999999999999,"15min":1.0069999999999999},"min":{"1min":0.71699999999999997,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.508,"5min":1.508,"15min":1.508},"last":0.95099999999999996}]},{"osd":6,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":1.1200000000000001,"5min":1.0549999999999999,"15min":1.04},"min":{"1min":0.94899999999999995,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.786,"5min":1.786,"15min":1.786},"last":1.1439999999999999},{"interface":"front","average":{"1min":1.0800000000000001,"5min":1.0569999999999999,"15min":1.0529999999999999},"min":{"1min":0.67300000000000004,"5min":0.627,"15min":0.627},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":1.6140000000000001}]}]},{"osd":5,"up_from":37,"seq":158913789998,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.86499999999999999,"15min":0.86799999999999999},"min":{"1min":0.622,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.268,"5min":1.268,"15min":1.268},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.86199999999999999,"15min":0.86499999999999999},"min":{"1min":0.66000000000000003,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.155,"5min":1.157,"15min":1.157},"last":0.73099999999999998}]},{"osd":1,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.66200000000000003,"15min":0.63800000000000001},"min":{"1min":0.57299999999999995,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":1.006,"5min":1.006,"15min":1.006},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.70799999999999996,"15min":0.68999999999999995},"min":{"1min":0.46500000000000002,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.103,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.71299999999999997}]},{"osd":2,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.92600000000000005,"15min":0.91000000000000003},"min":{"1min":0.64400000000000002,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.417,"5min":1.417,"15min":1.417},"last":0.84899999999999998},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.871,"15min":0.85699999999999998},"min":{"1min":0.64900000000000002,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.2090000000000001,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.82499999999999996}]},{"osd":3,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.88300000000000001,"15min":0.88400000000000001},"min":{"1min":0.60499999999999998,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.93700000000000006},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.84699999999999998,"15min":0.81499999999999995},"min":{"1min":0.70299999999999996,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.21,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.91300000000000003}]},{"osd":4,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":0.95399999999999996,"15min":0.93999999999999995},"min":{"1min":0.76100000000000001,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.222,"5min":1.222,"15min":1.222},"last":1.0680000000000001},{"interface":"front","average":{"1min":1.107,"5min":1.016,"15min":0.99099999999999999},"min":{"1min":0.79300000000000004,"5min":0.755,"15min":0.755},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":0.88600000000000001}]},{"osd":6,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0820000000000001,"5min":1.04,"15min":1.026},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.4810000000000001,"5min":1.9350000000000001,"15min":1.9350000000000001},"last":1.0169999999999999},{"interface":"front","average":{"1min":1.109,"5min":1.0209999999999999,"15min":0.99399999999999999},"min":{"1min":0.84599999999999997,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.397,"5min":1.397,"15min":1.397},"last":0.995}]},{"osd":7,"last update":"Sun Jan 21 06:54:50 2024","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":0.97899999999999998,"15min":0.94199999999999995},"min":{"1min":0.79000000000000004,"5min":0.505,"15min":0.505},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.0109999999999999},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.022,"15min":0.99299999999999999},"min":{"1min":0.69699999999999995,"5min":0.625,"15min":0.625},"max":{"1min":1.357,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.097}]}]},{"osd":2,"up_from":20,"seq":85899345971,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:25 2024","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.70199999999999996,"15min":0.68999999999999995},"min":{"1min":0.60799999999999998,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.073,"5min":1.194,"15min":1.194},"last":0.79400000000000004},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.75800000000000001,"15min":0.73999999999999999},"min":{"1min":0.52900000000000003,"5min":0.438,"15min":0.438},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.71199999999999997}]},{"osd":1,"last update":"Sun Jan 21 06:54:25 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":0.96399999999999997,"15min":0.95199999999999996},"min":{"1min":0.71199999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.236,"5min":1.27,"15min":1.27},"last":0.873},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.94299999999999995,"15min":0.94699999999999995},"min":{"1min":0.71999999999999997,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.2030000000000001,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.0389999999999999}]},{"osd":3,"last update":"Sun Jan 21 06:54:33 2024","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.88,"15min":0.85799999999999998},"min":{"1min":0.61199999999999999,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.056,"5min":3.7370000000000001,"15min":3.7370000000000001},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.995,"5min":0.97299999999999998,"15min":0.96299999999999997},"min":{"1min":0.80900000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.1759999999999999,"5min":1.268,"15min":1.268},"last":1.089}]},{"osd":4,"last update":"Sun Jan 21 06:54:25 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.92900000000000005,"15min":0.93500000000000005},"min":{"1min":0.73799999999999999,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.157,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":1.0649999999999999},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.96099999999999997,"15min":0.96899999999999997},"min":{"1min":0.75700000000000001,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.379,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":0.92600000000000005}]},{"osd":5,"last update":"Sun Jan 21 06:54:44 2024","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.0469999999999999,"15min":1.0309999999999999},"min":{"1min":0.90000000000000002,"5min":0.754,"15min":0.754},"max":{"1min":1.242,"5min":1.393,"15min":1.393},"last":1.0129999999999999},{"interface":"front","average":{"1min":1.0069999999999999,"5min":0.93600000000000005,"15min":0.91800000000000004},"min":{"1min":0.82899999999999996,"5min":0.747,"15min":0.747},"max":{"1min":1.131,"5min":1.208,"15min":1.208},"last":0.76900000000000002}]},{"osd":6,"last update":"Sun Jan 21 06:54:29 2024","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.032,"15min":1.016},"min":{"1min":0.79500000000000004,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.3029999999999999,"5min":1.391,"15min":1.391},"last":0.95299999999999996},{"interface":"front","average":{"1min":1.0249999999999999,"5min":0.96299999999999997,"15min":0.94599999999999995},"min":{"1min":0.83399999999999996,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":0.90300000000000002}]},{"osd":7,"last update":"Sun Jan 21 06:54:51 2024","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.1000000000000001,"15min":1.091},"min":{"1min":0.752,"5min":0.752,"15min":0.752},"max":{"1min":1.403,"5min":1.46,"15min":1.46},"last":0.98699999999999999},{"interface":"front","average":{"1min":1.234,"5min":1.2110000000000001,"15min":1.2010000000000001},"min":{"1min":0.94099999999999995,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.724,"5min":1.724,"15min":1.724},"last":1.113}]}]},{"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":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.83199999999999996,"15min":0.82599999999999996},"min":{"1min":0.69599999999999995,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.86299999999999999,"15min":0.84699999999999998},"min":{"1min":0.68700000000000006,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":1.0369999999999999}]},{"osd":2,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.79000000000000004,"15min":0.77800000000000002},"min":{"1min":0.65200000000000002,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.165,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.78100000000000003,"15min":0.76500000000000001},"min":{"1min":0.59299999999999997,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":1.1890000000000001}]},{"osd":3,"last update":"Sun Jan 21 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.93300000000000005,"15min":0.92500000000000004},"min":{"1min":0.82399999999999995,"5min":0.62,"15min":0.62},"max":{"1min":1.1539999999999999,"5min":1.226,"15min":1.226},"last":0.70999999999999996},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.90300000000000002,"15min":0.877},"min":{"1min":0.81899999999999995,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.1459999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.89700000000000002}]},{"osd":4,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.88400000000000001,"15min":0.873},"min":{"1min":0.70099999999999996,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.99199999999999999},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.86699999999999999,"15min":0.85699999999999998},"min":{"1min":0.60599999999999998,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.825,"5min":1.825,"15min":1.825},"last":0.93799999999999994}]},{"osd":5,"last update":"Sun Jan 21 06:54:48 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.99299999999999999,"15min":0.98999999999999999},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.1639999999999999,"5min":1.306,"15min":1.306},"last":1.0960000000000001},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.95099999999999996,"15min":0.93899999999999995},"min":{"1min":0.71499999999999997,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.129,"5min":1.9379999999999999,"15min":1.9379999999999999},"last":0.83999999999999997}]},{"osd":6,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.97799999999999998,"15min":0.96599999999999997},"min":{"1min":0.77700000000000002,"5min":0.623,"15min":0.623},"max":{"1min":1.778,"5min":1.778,"15min":1.778},"last":1.0660000000000001},{"interface":"front","average":{"1min":1.04,"5min":1.034,"15min":1.022},"min":{"1min":0.86099999999999999,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.21,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.96899999999999997}]},{"osd":7,"last update":"Sun Jan 21 06:54:52 2024","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.125,"15min":1.119},"min":{"1min":0.93100000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.266,"5min":1.488,"15min":1.488},"last":1.1339999999999999},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.123,"15min":1.115},"min":{"1min":0.89700000000000002,"5min":0.89700000000000002,"15min":0.89700000000000002},"max":{"1min":1.2370000000000001,"5min":2.012,"15min":2.012},"last":1.012}]}]},{"osd":1,"up_from":24,"seq":103079215152,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.76000000000000001,"5min":0.79300000000000004,"15min":0.79800000000000004},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.0880000000000001,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.80400000000000005,"15min":0.78500000000000003},"min":{"1min":0.59599999999999997,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.84399999999999997}]},{"osd":2,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.88500000000000001,"15min":0.877},"min":{"1min":0.63100000000000001,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.137,"5min":1.177,"15min":1.177},"last":1.0429999999999999},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.90000000000000002,"15min":0.873},"min":{"1min":0.70999999999999996,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.2130000000000001,"5min":1.351,"15min":1.351},"last":1.0129999999999999}]},{"osd":3,"last update":"Sun Jan 21 06:54:30 2024","interfaces":[{"interface":"back","average":{"1min":0.73599999999999999,"5min":0.77500000000000002,"15min":0.78900000000000003},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.052,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":0.91100000000000003},{"interface":"front","average":{"1min":0.72099999999999997,"5min":0.747,"15min":0.74299999999999999},"min":{"1min":0.55600000000000005,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.02,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.70499999999999996}]},{"osd":4,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":0.94399999999999995,"15min":0.93400000000000005},"min":{"1min":0.68799999999999994,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.1000000000000001,"5min":1.286,"15min":1.286},"last":1.073},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.98199999999999998,"15min":0.96999999999999997},"min":{"1min":0.67300000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.1819999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.131}]},{"osd":5,"last update":"Sun Jan 21 06:54:47 2024","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.88200000000000001,"15min":0.89200000000000002},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.196,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.995},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.91800000000000004,"15min":0.93400000000000005},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.1379999999999999,"5min":1.347,"15min":1.347},"last":1.2210000000000001}]},{"osd":6,"last update":"Sun Jan 21 06:54:26 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.96899999999999997,"15min":0.94799999999999995},"min":{"1min":0.71599999999999997,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.1779999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.175},{"interface":"front","average":{"1min":1.022,"5min":1.0509999999999999,"15min":1.0409999999999999},"min":{"1min":0.879,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2809999999999999,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":1.2669999999999999}]},{"osd":7,"last update":"Sun Jan 21 06:54:47 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":1.0069999999999999,"15min":1.0189999999999999},"min":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.2350000000000001,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.103},{"interface":"front","average":{"1min":0.996,"5min":1.081,"15min":1.0980000000000001},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.3879999999999999,"5min":1.45,"15min":1.45},"last":1.3080000000000001}]}]},{"osd":4,"up_from":24,"seq":103079215154,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:24 2024","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":0.74399999999999999,"15min":0.752},"min":{"1min":0.58199999999999996,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":0.92300000000000004,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.71199999999999997},{"interface":"front","average":{"1min":0.73899999999999999,"5min":0.78600000000000003,"15min":0.79800000000000004},"min":{"1min":0.56999999999999995,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.0720000000000001,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.59199999999999997}]},{"osd":1,"last update":"Sun Jan 21 06:54:24 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.86799999999999999,"15min":0.86599999999999999},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.1459999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.2210000000000001},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.97699999999999998,"15min":0.97699999999999998},"min":{"1min":0.66000000000000003,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.1359999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.999}]},{"osd":2,"last update":"Sun Jan 21 06:54:24 2024","interfaces":[{"interface":"back","average":{"1min":0.78000000000000003,"5min":0.82299999999999995,"15min":0.83499999999999996},"min":{"1min":0.59399999999999997,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":0.98099999999999998,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.93999999999999995,"15min":0.94399999999999995},"min":{"1min":0.64100000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.139,"5min":1.806,"15min":1.806},"last":0.90300000000000002}]},{"osd":3,"last update":"Sun Jan 21 06:54:35 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":1.0940000000000001,"15min":1.157},"min":{"1min":0.753,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.135,"5min":6.0510000000000002,"15min":6.0510000000000002},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.94299999999999995,"5min":1.03,"15min":1.0620000000000001},"min":{"1min":0.73699999999999999,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.0860000000000001,"5min":3.9060000000000001,"15min":3.9060000000000001},"last":1.135}]},{"osd":5,"last update":"Sun Jan 21 06:54:44 2024","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.2170000000000001,"15min":1.278},"min":{"1min":0.88500000000000001,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.284,"5min":5.8140000000000001,"15min":5.8140000000000001},"last":1.171},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.1910000000000001,"15min":1.2629999999999999},"min":{"1min":0.84299999999999997,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.1930000000000001,"5min":5.8799999999999999,"15min":5.8799999999999999},"last":0.89200000000000002}]},{"osd":6,"last update":"Sun Jan 21 06:54:28 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":0.98699999999999999,"15min":0.98299999999999998},"min":{"1min":0.80600000000000005,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.3400000000000001,"5min":1.8340000000000001,"15min":1.8340000000000001},"last":1.29},{"interface":"front","average":{"1min":1.117,"5min":1.145,"15min":1.145},"min":{"1min":0.85899999999999999,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.29,"5min":1.609,"15min":1.609},"last":1.25}]},{"osd":7,"last update":"Sun Jan 21 06:54:53 2024","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.0940000000000001,"15min":1.0860000000000001},"min":{"1min":0.95099999999999996,"5min":0.80800000000000005,"15min":0.80800000000000005},"max":{"1min":1.1990000000000001,"5min":1.528,"15min":1.528},"last":1.361},{"interface":"front","average":{"1min":1.208,"5min":1.1899999999999999,"15min":1.1830000000000001},"min":{"1min":1.0640000000000001,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":1.3540000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.321}]}]},{"osd":6,"up_from":27,"seq":115964117040,"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":168803,"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 06:54:32 2024","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.83799999999999997,"15min":0.84699999999999998},"min":{"1min":0.58699999999999997,"5min":0.501,"15min":0.501},"max":{"1min":1.0029999999999999,"5min":1.173,"15min":1.173},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.92000000000000004,"15min":0.93300000000000005},"min":{"1min":0.70099999999999996,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.304,"5min":1.7090000000000001,"15min":1.7090000000000001},"last":1.0960000000000001}]},{"osd":1,"last update":"Sun Jan 21 06:54:32 2024","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.81799999999999995,"15min":0.79800000000000004},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.0609999999999999,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.90400000000000003,"15min":0.88200000000000001},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.163,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.91200000000000003}]},{"osd":2,"last update":"Sun Jan 21 06:54:32 2024","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.84099999999999997,"15min":0.83699999999999997},"min":{"1min":0.63300000000000001,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.153,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":1.0109999999999999},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"min":{"1min":0.61399999999999999,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.175,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":0.66900000000000004}]},{"osd":3,"last update":"Sun Jan 21 06:54:32 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":1.0149999999999999,"15min":1.022},"min":{"1min":0.68999999999999995,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.167,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":0.81799999999999995},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.91000000000000003,"15min":0.88400000000000001},"min":{"1min":0.68100000000000005,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.24,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.753}]},{"osd":4,"last update":"Sun Jan 21 06:54:32 2024","interfaces":[{"interface":"back","average":{"1min":1.0009999999999999,"5min":0.96499999999999997,"15min":0.96299999999999997},"min":{"1min":0.72499999999999998,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.2410000000000001,"5min":1.78,"15min":1.78},"last":0.98599999999999999},{"interface":"front","average":{"1min":1.0269999999999999,"5min":0.94999999999999996,"15min":0.94199999999999995},"min":{"1min":0.74199999999999999,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":0.93999999999999995}]},{"osd":5,"last update":"Sun Jan 21 06:54:45 2024","interfaces":[{"interface":"back","average":{"1min":1.1160000000000001,"5min":1.1419999999999999,"15min":1.1519999999999999},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.2769999999999999,"5min":1.9079999999999999,"15min":1.9079999999999999},"last":1.0629999999999999},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.093,"15min":1.085},"min":{"1min":0.92200000000000004,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.72,"5min":1.72,"15min":1.72},"last":1.052}]},{"osd":7,"last update":"Sun Jan 21 06:54:49 2024","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.125,"15min":1.117},"min":{"1min":0.86699999999999999,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.794,"5min":1.794,"15min":1.794},"last":1.155},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"min":{"1min":0.94499999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"max":{"1min":1.5369999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.119}]}]},{"osd":3,"up_from":32,"seq":137438953519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":169118,"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 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.84299999999999997,"15min":0.82799999999999996},"min":{"1min":0.61299999999999999,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.1890000000000001,"5min":1.218,"15min":1.218},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.872,"5min":0.85199999999999998,"15min":0.84899999999999998},"min":{"1min":0.65500000000000003,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.0369999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.83299999999999996}]},{"osd":1,"last update":"Sun Jan 21 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":0.75700000000000001,"5min":0.67600000000000005,"15min":0.64200000000000002},"min":{"1min":0.56200000000000006,"5min":0.435,"15min":0.435},"max":{"1min":0.95299999999999996,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":1.121},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.69999999999999996,"15min":0.66800000000000004},"min":{"1min":0.56699999999999995,"5min":0.309,"15min":0.309},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.56999999999999995}]},{"osd":2,"last update":"Sun Jan 21 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.90200000000000002,"15min":0.88600000000000001},"min":{"1min":0.76900000000000002,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.133,"5min":1.304,"15min":1.304},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.95599999999999996,"5min":0.89100000000000001,"15min":0.88300000000000001},"min":{"1min":0.75900000000000001,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.1339999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":0.94499999999999995}]},{"osd":4,"last update":"Sun Jan 21 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.92400000000000004,"15min":0.90100000000000002},"min":{"1min":0.80700000000000005,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.169,"5min":1.25,"15min":1.25},"last":0.88300000000000001},{"interface":"front","average":{"1min":1.038,"5min":0.93799999999999994,"15min":0.90600000000000003},"min":{"1min":0.77600000000000002,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.198,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.79400000000000004}]},{"osd":5,"last update":"Sun Jan 21 06:54:47 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.80700000000000005,"15min":0.78400000000000003},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":1.0629999999999999},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.83199999999999996,"15min":0.79100000000000004},"min":{"1min":0.57199999999999995,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.1930000000000001,"5min":1.204,"15min":1.204},"last":1.1890000000000001}]},{"osd":6,"last update":"Sun Jan 21 06:54:34 2024","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":0.97099999999999997,"15min":0.94199999999999995},"min":{"1min":0.85899999999999999,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.22,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":1.143},{"interface":"front","average":{"1min":1.056,"5min":0.98199999999999998,"15min":0.95199999999999996},"min":{"1min":0.75600000000000001,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.242,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.3520000000000001}]},{"osd":7,"last update":"Sun Jan 21 06:54:47 2024","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":0.96699999999999997,"15min":0.91300000000000003},"min":{"1min":0.64600000000000002,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.345,"5min":1.345,"15min":1.345},"last":0.86899999999999999},{"interface":"front","average":{"1min":1.0620000000000001,"5min":0.98899999999999999,"15min":0.94899999999999995},"min":{"1min":0.69299999999999995,"5min":0.496,"15min":0.496},"max":{"1min":1.355,"5min":1.355,"15min":1.355},"last":1.3069999999999999}]}]}],"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-21T06:55:15.113 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-21T06:55:15.113 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-21T06:55:15.113 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-21T06:55:15.114 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T06:55:15.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:15 smithi093 bash[14068]: audit 2024-01-21T06:55:14.377994+0000 mgr.smithi093.jhwfwc (mgr.14180) 241 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:55:15.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:15 smithi143 bash[18953]: audit 2024-01-21T06:55:14.377994+0000 mgr.smithi093.jhwfwc (mgr.14180) 241 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:55:16.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:16 smithi093 bash[14068]: cluster 2024-01-21T06:55:15.079196+0000 mgr.smithi093.jhwfwc (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-21T06:55:16.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:16 smithi143 bash[18953]: cluster 2024-01-21T06:55:15.079196+0000 mgr.smithi093.jhwfwc (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-21T06:55:18.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:18 smithi093 bash[14068]: cluster 2024-01-21T06:55:17.079750+0000 mgr.smithi093.jhwfwc (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-21T06:55:18.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:18 smithi143 bash[18953]: cluster 2024-01-21T06:55:17.079750+0000 mgr.smithi093.jhwfwc (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-21T06:55:19.895 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/mon.smithi093/config 2024-01-21T06:55:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:20 smithi093 bash[14068]: cluster 2024-01-21T06:55:19.080264+0000 mgr.smithi093.jhwfwc (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-21T06:55:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:20 smithi143 bash[18953]: cluster 2024-01-21T06:55:19.080264+0000 mgr.smithi093.jhwfwc (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-21T06:55:22.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:22 smithi093 bash[14068]: cluster 2024-01-21T06:55:21.080922+0000 mgr.smithi093.jhwfwc (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-21T06:55:22.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:22 smithi143 bash[18953]: cluster 2024-01-21T06:55:21.080922+0000 mgr.smithi093.jhwfwc (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-21T06:55:22.839 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:55:23.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:23 smithi093 bash[14068]: audit 2024-01-21T06:55:22.837069+0000 mon.smithi093 (mon.0) 625 : audit [DBG] from='client.? 172.21.15.93:0/1145292514' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T06:55:23.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:23 smithi143 bash[18953]: audit 2024-01-21T06:55:22.837069+0000 mon.smithi093 (mon.0) 625 : audit [DBG] from='client.? 172.21.15.93:0/1145292514' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T06:55:23.601 INFO:teuthology.orchestra.run.smithi093.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-21T06:55:23.602 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-21T06:55:23.602 INFO:tasks.cephadm:Setup complete, yielding 2024-01-21T06:55:23.602 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T06:55:23.612 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi093.front.sepia.ceph.com 2024-01-21T06:55:23.612 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- bash -c 'ceph orch status' 2024-01-21T06:55:24.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:24 smithi143 bash[18953]: cluster 2024-01-21T06:55:23.081412+0000 mgr.smithi093.jhwfwc (mgr.14180) 246 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:24 smithi093 bash[14068]: cluster 2024-01-21T06:55:23.081412+0000 mgr.smithi093.jhwfwc (mgr.14180) 246 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:26.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:25 smithi093 bash[14068]: cluster 2024-01-21T06:55:25.081954+0000 mgr.smithi093.jhwfwc (mgr.14180) 247 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:26.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:25 smithi143 bash[18953]: cluster 2024-01-21T06:55:25.081954+0000 mgr.smithi093.jhwfwc (mgr.14180) 247 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:27.019 INFO:teuthology.orchestra.run.smithi093.stdout:Backend: cephadm 2024-01-21T06:55:27.020 INFO:teuthology.orchestra.run.smithi093.stdout:Available: Yes 2024-01-21T06:55:27.020 INFO:teuthology.orchestra.run.smithi093.stdout:Paused: No 2024-01-21T06:55:27.785 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-21T06:55:28.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:28 smithi093 bash[14068]: audit 2024-01-21T06:55:27.016841+0000 mgr.smithi093.jhwfwc (mgr.14180) 248 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:28.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:28 smithi093 bash[14068]: cluster 2024-01-21T06:55:27.082453+0000 mgr.smithi093.jhwfwc (mgr.14180) 249 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:28.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:28 smithi143 bash[18953]: audit 2024-01-21T06:55:27.016841+0000 mgr.smithi093.jhwfwc (mgr.14180) 248 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:28.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:28 smithi143 bash[18953]: cluster 2024-01-21T06:55:27.082453+0000 mgr.smithi093.jhwfwc (mgr.14180) 249 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:30.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:30 smithi093 bash[14068]: cluster 2024-01-21T06:55:29.082985+0000 mgr.smithi093.jhwfwc (mgr.14180) 250 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:30.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:30 smithi143 bash[18953]: cluster 2024-01-21T06:55:29.082985+0000 mgr.smithi093.jhwfwc (mgr.14180) 250 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:30.956 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 running (5m) 43s ago 7m 12.1M - 0.23.0 ba2b418f427c 9878fe4445f7 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (7m) 43s ago 7m 6924k - 16.2.14-454-gea310589 9b28eb2d7c37 6d577fa9a600 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi143 smithi143 running (6m) 43s ago 6m 7063k - 16.2.14-454-gea310589 9b28eb2d7c37 816ea7b92d25 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 running (5m) 43s ago 6m 41.0M - 8.3.5 dad864ee21e9 c4736209f19b 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.jhwfwc smithi093 *:9283 running (8m) 43s ago 8m 427M - 16.2.14-454-gea310589 9b28eb2d7c37 2c181812610d 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi143.elwrmh smithi143 *:8443,9283 running (6m) 43s ago 6m 374M - 16.2.14-454-gea310589 9b28eb2d7c37 35d7369674f3 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (8m) 43s ago 8m 60.7M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 eab374999580 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi143 smithi143 running (5m) 43s ago 5m 57.9M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 91aae75d49bf 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 running (6m) 43s ago 6m 9.85M - 1.3.1 1dbe0e931976 2b3c2c41237e 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi143 smithi143 *:9100 running (5m) 43s ago 5m 9671k - 1.3.1 1dbe0e931976 6648e8b329ed 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi143 running (4m) 43s ago 4m 35.2M 4028M 16.2.14-454-gea310589 9b28eb2d7c37 cd38b035f159 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (4m) 43s ago 4m 34.3M 3260M 16.2.14-454-gea310589 9b28eb2d7c37 a20c76c1f336 2024-01-21T06:55:30.957 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi143 running (4m) 43s ago 4m 33.0M 4028M 16.2.14-454-gea310589 9b28eb2d7c37 75ebe76db21f 2024-01-21T06:55:30.958 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (4m) 43s ago 4m 34.1M 3260M 16.2.14-454-gea310589 9b28eb2d7c37 c333c7f79b84 2024-01-21T06:55:30.958 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi143 running (4m) 43s ago 4m 32.5M 4028M 16.2.14-454-gea310589 9b28eb2d7c37 071a4374643c 2024-01-21T06:55:30.958 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi093 running (4m) 43s ago 4m 32.4M 3260M 16.2.14-454-gea310589 9b28eb2d7c37 aa92ea9545db 2024-01-21T06:55:30.958 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi143 running (4m) 43s ago 4m 32.9M 4028M 16.2.14-454-gea310589 9b28eb2d7c37 643e62d30e2d 2024-01-21T06:55:30.958 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi093 running (3m) 43s ago 3m 33.0M 3260M 16.2.14-454-gea310589 9b28eb2d7c37 e94328335248 2024-01-21T06:55:30.958 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 running (5m) 43s ago 6m 52.5M - 2.33.4 514e6a882f6e 300c7f169426 2024-01-21T06:55:31.739 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-21T06:55:32.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:32 smithi093 bash[14068]: audit 2024-01-21T06:55:30.939506+0000 mgr.smithi093.jhwfwc (mgr.14180) 251 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:32.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:32 smithi093 bash[14068]: cluster 2024-01-21T06:55:31.083360+0000 mgr.smithi093.jhwfwc (mgr.14180) 252 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:32.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:32 smithi143 bash[18953]: audit 2024-01-21T06:55:30.939506+0000 mgr.smithi093.jhwfwc (mgr.14180) 251 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:32.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:32 smithi143 bash[18953]: cluster 2024-01-21T06:55:31.083360+0000 mgr.smithi093.jhwfwc (mgr.14180) 252 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:34 smithi093 bash[14068]: cluster 2024-01-21T06:55:33.083701+0000 mgr.smithi093.jhwfwc (mgr.14180) 253 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:34.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:34 smithi143 bash[18953]: cluster 2024-01-21T06:55:33.083701+0000 mgr.smithi093.jhwfwc (mgr.14180) 253 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:34.903 INFO:teuthology.orchestra.run.smithi093.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-21T06:55:34.903 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager ?:9093,9094 1/1 47s ago 8m count:1 2024-01-21T06:55:34.903 INFO:teuthology.orchestra.run.smithi093.stdout:crash 2/2 47s ago 8m * 2024-01-21T06:55:34.903 INFO:teuthology.orchestra.run.smithi093.stdout:grafana ?:3000 1/1 47s ago 8m count:1 2024-01-21T06:55:34.904 INFO:teuthology.orchestra.run.smithi093.stdout:mgr 2/2 47s ago 8m count:2 2024-01-21T06:55:34.904 INFO:teuthology.orchestra.run.smithi093.stdout:mon 2/2 47s ago 6m smithi093:172.21.15.93=smithi093;smithi143:172.21.15.143=smithi143;count:2 2024-01-21T06:55:34.904 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter ?:9100 2/2 47s ago 8m * 2024-01-21T06:55:34.904 INFO:teuthology.orchestra.run.smithi093.stdout:osd.all-available-devices 8 47s ago 5m * 2024-01-21T06:55:34.904 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus ?:9095 1/1 47s ago 8m count:1 2024-01-21T06:55:35.704 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-21T06:55:36.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:35 smithi093 bash[14068]: audit 2024-01-21T06:55:34.890445+0000 mgr.smithi093.jhwfwc (mgr.14180) 254 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:36.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:35 smithi093 bash[14068]: cluster 2024-01-21T06:55:35.084244+0000 mgr.smithi093.jhwfwc (mgr.14180) 255 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:36.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:35 smithi143 bash[18953]: audit 2024-01-21T06:55:34.890445+0000 mgr.smithi093.jhwfwc (mgr.14180) 254 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:36.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:35 smithi143 bash[18953]: cluster 2024-01-21T06:55:35.084244+0000 mgr.smithi093.jhwfwc (mgr.14180) 255 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:38.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:38 smithi093 bash[14068]: cluster 2024-01-21T06:55:37.084876+0000 mgr.smithi093.jhwfwc (mgr.14180) 256 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:38.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:38 smithi143 bash[18953]: cluster 2024-01-21T06:55:37.084876+0000 mgr.smithi093.jhwfwc (mgr.14180) 256 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:39.059 INFO:teuthology.orchestra.run.smithi093.stdout:HOST ADDR LABELS STATUS 2024-01-21T06:55:39.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 172.21.15.93 2024-01-21T06:55:39.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi143 172.21.15.143 2024-01-21T06:55:39.059 INFO:teuthology.orchestra.run.smithi093.stdout:2 hosts in cluster 2024-01-21T06:55:39.840 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-21T06:55:40.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:40 smithi093 bash[14068]: audit 2024-01-21T06:55:39.055516+0000 mgr.smithi093.jhwfwc (mgr.14180) 257 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:40.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:40 smithi093 bash[14068]: cluster 2024-01-21T06:55:39.085322+0000 mgr.smithi093.jhwfwc (mgr.14180) 258 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:40.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:40 smithi143 bash[18953]: audit 2024-01-21T06:55:39.055516+0000 mgr.smithi093.jhwfwc (mgr.14180) 257 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:40.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:40 smithi143 bash[18953]: cluster 2024-01-21T06:55:39.085322+0000 mgr.smithi093.jhwfwc (mgr.14180) 258 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:42.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:42 smithi093 bash[14068]: cluster 2024-01-21T06:55:41.085834+0000 mgr.smithi093.jhwfwc (mgr.14180) 259 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:42.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:42 smithi143 bash[18953]: cluster 2024-01-21T06:55:41.085834+0000 mgr.smithi093.jhwfwc (mgr.14180) 259 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:43.058 INFO:teuthology.orchestra.run.smithi093.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T06:55:43.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040150400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T06:55:43.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 /dev/nvme1n1 ssd Linux_306f0fbbbc00f658fd79 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:43.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 /dev/nvme2n1 ssd Linux_e4e976939d7a8f79172e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:43.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 /dev/nvme3n1 ssd Linux_9ad33f21e95e13c60536 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:43.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 /dev/nvme4n1 ssd Linux_a9554b11ebbf84f0a77a 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:43.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi143 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT62330073400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T06:55:43.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi143 /dev/nvme1n1 ssd Linux_93dc0f21733d03d36ed5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:43.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi143 /dev/nvme2n1 ssd Linux_61ceab316304e00a756c 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:43.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi143 /dev/nvme3n1 ssd Linux_d3d429a874b757868c21 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:43.059 INFO:teuthology.orchestra.run.smithi093.stdout:smithi143 /dev/nvme4n1 ssd Linux_e2316bbb8c023960ca2b 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:43.800 INFO:teuthology.run_tasks:Running task vip... 2024-01-21T06:55:43.810 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-21T06:55:43.810 INFO:tasks.vip:peername 172.21.15.93 2024-01-21T06:55:43.813 INFO:tasks.vip:172.21.15.93 in 172.21.0.0/20, pos 3932 2024-01-21T06:55:43.817 INFO:tasks.vip:smithi093.front.sepia.ceph.com static 10.0.15.93, vnet 10.0.0.0/16 2024-01-21T06:55:43.817 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-21T06:55:43.818 DEBUG:teuthology.orchestra.run.smithi093:> sudo ip route ls 2024-01-21T06:55:43.833 INFO:teuthology.orchestra.run.smithi093.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-21T06:55:43.833 INFO:teuthology.orchestra.run.smithi093.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.93 metric 100 2024-01-21T06:55:43.833 INFO:teuthology.orchestra.run.smithi093.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T06:55:43.833 INFO:teuthology.orchestra.run.smithi093.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.93 2024-01-21T06:55:43.833 INFO:teuthology.orchestra.run.smithi093.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.93 metric 100 2024-01-21T06:55:43.834 INFO:tasks.vip:Configuring 10.0.15.93 on smithi093.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T06:55:43.834 DEBUG:teuthology.orchestra.run.smithi093:> sudo ip addr add 10.0.15.93/16 dev enp3s0f1 2024-01-21T06:55:43.894 INFO:tasks.vip:peername 172.21.15.143 2024-01-21T06:55:43.897 INFO:tasks.vip:172.21.15.143 in 172.21.0.0/20, pos 3982 2024-01-21T06:55:43.901 INFO:tasks.vip:smithi143.front.sepia.ceph.com static 10.0.15.143, vnet 10.0.0.0/16 2024-01-21T06:55:43.901 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip route ls 2024-01-21T06:55:43.918 INFO:teuthology.orchestra.run.smithi143.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-21T06:55:43.918 INFO:teuthology.orchestra.run.smithi143.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.143 metric 100 2024-01-21T06:55:43.918 INFO:teuthology.orchestra.run.smithi143.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T06:55:43.918 INFO:teuthology.orchestra.run.smithi143.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.143 2024-01-21T06:55:43.918 INFO:teuthology.orchestra.run.smithi143.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.143 metric 100 2024-01-21T06:55:43.919 INFO:tasks.vip:Configuring 10.0.15.143 on smithi143.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T06:55:43.919 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr add 10.0.15.143/16 dev enp3s0f1 2024-01-21T06:55:43.976 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T06:55:43.984 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi093.front.sepia.ceph.com 2024-01-21T06:55:43.984 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-21T06:55:44.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:44 smithi143 bash[18953]: audit 2024-01-21T06:55:43.047448+0000 mgr.smithi093.jhwfwc (mgr.14180) 260 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:44.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:44 smithi143 bash[18953]: cluster 2024-01-21T06:55:43.086334+0000 mgr.smithi093.jhwfwc (mgr.14180) 261 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:44.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:44 smithi093 bash[14068]: audit 2024-01-21T06:55:43.047448+0000 mgr.smithi093.jhwfwc (mgr.14180) 260 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:44.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:44 smithi093 bash[14068]: cluster 2024-01-21T06:55:43.086334+0000 mgr.smithi093.jhwfwc (mgr.14180) 261 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:46.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:45 smithi143 bash[18953]: cluster 2024-01-21T06:55:45.086973+0000 mgr.smithi093.jhwfwc (mgr.14180) 262 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:46.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:45 smithi093 bash[14068]: cluster 2024-01-21T06:55:45.086973+0000 mgr.smithi093.jhwfwc (mgr.14180) 262 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:47.262 INFO:teuthology.orchestra.run.smithi093.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T06:55:47.263 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040150400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T06:55:47.263 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 /dev/nvme1n1 ssd Linux_306f0fbbbc00f658fd79 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:47.263 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 /dev/nvme2n1 ssd Linux_e4e976939d7a8f79172e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:47.263 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 /dev/nvme3n1 ssd Linux_9ad33f21e95e13c60536 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:47.263 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 /dev/nvme4n1 ssd Linux_a9554b11ebbf84f0a77a 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:47.263 INFO:teuthology.orchestra.run.smithi093.stdout:smithi143 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT62330073400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T06:55:47.263 INFO:teuthology.orchestra.run.smithi093.stdout:smithi143 /dev/nvme1n1 ssd Linux_93dc0f21733d03d36ed5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:47.263 INFO:teuthology.orchestra.run.smithi093.stdout:smithi143 /dev/nvme2n1 ssd Linux_61ceab316304e00a756c 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:47.263 INFO:teuthology.orchestra.run.smithi093.stdout:smithi143 /dev/nvme3n1 ssd Linux_d3d429a874b757868c21 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:47.263 INFO:teuthology.orchestra.run.smithi093.stdout:smithi143 /dev/nvme4n1 ssd Linux_e2316bbb8c023960ca2b 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T06:55:48.069 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-01-21T06:55:48.079 INFO:tasks.cephadm:Applying spec(s): placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 --- placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '10.0.31.93/16' 2024-01-21T06:55:48.080 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch apply -i - 2024-01-21T06:55:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:48 smithi093 bash[14068]: cluster 2024-01-21T06:55:47.087547+0000 mgr.smithi093.jhwfwc (mgr.14180) 263 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:48 smithi093 bash[14068]: audit 2024-01-21T06:55:47.251360+0000 mgr.smithi093.jhwfwc (mgr.14180) 264 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:48 smithi093 bash[14068]: audit 2024-01-21T06:55:47.267183+0000 mon.smithi093 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:55:48.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:48 smithi143 bash[18953]: cluster 2024-01-21T06:55:47.087547+0000 mgr.smithi093.jhwfwc (mgr.14180) 263 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:48.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:48 smithi143 bash[18953]: audit 2024-01-21T06:55:47.251360+0000 mgr.smithi093.jhwfwc (mgr.14180) 264 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:48.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:48 smithi143 bash[18953]: audit 2024-01-21T06:55:47.267183+0000 mon.smithi093 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:55:50.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:50 smithi093 bash[14068]: cluster 2024-01-21T06:55:49.088129+0000 mgr.smithi093.jhwfwc (mgr.14180) 265 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:50.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:50 smithi143 bash[18953]: cluster 2024-01-21T06:55:49.088129+0000 mgr.smithi093.jhwfwc (mgr.14180) 265 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:51.243 INFO:teuthology.orchestra.run.smithi093.stdout:Scheduled rgw.foo update... 2024-01-21T06:55:51.244 INFO:teuthology.orchestra.run.smithi093.stdout:Scheduled ingress.rgw.foo update... 2024-01-21T06:55:51.948 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T06:55:51.960 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-01-21T06:55:51.960 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:55:52.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:52 smithi143 bash[18953]: cluster 2024-01-21T06:55:51.088560+0000 mgr.smithi093.jhwfwc (mgr.14180) 266 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:52.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:52 smithi143 bash[18953]: audit 2024-01-21T06:55:51.227383+0000 mgr.smithi093.jhwfwc (mgr.14180) 267 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:52.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:52 smithi143 bash[18953]: cephadm 2024-01-21T06:55:51.232577+0000 mgr.smithi093.jhwfwc (mgr.14180) 268 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-21T06:55:52.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:52 smithi143 bash[18953]: audit 2024-01-21T06:55:51.236924+0000 mon.smithi093 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:55:52.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:52 smithi143 bash[18953]: cephadm 2024-01-21T06:55:51.237569+0000 mgr.smithi093.jhwfwc (mgr.14180) 269 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-21T06:55:52.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:52 smithi143 bash[18953]: audit 2024-01-21T06:55:51.241303+0000 mon.smithi093 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:55:52.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:52 smithi093 bash[14068]: cluster 2024-01-21T06:55:51.088560+0000 mgr.smithi093.jhwfwc (mgr.14180) 266 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:52.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:52 smithi093 bash[14068]: audit 2024-01-21T06:55:51.227383+0000 mgr.smithi093.jhwfwc (mgr.14180) 267 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:55:52.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:52 smithi093 bash[14068]: cephadm 2024-01-21T06:55:51.232577+0000 mgr.smithi093.jhwfwc (mgr.14180) 268 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-21T06:55:52.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:52 smithi093 bash[14068]: audit 2024-01-21T06:55:51.236924+0000 mon.smithi093 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:55:52.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:52 smithi093 bash[14068]: cephadm 2024-01-21T06:55:51.237569+0000 mgr.smithi093.jhwfwc (mgr.14180) 269 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-21T06:55:52.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:52 smithi093 bash[14068]: audit 2024-01-21T06:55:51.241303+0000 mon.smithi093 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:55:53.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:53 smithi093 bash[14068]: audit 2024-01-21T06:55:52.742937+0000 mon.smithi093 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:55:53.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:53 smithi093 bash[14068]: cluster 2024-01-21T06:55:53.089078+0000 mgr.smithi093.jhwfwc (mgr.14180) 270 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:54.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:53 smithi143 bash[18953]: audit 2024-01-21T06:55:52.742937+0000 mon.smithi093 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:55:54.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:53 smithi143 bash[18953]: cluster 2024-01-21T06:55:53.089078+0000 mgr.smithi093.jhwfwc (mgr.14180) 270 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:55.321 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:55:55.321 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:55:54.395494Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:55:52.728940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:55:54.395992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.241566Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:55:52.729312Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:55:52.729619Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:55:52.729863Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:55:52.730099Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:55:54.396482Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:55:51.232703Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T06:55:55.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:55 smithi093 bash[14068]: audit 2024-01-21T06:55:54.407302+0000 mon.smithi093 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:55:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:55 smithi143 bash[18953]: audit 2024-01-21T06:55:54.407302+0000 mon.smithi093 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:55:56.124 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T06:55:56.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:56 smithi093 bash[14068]: cluster 2024-01-21T06:55:55.089592+0000 mgr.smithi093.jhwfwc (mgr.14180) 271 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:56.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:56 smithi093 bash[14068]: audit 2024-01-21T06:55:55.308965+0000 mgr.smithi093.jhwfwc (mgr.14180) 272 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:55:56.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:56 smithi143 bash[18953]: cluster 2024-01-21T06:55:55.089592+0000 mgr.smithi093.jhwfwc (mgr.14180) 271 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:56.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:56 smithi143 bash[18953]: audit 2024-01-21T06:55:55.308965+0000 mgr.smithi093.jhwfwc (mgr.14180) 272 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:55:57.125 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:55:58.543 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:55:58 smithi093 bash[14068]: cluster 2024-01-21T06:55:57.090191+0000 mgr.smithi093.jhwfwc (mgr.14180) 273 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:55:58.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:55:58 smithi143 bash[18953]: cluster 2024-01-21T06:55:57.090191+0000 mgr.smithi093.jhwfwc (mgr.14180) 273 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:00.809 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:00 smithi093 bash[14068]: cluster 2024-01-21T06:55:59.090584+0000 mgr.smithi093.jhwfwc (mgr.14180) 274 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:00.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:00 smithi143 bash[18953]: cluster 2024-01-21T06:55:59.090584+0000 mgr.smithi093.jhwfwc (mgr.14180) 274 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:00.958 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:56:00.958 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:55:54.395494Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:55:52.728940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:55:54.395992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.241566Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:55:52.729312Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:55:52.729619Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:55:52.729863Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:55:52.730099Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:55:54.396482Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:55:51.232703Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T06:56:02.211 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T06:56:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:02 smithi093 bash[14068]: audit 2024-01-21T06:56:00.951463+0000 mgr.smithi093.jhwfwc (mgr.14180) 275 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:02 smithi093 bash[14068]: cluster 2024-01-21T06:56:01.091199+0000 mgr.smithi093.jhwfwc (mgr.14180) 276 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:02.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:02 smithi143 bash[18953]: audit 2024-01-21T06:56:00.951463+0000 mgr.smithi093.jhwfwc (mgr.14180) 275 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:02.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:02 smithi143 bash[18953]: cluster 2024-01-21T06:56:01.091199+0000 mgr.smithi093.jhwfwc (mgr.14180) 276 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:03.211 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:56:03.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:03 smithi093 bash[14068]: audit 2024-01-21T06:56:02.543673+0000 mon.smithi093 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:03.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:03 smithi093 bash[14068]: cluster 2024-01-21T06:56:03.091719+0000 mgr.smithi093.jhwfwc (mgr.14180) 277 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:03.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:03 smithi143 bash[18953]: audit 2024-01-21T06:56:02.543673+0000 mon.smithi093 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:03.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:03 smithi143 bash[18953]: cluster 2024-01-21T06:56:03.091719+0000 mgr.smithi093.jhwfwc (mgr.14180) 277 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:06.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:05 smithi143 bash[18953]: cluster 2024-01-21T06:56:05.092310+0000 mgr.smithi093.jhwfwc (mgr.14180) 278 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:06.358 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:05 smithi093 bash[14068]: cluster 2024-01-21T06:56:05.092310+0000 mgr.smithi093.jhwfwc (mgr.14180) 278 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:06.785 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:56:06.785 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:55:54.395494Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:55:52.728940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:55:54.395992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.241566Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:55:52.729312Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:55:52.729619Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:55:52.729863Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:55:52.730099Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:55:54.396482Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T06:56:07.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:07 smithi093 bash[14068]: audit 2024-01-21T06:56:06.345780+0000 mon.smithi093 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:07.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:07 smithi093 bash[14068]: audit 2024-01-21T06:56:06.642488+0000 mon.smithi093 (mon.0) 633 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:07.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:07 smithi093 bash[14068]: audit 2024-01-21T06:56:06.643842+0000 mon.smithi093 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:56:07.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:07 smithi093 bash[14068]: audit 2024-01-21T06:56:06.651278+0000 mon.smithi093 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:07.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:07 smithi093 bash[14068]: audit 2024-01-21T06:56:06.657991+0000 mon.smithi093 (mon.0) 636 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:56:07.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:07 smithi093 bash[14068]: audit 2024-01-21T06:56:06.672344+0000 mon.smithi093 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:07.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:07 smithi093 bash[14068]: audit 2024-01-21T06:56:06.673135+0000 mon.smithi093 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.rjujut", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T06:56:07.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:07 smithi093 bash[14068]: audit 2024-01-21T06:56:06.676930+0000 mon.smithi093 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.rjujut", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T06:56:07.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:07 smithi093 bash[14068]: audit 2024-01-21T06:56:06.683796+0000 mon.smithi093 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:07.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:07 smithi093 bash[14068]: audit 2024-01-21T06:56:06.684772+0000 mon.smithi093 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:07.575 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T06:56:07.699 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:07 smithi143 bash[18953]: audit 2024-01-21T06:56:06.345780+0000 mon.smithi093 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:07.699 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:07 smithi143 bash[18953]: audit 2024-01-21T06:56:06.642488+0000 mon.smithi093 (mon.0) 633 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:07.699 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:07 smithi143 bash[18953]: audit 2024-01-21T06:56:06.643842+0000 mon.smithi093 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:56:07.699 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:07 smithi143 bash[18953]: audit 2024-01-21T06:56:06.651278+0000 mon.smithi093 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:07.699 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:07 smithi143 bash[18953]: audit 2024-01-21T06:56:06.657991+0000 mon.smithi093 (mon.0) 636 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:56:07.700 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:07 smithi143 bash[18953]: audit 2024-01-21T06:56:06.672344+0000 mon.smithi093 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:07.700 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:07 smithi143 bash[18953]: audit 2024-01-21T06:56:06.673135+0000 mon.smithi093 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.rjujut", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T06:56:07.700 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:07 smithi143 bash[18953]: audit 2024-01-21T06:56:06.676930+0000 mon.smithi093 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.rjujut", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T06:56:07.700 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:07 smithi143 bash[18953]: audit 2024-01-21T06:56:06.683796+0000 mon.smithi093 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:07.700 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:07 smithi143 bash[18953]: audit 2024-01-21T06:56:06.684772+0000 mon.smithi093 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:08.576 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:56:08.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:08 smithi093 bash[14068]: cephadm 2024-01-21T06:56:06.666777+0000 mgr.smithi093.jhwfwc (mgr.14180) 279 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-21T06:56:08.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:08 smithi093 bash[14068]: cephadm 2024-01-21T06:56:06.685628+0000 mgr.smithi093.jhwfwc (mgr.14180) 280 : cephadm [INF] Deploying daemon rgw.foo.smithi143.rjujut on smithi143 2024-01-21T06:56:08.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:08 smithi093 bash[14068]: audit 2024-01-21T06:56:06.772782+0000 mgr.smithi093.jhwfwc (mgr.14180) 281 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:08.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:08 smithi093 bash[14068]: cluster 2024-01-21T06:56:07.092928+0000 mgr.smithi093.jhwfwc (mgr.14180) 282 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:08.714 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:08 smithi143 bash[18953]: cephadm 2024-01-21T06:56:06.666777+0000 mgr.smithi093.jhwfwc (mgr.14180) 279 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-21T06:56:08.714 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:08 smithi143 bash[18953]: cephadm 2024-01-21T06:56:06.685628+0000 mgr.smithi093.jhwfwc (mgr.14180) 280 : cephadm [INF] Deploying daemon rgw.foo.smithi143.rjujut on smithi143 2024-01-21T06:56:08.714 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:08 smithi143 bash[18953]: audit 2024-01-21T06:56:06.772782+0000 mgr.smithi093.jhwfwc (mgr.14180) 281 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:08.714 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:08 smithi143 bash[18953]: cluster 2024-01-21T06:56:07.092928+0000 mgr.smithi093.jhwfwc (mgr.14180) 282 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:10.577 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:10 smithi093 bash[14068]: audit 2024-01-21T06:56:08.993494+0000 mon.smithi093 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:10.577 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:10 smithi093 bash[14068]: audit 2024-01-21T06:56:08.994866+0000 mon.smithi093 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi093.kistxr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T06:56:10.577 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:10 smithi093 bash[14068]: audit 2024-01-21T06:56:08.998677+0000 mon.smithi093 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi093.kistxr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T06:56:10.577 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:10 smithi093 bash[14068]: audit 2024-01-21T06:56:09.003330+0000 mon.smithi093 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:10.577 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:10 smithi093 bash[14068]: audit 2024-01-21T06:56:09.004467+0000 mon.smithi093 (mon.0) 646 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:10.577 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:10 smithi093 bash[14068]: cephadm 2024-01-21T06:56:09.005484+0000 mgr.smithi093.jhwfwc (mgr.14180) 283 : cephadm [INF] Deploying daemon rgw.foo.smithi093.kistxr on smithi093 2024-01-21T06:56:10.577 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:10 smithi093 bash[14068]: cluster 2024-01-21T06:56:09.093266+0000 mgr.smithi093.jhwfwc (mgr.14180) 284 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:10.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:10 smithi143 bash[18953]: audit 2024-01-21T06:56:08.993494+0000 mon.smithi093 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:10.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:10 smithi143 bash[18953]: audit 2024-01-21T06:56:08.994866+0000 mon.smithi093 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi093.kistxr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T06:56:10.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:10 smithi143 bash[18953]: audit 2024-01-21T06:56:08.998677+0000 mon.smithi093 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi093.kistxr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T06:56:10.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:10 smithi143 bash[18953]: audit 2024-01-21T06:56:09.003330+0000 mon.smithi093 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:10.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:10 smithi143 bash[18953]: audit 2024-01-21T06:56:09.004467+0000 mon.smithi093 (mon.0) 646 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:10.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:10 smithi143 bash[18953]: cephadm 2024-01-21T06:56:09.005484+0000 mgr.smithi093.jhwfwc (mgr.14180) 283 : cephadm [INF] Deploying daemon rgw.foo.smithi093.kistxr on smithi093 2024-01-21T06:56:10.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:10 smithi143 bash[18953]: cluster 2024-01-21T06:56:09.093266+0000 mgr.smithi093.jhwfwc (mgr.14180) 284 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:12.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:11 smithi093 bash[14068]: cluster 2024-01-21T06:56:10.946804+0000 mon.smithi093 (mon.0) 647 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T06:56:12.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:11 smithi093 bash[14068]: audit 2024-01-21T06:56:10.953222+0000 mon.smithi093 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T06:56:12.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:11 smithi093 bash[14068]: audit 2024-01-21T06:56:10.954502+0000 mon.smithi143 (mon.1) 20 : audit [INF] from='client.? 172.21.15.143:0/338577554' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T06:56:12.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:11 smithi093 bash[14068]: cluster 2024-01-21T06:56:11.093620+0000 mgr.smithi093.jhwfwc (mgr.14180) 285 : cluster [DBG] pgmap v254: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:12.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:11 smithi143 bash[18953]: cluster 2024-01-21T06:56:10.946804+0000 mon.smithi093 (mon.0) 647 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T06:56:12.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:11 smithi143 bash[18953]: audit 2024-01-21T06:56:10.953222+0000 mon.smithi093 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T06:56:12.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:11 smithi143 bash[18953]: audit 2024-01-21T06:56:10.954502+0000 mon.smithi143 (mon.1) 20 : audit [INF] from='client.? 172.21.15.143:0/338577554' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T06:56:12.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:11 smithi143 bash[18953]: cluster 2024-01-21T06:56:11.093620+0000 mgr.smithi093.jhwfwc (mgr.14180) 285 : cluster [DBG] pgmap v254: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:13.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:12 smithi143 bash[18953]: audit 2024-01-21T06:56:11.955197+0000 mon.smithi093 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T06:56:13.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: cluster 2024-01-21T06:56:11.955327+0000 mon.smithi093 (mon.0) 650 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T06:56:13.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: audit 2024-01-21T06:56:12.628022+0000 mon.smithi093 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:13.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: audit 2024-01-21T06:56:12.630024+0000 mon.smithi093 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.ciaoyo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T06:56:13.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: audit 2024-01-21T06:56:12.634421+0000 mon.smithi093 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.ciaoyo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T06:56:13.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: audit 2024-01-21T06:56:12.639816+0000 mon.smithi093 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:13.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: audit 2024-01-21T06:56:12.641211+0000 mon.smithi093 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:13.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:12 smithi093 bash[14068]: audit 2024-01-21T06:56:11.955197+0000 mon.smithi093 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T06:56:13.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:12 smithi093 bash[14068]: cluster 2024-01-21T06:56:11.955327+0000 mon.smithi093 (mon.0) 650 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T06:56:13.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:12 smithi093 bash[14068]: audit 2024-01-21T06:56:12.628022+0000 mon.smithi093 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:13.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:12 smithi093 bash[14068]: audit 2024-01-21T06:56:12.630024+0000 mon.smithi093 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.ciaoyo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T06:56:13.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:12 smithi093 bash[14068]: audit 2024-01-21T06:56:12.634421+0000 mon.smithi093 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi143.ciaoyo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T06:56:13.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:12 smithi093 bash[14068]: audit 2024-01-21T06:56:12.639816+0000 mon.smithi093 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:13.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:12 smithi093 bash[14068]: audit 2024-01-21T06:56:12.641211+0000 mon.smithi093 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:13.892 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:56:13.892 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:55:54.395494Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:55:52.728940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:55:54.395992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.241566Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:55:52.729312Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:55:52.729619Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:55:52.729863Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:55:52.730099Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:55:54.396482Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T06:56:14.088 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:13 smithi093 bash[14068]: cephadm 2024-01-21T06:56:12.642203+0000 mgr.smithi093.jhwfwc (mgr.14180) 286 : cephadm [INF] Deploying daemon rgw.foo.smithi143.ciaoyo on smithi143 2024-01-21T06:56:14.088 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:13 smithi093 bash[14068]: cluster 2024-01-21T06:56:12.958545+0000 mon.smithi093 (mon.0) 656 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T06:56:14.088 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:13 smithi093 bash[14068]: audit 2024-01-21T06:56:12.965636+0000 mon.smithi143 (mon.1) 21 : audit [INF] from='client.? 172.21.15.143:0/338577554' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T06:56:14.088 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:13 smithi093 bash[14068]: audit 2024-01-21T06:56:12.968716+0000 mon.smithi093 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T06:56:14.088 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:13 smithi093 bash[14068]: cluster 2024-01-21T06:56:13.094235+0000 mgr.smithi093.jhwfwc (mgr.14180) 287 : cluster [DBG] pgmap v257: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:14.089 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:13 smithi093 bash[14068]: audit 2024-01-21T06:56:13.959927+0000 mon.smithi093 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T06:56:14.089 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:13 smithi093 bash[14068]: cluster 2024-01-21T06:56:13.960043+0000 mon.smithi093 (mon.0) 659 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T06:56:14.218 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: cephadm 2024-01-21T06:56:12.642203+0000 mgr.smithi093.jhwfwc (mgr.14180) 286 : cephadm [INF] Deploying daemon rgw.foo.smithi143.ciaoyo on smithi143 2024-01-21T06:56:14.218 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: cluster 2024-01-21T06:56:12.958545+0000 mon.smithi093 (mon.0) 656 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T06:56:14.218 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: audit 2024-01-21T06:56:12.965636+0000 mon.smithi143 (mon.1) 21 : audit [INF] from='client.? 172.21.15.143:0/338577554' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T06:56:14.218 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: audit 2024-01-21T06:56:12.968716+0000 mon.smithi093 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T06:56:14.218 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: cluster 2024-01-21T06:56:13.094235+0000 mgr.smithi093.jhwfwc (mgr.14180) 287 : cluster [DBG] pgmap v257: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:14.218 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: audit 2024-01-21T06:56:13.959927+0000 mon.smithi093 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T06:56:14.218 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:13 smithi143 bash[18953]: cluster 2024-01-21T06:56:13.960043+0000 mon.smithi093 (mon.0) 659 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T06:56:14.638 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T06:56:15.214 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:14 smithi143 bash[18953]: audit 2024-01-21T06:56:13.881502+0000 mgr.smithi093.jhwfwc (mgr.14180) 288 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:15.214 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:14 smithi143 bash[18953]: cluster 2024-01-21T06:56:14.971812+0000 mon.smithi093 (mon.0) 660 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T06:56:15.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:14 smithi093 bash[14068]: audit 2024-01-21T06:56:13.881502+0000 mgr.smithi093.jhwfwc (mgr.14180) 288 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:15.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:14 smithi093 bash[14068]: cluster 2024-01-21T06:56:14.971812+0000 mon.smithi093 (mon.0) 660 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T06:56:15.639 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:56:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:15 smithi093 bash[14068]: audit 2024-01-21T06:56:14.974856+0000 mon.smithi093 (mon.0) 661 : audit [INF] from='client.? 172.21.15.93:0/1909504328' entity='client.rgw.foo.smithi093.kistxr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T06:56:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:15 smithi093 bash[14068]: audit 2024-01-21T06:56:14.980533+0000 mon.smithi143 (mon.1) 22 : audit [INF] from='client.? 172.21.15.143:0/338577554' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T06:56:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:15 smithi093 bash[14068]: audit 2024-01-21T06:56:14.984041+0000 mon.smithi093 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T06:56:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:15 smithi093 bash[14068]: cluster 2024-01-21T06:56:15.094915+0000 mgr.smithi093.jhwfwc (mgr.14180) 289 : cluster [DBG] pgmap v260: 97 pgs: 19 creating+peering, 22 active+clean, 56 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:16 smithi093 bash[14068]: audit 2024-01-21T06:56:15.249120+0000 mon.smithi093 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:16.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:16 smithi093 bash[14068]: audit 2024-01-21T06:56:15.251298+0000 mon.smithi093 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi093.giufsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T06:56:16.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:16 smithi093 bash[14068]: audit 2024-01-21T06:56:15.255391+0000 mon.smithi093 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi093.giufsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T06:56:16.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:16 smithi093 bash[14068]: audit 2024-01-21T06:56:15.261442+0000 mon.smithi093 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:16.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:16 smithi093 bash[14068]: audit 2024-01-21T06:56:15.262865+0000 mon.smithi093 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:16.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:16 smithi093 bash[14068]: cephadm 2024-01-21T06:56:15.264042+0000 mgr.smithi093.jhwfwc (mgr.14180) 290 : cephadm [INF] Deploying daemon rgw.foo.smithi093.giufsb on smithi093 2024-01-21T06:56:16.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:15 smithi143 bash[18953]: audit 2024-01-21T06:56:14.974856+0000 mon.smithi093 (mon.0) 661 : audit [INF] from='client.? 172.21.15.93:0/1909504328' entity='client.rgw.foo.smithi093.kistxr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T06:56:16.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:15 smithi143 bash[18953]: audit 2024-01-21T06:56:14.980533+0000 mon.smithi143 (mon.1) 22 : audit [INF] from='client.? 172.21.15.143:0/338577554' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T06:56:16.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:15 smithi143 bash[18953]: audit 2024-01-21T06:56:14.984041+0000 mon.smithi093 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T06:56:16.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:15 smithi143 bash[18953]: cluster 2024-01-21T06:56:15.094915+0000 mgr.smithi093.jhwfwc (mgr.14180) 289 : cluster [DBG] pgmap v260: 97 pgs: 19 creating+peering, 22 active+clean, 56 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:16.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:15 smithi143 bash[18953]: audit 2024-01-21T06:56:15.249120+0000 mon.smithi093 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:16.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:15 smithi143 bash[18953]: audit 2024-01-21T06:56:15.251298+0000 mon.smithi093 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi093.giufsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T06:56:16.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:15 smithi143 bash[18953]: audit 2024-01-21T06:56:15.255391+0000 mon.smithi093 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi093.giufsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T06:56:16.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:15 smithi143 bash[18953]: audit 2024-01-21T06:56:15.261442+0000 mon.smithi093 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:16.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:15 smithi143 bash[18953]: audit 2024-01-21T06:56:15.262865+0000 mon.smithi093 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:16.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:15 smithi143 bash[18953]: cephadm 2024-01-21T06:56:15.264042+0000 mgr.smithi093.jhwfwc (mgr.14180) 290 : cephadm [INF] Deploying daemon rgw.foo.smithi093.giufsb on smithi093 2024-01-21T06:56:17.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:17 smithi093 bash[14068]: audit 2024-01-21T06:56:15.978539+0000 mon.smithi093 (mon.0) 668 : audit [INF] from='client.? 172.21.15.93:0/1909504328' entity='client.rgw.foo.smithi093.kistxr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T06:56:17.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:17 smithi093 bash[14068]: audit 2024-01-21T06:56:15.979098+0000 mon.smithi093 (mon.0) 669 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T06:56:17.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:17 smithi093 bash[14068]: cluster 2024-01-21T06:56:15.979400+0000 mon.smithi093 (mon.0) 670 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T06:56:17.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:17 smithi143 bash[18953]: audit 2024-01-21T06:56:15.978539+0000 mon.smithi093 (mon.0) 668 : audit [INF] from='client.? 172.21.15.93:0/1909504328' entity='client.rgw.foo.smithi093.kistxr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T06:56:17.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:17 smithi143 bash[18953]: audit 2024-01-21T06:56:15.979098+0000 mon.smithi093 (mon.0) 669 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T06:56:17.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:17 smithi143 bash[18953]: cluster 2024-01-21T06:56:15.979400+0000 mon.smithi093 (mon.0) 670 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T06:56:18.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:18 smithi143 bash[18953]: cluster 2024-01-21T06:56:17.095710+0000 mgr.smithi093.jhwfwc (mgr.14180) 291 : cluster [DBG] pgmap v262: 97 pgs: 19 creating+peering, 65 active+clean, 13 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 978 B/s wr, 6 op/s 2024-01-21T06:56:18.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:18 smithi143 bash[18953]: cluster 2024-01-21T06:56:17.417377+0000 mon.smithi093 (mon.0) 671 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T06:56:18.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:18 smithi143 bash[18953]: audit 2024-01-21T06:56:17.419155+0000 mon.smithi093 (mon.0) 672 : audit [INF] from='client.? 172.21.15.93:0/3998406145' entity='client.rgw.foo.smithi093.kistxr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T06:56:18.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:18 smithi143 bash[18953]: audit 2024-01-21T06:56:17.420237+0000 mon.smithi093 (mon.0) 673 : audit [INF] from='client.? 172.21.15.143:0/3143086967' entity='client.rgw.foo.smithi143.ciaoyo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T06:56:18.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:18 smithi143 bash[18953]: audit 2024-01-21T06:56:17.422011+0000 mon.smithi143 (mon.1) 23 : audit [INF] from='client.? 172.21.15.143:0/4050853488' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T06:56:18.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:18 smithi143 bash[18953]: audit 2024-01-21T06:56:17.423623+0000 mon.smithi093 (mon.0) 674 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T06:56:18.819 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:18 smithi093 bash[14068]: cluster 2024-01-21T06:56:17.095710+0000 mgr.smithi093.jhwfwc (mgr.14180) 291 : cluster [DBG] pgmap v262: 97 pgs: 19 creating+peering, 65 active+clean, 13 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 978 B/s wr, 6 op/s 2024-01-21T06:56:18.819 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:18 smithi093 bash[14068]: cluster 2024-01-21T06:56:17.417377+0000 mon.smithi093 (mon.0) 671 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T06:56:18.819 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:18 smithi093 bash[14068]: audit 2024-01-21T06:56:17.419155+0000 mon.smithi093 (mon.0) 672 : audit [INF] from='client.? 172.21.15.93:0/3998406145' entity='client.rgw.foo.smithi093.kistxr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T06:56:18.819 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:18 smithi093 bash[14068]: audit 2024-01-21T06:56:17.420237+0000 mon.smithi093 (mon.0) 673 : audit [INF] from='client.? 172.21.15.143:0/3143086967' entity='client.rgw.foo.smithi143.ciaoyo' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T06:56:18.819 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:18 smithi093 bash[14068]: audit 2024-01-21T06:56:17.422011+0000 mon.smithi143 (mon.1) 23 : audit [INF] from='client.? 172.21.15.143:0/4050853488' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T06:56:18.819 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:18 smithi093 bash[14068]: audit 2024-01-21T06:56:17.423623+0000 mon.smithi093 (mon.0) 674 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T06:56:19.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:18.419170+0000 mon.smithi093 (mon.0) 675 : audit [INF] from='client.? 172.21.15.93:0/3998406145' entity='client.rgw.foo.smithi093.kistxr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T06:56:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:18.419294+0000 mon.smithi093 (mon.0) 676 : audit [INF] from='client.? 172.21.15.143:0/3143086967' entity='client.rgw.foo.smithi143.ciaoyo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T06:56:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:18.419360+0000 mon.smithi093 (mon.0) 677 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T06:56:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: cluster 2024-01-21T06:56:18.419616+0000 mon.smithi093 (mon.0) 678 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T06:56:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:18.427125+0000 mon.smithi093 (mon.0) 679 : audit [INF] from='client.? 172.21.15.143:0/3143086967' entity='client.rgw.foo.smithi143.ciaoyo' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T06:56:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:18.427701+0000 mon.smithi093 (mon.0) 680 : audit [INF] from='client.? 172.21.15.93:0/3998406145' entity='client.rgw.foo.smithi093.kistxr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T06:56:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:18.437808+0000 mon.smithi093 (mon.0) 681 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T06:56:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:18.439065+0000 mon.smithi143 (mon.1) 24 : audit [INF] from='client.? 172.21.15.143:0/4050853488' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T06:56:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:19.096203+0000 mon.smithi093 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:19.103818+0000 mon.smithi093 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:19.424603+0000 mon.smithi093 (mon.0) 684 : audit [INF] from='client.? 172.21.15.143:0/3143086967' entity='client.rgw.foo.smithi143.ciaoyo' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T06:56:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:19.424781+0000 mon.smithi093 (mon.0) 685 : audit [INF] from='client.? 172.21.15.93:0/3998406145' entity='client.rgw.foo.smithi093.kistxr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T06:56:19.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: audit 2024-01-21T06:56:19.424883+0000 mon.smithi093 (mon.0) 686 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T06:56:19.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:19 smithi143 bash[18953]: cluster 2024-01-21T06:56:19.424940+0000 mon.smithi093 (mon.0) 687 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-21T06:56:19.928 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:18.419170+0000 mon.smithi093 (mon.0) 675 : audit [INF] from='client.? 172.21.15.93:0/3998406145' entity='client.rgw.foo.smithi093.kistxr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:18.419294+0000 mon.smithi093 (mon.0) 676 : audit [INF] from='client.? 172.21.15.143:0/3143086967' entity='client.rgw.foo.smithi143.ciaoyo' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:18.419360+0000 mon.smithi093 (mon.0) 677 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: cluster 2024-01-21T06:56:18.419616+0000 mon.smithi093 (mon.0) 678 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:18.427125+0000 mon.smithi093 (mon.0) 679 : audit [INF] from='client.? 172.21.15.143:0/3143086967' entity='client.rgw.foo.smithi143.ciaoyo' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:18.427701+0000 mon.smithi093 (mon.0) 680 : audit [INF] from='client.? 172.21.15.93:0/3998406145' entity='client.rgw.foo.smithi093.kistxr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:18.437808+0000 mon.smithi093 (mon.0) 681 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:18.439065+0000 mon.smithi143 (mon.1) 24 : audit [INF] from='client.? 172.21.15.143:0/4050853488' entity='client.rgw.foo.smithi143.rjujut' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:19.096203+0000 mon.smithi093 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:19.103818+0000 mon.smithi093 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:19.424603+0000 mon.smithi093 (mon.0) 684 : audit [INF] from='client.? 172.21.15.143:0/3143086967' entity='client.rgw.foo.smithi143.ciaoyo' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:19.424781+0000 mon.smithi093 (mon.0) 685 : audit [INF] from='client.? 172.21.15.93:0/3998406145' entity='client.rgw.foo.smithi093.kistxr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: audit 2024-01-21T06:56:19.424883+0000 mon.smithi093 (mon.0) 686 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi143.rjujut' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T06:56:19.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:19 smithi093 bash[14068]: cluster 2024-01-21T06:56:19.424940+0000 mon.smithi093 (mon.0) 687 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-21T06:56:20.729 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:20 smithi093 bash[14068]: cluster 2024-01-21T06:56:19.096305+0000 mgr.smithi093.jhwfwc (mgr.14180) 292 : cluster [DBG] pgmap v265: 129 pgs: 8 creating+peering, 95 active+clean, 26 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 992 B/s wr, 7 op/s 2024-01-21T06:56:20.729 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:20 smithi093 bash[14068]: cephadm 2024-01-21T06:56:19.118412+0000 mgr.smithi093.jhwfwc (mgr.14180) 293 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.zrswdm on smithi143 2024-01-21T06:56:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:20 smithi143 bash[18953]: cluster 2024-01-21T06:56:19.096305+0000 mgr.smithi093.jhwfwc (mgr.14180) 292 : cluster [DBG] pgmap v265: 129 pgs: 8 creating+peering, 95 active+clean, 26 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 992 B/s wr, 7 op/s 2024-01-21T06:56:20.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:20 smithi143 bash[18953]: cephadm 2024-01-21T06:56:19.118412+0000 mgr.smithi093.jhwfwc (mgr.14180) 293 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.zrswdm on smithi143 2024-01-21T06:56:20.855 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:56:20.855 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:55:54.395494Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:55:52.728940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:55:54.395992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.241566Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:55:52.729312Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:55:52.729619Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:55:52.729863Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:55:52.730099Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:55:54.396482Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T06:56:21.688 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T06:56:22.688 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:56:22.701 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:22 smithi093 bash[14068]: audit 2024-01-21T06:56:20.844366+0000 mgr.smithi093.jhwfwc (mgr.14180) 294 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:22.701 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:22 smithi093 bash[14068]: cluster 2024-01-21T06:56:21.097011+0000 mgr.smithi093.jhwfwc (mgr.14180) 295 : cluster [DBG] pgmap v267: 129 pgs: 115 active+clean, 14 unknown; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 67 KiB/s rd, 2.5 KiB/s wr, 123 op/s 2024-01-21T06:56:22.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:22 smithi143 bash[18953]: audit 2024-01-21T06:56:20.844366+0000 mgr.smithi093.jhwfwc (mgr.14180) 294 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:22.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:22 smithi143 bash[18953]: cluster 2024-01-21T06:56:21.097011+0000 mgr.smithi093.jhwfwc (mgr.14180) 295 : cluster [DBG] pgmap v267: 129 pgs: 115 active+clean, 14 unknown; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 67 KiB/s rd, 2.5 KiB/s wr, 123 op/s 2024-01-21T06:56:23.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:23 smithi143 bash[18953]: audit 2024-01-21T06:56:22.884428+0000 mon.smithi093 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.zrswdm"}]: dispatch 2024-01-21T06:56:23.841 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:23 smithi093 bash[14068]: audit 2024-01-21T06:56:22.884428+0000 mon.smithi093 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.zrswdm"}]: dispatch 2024-01-21T06:56:24.744 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: cephadm 2024-01-21T06:56:22.883266+0000 mgr.smithi093.jhwfwc (mgr.14180) 296 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.744 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:24.744 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.744 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.zrswdm ... 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T06:56:24.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.zrswdm ... 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: cephadm 2024-01-21T06:56:22.883781+0000 mgr.smithi093.jhwfwc (mgr.14180) 297 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: cephadm 2024-01-21T06:56:22.885956+0000 mgr.smithi093.jhwfwc (mgr.14180) 298 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.zrswdm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.zrswdm ... 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: cephadm 2024-01-21T06:56:22.889098+0000 mgr.smithi093.jhwfwc (mgr.14180) 299 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.fsjxyz on smithi093 2024-01-21T06:56:24.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: cluster 2024-01-21T06:56:23.097735+0000 mgr.smithi093.jhwfwc (mgr.14180) 300 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 3.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 142 KiB/s rd, 3.3 KiB/s wr, 252 op/s 2024-01-21T06:56:24.748 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:24 smithi093 bash[14068]: audit 2024-01-21T06:56:23.993351+0000 mon.smithi093 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: cephadm 2024-01-21T06:56:22.883266+0000 mgr.smithi093.jhwfwc (mgr.14180) 296 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.zrswdm ... 2024-01-21T06:56:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T06:56:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:56:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T06:56:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:56:24.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T06:56:24.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:24.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:24.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.zrswdm ... 2024-01-21T06:56:24.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:24.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:24.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:24.816 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.816 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: cephadm 2024-01-21T06:56:22.883781+0000 mgr.smithi093.jhwfwc (mgr.14180) 297 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.816 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: cephadm 2024-01-21T06:56:22.885956+0000 mgr.smithi093.jhwfwc (mgr.14180) 298 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.zrswdm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.816 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:24.816 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm 2024-01-21T06:56:24.817 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.817 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:24.817 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm 2024-01-21T06:56:24.817 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.zrswdm ... 2024-01-21T06:56:24.817 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.817 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:24.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:24.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:24.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:24.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: cephadm 2024-01-21T06:56:22.889098+0000 mgr.smithi093.jhwfwc (mgr.14180) 299 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.fsjxyz on smithi093 2024-01-21T06:56:24.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: cluster 2024-01-21T06:56:23.097735+0000 mgr.smithi093.jhwfwc (mgr.14180) 300 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 3.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 142 KiB/s rd, 3.3 KiB/s wr, 252 op/s 2024-01-21T06:56:24.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:24 smithi143 bash[18953]: audit 2024-01-21T06:56:23.993351+0000 mon.smithi093 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:25.990 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:56:25.990 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:55:54.395494Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:55:52.728940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:55:54.395992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.241566Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T06:56:22.885766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zrswdm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm\nDeploy daemon haproxy.rgw.foo.smithi143.zrswdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:55:52.729312Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:55:52.729619Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:55:52.729863Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:55:52.730099Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:55:54.396482Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T06:56:26.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:25 smithi143 bash[18953]: cluster 2024-01-21T06:56:25.098770+0000 mgr.smithi093.jhwfwc (mgr.14180) 301 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 232 KiB/s rd, 4.4 KiB/s wr, 407 op/s 2024-01-21T06:56:26.338 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:25 smithi093 bash[14068]: cluster 2024-01-21T06:56:25.098770+0000 mgr.smithi093.jhwfwc (mgr.14180) 301 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 232 KiB/s rd, 4.4 KiB/s wr, 407 op/s 2024-01-21T06:56:26.825 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T06:56:27.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:26 smithi093 bash[14068]: audit 2024-01-21T06:56:25.979101+0000 mgr.smithi093.jhwfwc (mgr.14180) 302 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:27.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:26 smithi093 bash[14068]: audit 2024-01-21T06:56:26.875973+0000 mon.smithi093 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.fsjxyz"}]: dispatch 2024-01-21T06:56:27.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:26 smithi093 bash[14068]: audit 2024-01-21T06:56:26.882774+0000 mon.smithi093 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:27.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:26 smithi093 bash[14068]: audit 2024-01-21T06:56:26.886436+0000 mon.smithi093 (mon.0) 692 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:56:27.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:26 smithi143 bash[18953]: audit 2024-01-21T06:56:25.979101+0000 mgr.smithi093.jhwfwc (mgr.14180) 302 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:27.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:26 smithi143 bash[18953]: audit 2024-01-21T06:56:26.875973+0000 mon.smithi093 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.fsjxyz"}]: dispatch 2024-01-21T06:56:27.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:26 smithi143 bash[18953]: audit 2024-01-21T06:56:26.882774+0000 mon.smithi093 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:27.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:26 smithi143 bash[18953]: audit 2024-01-21T06:56:26.886436+0000 mon.smithi093 (mon.0) 692 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:56:27.826 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:56:28.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: cephadm 2024-01-21T06:56:26.875297+0000 mgr.smithi093.jhwfwc (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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:28.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.fsjxyz ... 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T06:56:28.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.fsjxyz ... 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: cephadm 2024-01-21T06:56:26.875579+0000 mgr.smithi093.jhwfwc (mgr.14180) 304 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: cephadm 2024-01-21T06:56:26.876841+0000 mgr.smithi093.jhwfwc (mgr.14180) 305 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.fsjxyz on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.fsjxyz ... 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: cephadm 2024-01-21T06:56:26.883209+0000 mgr.smithi093.jhwfwc (mgr.14180) 306 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.zmhoeu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: cephadm 2024-01-21T06:56:26.885243+0000 mgr.smithi093.jhwfwc (mgr.14180) 307 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.hglmlx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:56:28.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: cluster 2024-01-21T06:56:26.886535+0000 mgr.smithi093.jhwfwc (mgr.14180) 308 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 KiB/s rd, 4.0 KiB/s wr, 402 op/s 2024-01-21T06:56:28.167 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:27 smithi093 bash[14068]: cluster 2024-01-21T06:56:27.880669+0000 mon.smithi093 (mon.0) 693 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T06:56:28.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: cephadm 2024-01-21T06:56:26.875297+0000 mgr.smithi093.jhwfwc (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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.fsjxyz ... 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T06:56:28.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:56:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T06:56:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:56:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T06:56:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.fsjxyz ... 2024-01-21T06:56:28.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: cephadm 2024-01-21T06:56:26.875579+0000 mgr.smithi093.jhwfwc (mgr.14180) 304 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: cephadm 2024-01-21T06:56:26.876841+0000 mgr.smithi093.jhwfwc (mgr.14180) 305 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.fsjxyz on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.fsjxyz ... 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:28.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:28.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:28.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:28.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: cephadm 2024-01-21T06:56:26.883209+0000 mgr.smithi093.jhwfwc (mgr.14180) 306 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.zmhoeu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:56:28.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: cephadm 2024-01-21T06:56:26.885243+0000 mgr.smithi093.jhwfwc (mgr.14180) 307 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.hglmlx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:56:28.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: cluster 2024-01-21T06:56:26.886535+0000 mgr.smithi093.jhwfwc (mgr.14180) 308 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 KiB/s rd, 4.0 KiB/s wr, 402 op/s 2024-01-21T06:56:28.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:27 smithi143 bash[18953]: cluster 2024-01-21T06:56:27.880669+0000 mon.smithi093 (mon.0) 693 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T06:56:30.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:30 smithi143 bash[18953]: cluster 2024-01-21T06:56:28.887346+0000 mgr.smithi093.jhwfwc (mgr.14180) 309 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 KiB/s rd, 3.4 KiB/s wr, 346 op/s 2024-01-21T06:56:30.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:30 smithi143 bash[18953]: audit 2024-01-21T06:56:29.004326+0000 mon.smithi093 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:30 smithi093 bash[14068]: cluster 2024-01-21T06:56:28.887346+0000 mgr.smithi093.jhwfwc (mgr.14180) 309 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 KiB/s rd, 3.4 KiB/s wr, 346 op/s 2024-01-21T06:56:30.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:30 smithi093 bash[14068]: audit 2024-01-21T06:56:29.004326+0000 mon.smithi093 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:31.030 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:56:31.030 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:55:54.395494Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:55:52.728940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:55:54.395992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.241566Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T06:56:22.885766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zrswdm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm\nDeploy daemon haproxy.rgw.foo.smithi143.zrswdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:26.876703Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.fsjxyz on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz\nDeploy daemon haproxy.rgw.foo.smithi093.fsjxyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:26.883078Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zmhoeu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:26.885118Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hglmlx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:55:52.729312Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:55:52.729619Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:55:52.729863Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:55:52.730099Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:55:54.396482Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T06:56:31.803 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T06:56:32.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:32 smithi093 bash[14068]: cluster 2024-01-21T06:56:30.888882+0000 mgr.smithi093.jhwfwc (mgr.14180) 310 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 KiB/s rd, 2.9 KiB/s wr, 296 op/s 2024-01-21T06:56:32.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:32 smithi093 bash[14068]: audit 2024-01-21T06:56:31.017160+0000 mgr.smithi093.jhwfwc (mgr.14180) 311 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:32.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:32 smithi143 bash[18953]: cluster 2024-01-21T06:56:30.888882+0000 mgr.smithi093.jhwfwc (mgr.14180) 310 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 KiB/s rd, 2.9 KiB/s wr, 296 op/s 2024-01-21T06:56:32.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:32 smithi143 bash[18953]: audit 2024-01-21T06:56:31.017160+0000 mgr.smithi093.jhwfwc (mgr.14180) 311 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:32.805 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:56:33.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:33 smithi143 bash[18953]: audit 2024-01-21T06:56:32.424546+0000 mon.smithi093 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:33.885 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:33 smithi093 bash[14068]: audit 2024-01-21T06:56:32.424546+0000 mon.smithi093 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:34.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:34 smithi093 bash[14068]: cluster 2024-01-21T06:56:32.889709+0000 mgr.smithi093.jhwfwc (mgr.14180) 312 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 138 KiB/s rd, 2.0 KiB/s wr, 237 op/s 2024-01-21T06:56:34.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:34 smithi093 bash[14068]: audit 2024-01-21T06:56:34.210284+0000 mon.smithi093 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:34.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:34 smithi143 bash[18953]: cluster 2024-01-21T06:56:32.889709+0000 mgr.smithi093.jhwfwc (mgr.14180) 312 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 138 KiB/s rd, 2.0 KiB/s wr, 237 op/s 2024-01-21T06:56:34.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:34 smithi143 bash[18953]: audit 2024-01-21T06:56:34.210284+0000 mon.smithi093 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:35.737 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:35 smithi093 bash[14068]: audit 2024-01-21T06:56:34.432695+0000 mon.smithi093 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:35.737 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:35 smithi093 bash[14068]: audit 2024-01-21T06:56:34.433986+0000 mon.smithi093 (mon.0) 698 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:35.738 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:35 smithi093 bash[14068]: audit 2024-01-21T06:56:34.434830+0000 mon.smithi093 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:56:35.738 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:35 smithi093 bash[14068]: cephadm 2024-01-21T06:56:34.442828+0000 mgr.smithi093.jhwfwc (mgr.14180) 313 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T06:56:35.738 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:35 smithi093 bash[14068]: audit 2024-01-21T06:56:34.855756+0000 mon.smithi093 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:35.738 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:35 smithi093 bash[14068]: audit 2024-01-21T06:56:34.863030+0000 mon.smithi093 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:35.738 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:35 smithi093 bash[14068]: audit 2024-01-21T06:56:34.869389+0000 mon.smithi093 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:35.738 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:35 smithi093 bash[14068]: audit 2024-01-21T06:56:34.878534+0000 mon.smithi093 (mon.0) 703 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:56:35.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:35 smithi143 bash[18953]: audit 2024-01-21T06:56:34.432695+0000 mon.smithi093 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:35.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:35 smithi143 bash[18953]: audit 2024-01-21T06:56:34.433986+0000 mon.smithi093 (mon.0) 698 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:35.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:35 smithi143 bash[18953]: audit 2024-01-21T06:56:34.434830+0000 mon.smithi093 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:56:35.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:35 smithi143 bash[18953]: cephadm 2024-01-21T06:56:34.442828+0000 mgr.smithi093.jhwfwc (mgr.14180) 313 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T06:56:35.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:35 smithi143 bash[18953]: audit 2024-01-21T06:56:34.855756+0000 mon.smithi093 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:35.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:35 smithi143 bash[18953]: audit 2024-01-21T06:56:34.863030+0000 mon.smithi093 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:35.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:35 smithi143 bash[18953]: audit 2024-01-21T06:56:34.869389+0000 mon.smithi093 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:35.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:35 smithi143 bash[18953]: audit 2024-01-21T06:56:34.878534+0000 mon.smithi093 (mon.0) 703 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:56:36.141 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:56:36.142 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:34.421133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:32.410004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:34.421561Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.241566Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T06:56:22.885766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zrswdm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm\nDeploy daemon haproxy.rgw.foo.smithi143.zrswdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:26.876703Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.fsjxyz on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz\nDeploy daemon haproxy.rgw.foo.smithi093.fsjxyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:26.883078Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zmhoeu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:26.885118Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hglmlx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:32.410390Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:32.410659Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:32.410914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:32.411163Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:34.421981Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:32.412151Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:56:36.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:36 smithi093 bash[14068]: cluster 2024-01-21T06:56:34.871715+0000 mgr.smithi093.jhwfwc (mgr.14180) 314 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 KiB/s rd, 1.2 KiB/s wr, 160 op/s 2024-01-21T06:56:36.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:36 smithi093 bash[14068]: cephadm 2024-01-21T06:56:34.894868+0000 mgr.smithi093.jhwfwc (mgr.14180) 315 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.uugyuw on smithi143 2024-01-21T06:56:36.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:36 smithi093 bash[14068]: cluster 2024-01-21T06:56:35.869722+0000 mon.smithi093 (mon.0) 704 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T06:56:36.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:36 smithi093 bash[14068]: cluster 2024-01-21T06:56:35.869781+0000 mon.smithi093 (mon.0) 705 : cluster [INF] Cluster is now healthy 2024-01-21T06:56:36.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:36 smithi143 bash[18953]: cluster 2024-01-21T06:56:34.871715+0000 mgr.smithi093.jhwfwc (mgr.14180) 314 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 KiB/s rd, 1.2 KiB/s wr, 160 op/s 2024-01-21T06:56:36.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:36 smithi143 bash[18953]: cephadm 2024-01-21T06:56:34.894868+0000 mgr.smithi093.jhwfwc (mgr.14180) 315 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.uugyuw on smithi143 2024-01-21T06:56:36.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:36 smithi143 bash[18953]: cluster 2024-01-21T06:56:35.869722+0000 mon.smithi093 (mon.0) 704 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T06:56:36.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:36 smithi143 bash[18953]: cluster 2024-01-21T06:56:35.869781+0000 mon.smithi093 (mon.0) 705 : cluster [INF] Cluster is now healthy 2024-01-21T06:56:36.920 INFO:tasks.cephadm:rgw.foo has 4/4 2024-01-21T06:56:36.920 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T06:56:36.930 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-01-21T06:56:36.930 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:56:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:37 smithi093 bash[14068]: audit 2024-01-21T06:56:36.129435+0000 mgr.smithi093.jhwfwc (mgr.14180) 316 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:37.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:37 smithi143 bash[18953]: audit 2024-01-21T06:56:36.129435+0000 mgr.smithi093.jhwfwc (mgr.14180) 316 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:38.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:38 smithi143 bash[18953]: cluster 2024-01-21T06:56:36.872907+0000 mgr.smithi093.jhwfwc (mgr.14180) 317 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 86 B/s wr, 24 op/s 2024-01-21T06:56:38.656 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:38 smithi093 bash[14068]: cluster 2024-01-21T06:56:36.872907+0000 mgr.smithi093.jhwfwc (mgr.14180) 317 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 86 B/s wr, 24 op/s 2024-01-21T06:56:39.719 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:39 smithi093 bash[14068]: audit 2024-01-21T06:56:38.655287+0000 mon.smithi093 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.uugyuw"}]: dispatch 2024-01-21T06:56:39.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:39 smithi143 bash[18953]: audit 2024-01-21T06:56:38.655287+0000 mon.smithi093 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.uugyuw"}]: dispatch 2024-01-21T06:56:40.097 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:56:40.097 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:34.421133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:32.410004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:34.421561Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:22.885766Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zrswdm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zrswdm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zrswdm\nDeploy daemon haproxy.rgw.foo.smithi143.zrswdm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:26.876703Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.fsjxyz on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-fsjxyz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.fsjxyz\nDeploy daemon haproxy.rgw.foo.smithi093.fsjxyz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:26.883078Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zmhoeu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:26.885118Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hglmlx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:38.656407Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uugyuw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw\nDeploy daemon haproxy.rgw.foo.smithi143.uugyuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:32.410390Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:32.410659Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:32.410914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:32.411163Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:34.421981Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:32.412151Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:56:40.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: cephadm 2024-01-21T06:56:38.654248+0000 mgr.smithi093.jhwfwc (mgr.14180) 318 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:40.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:40.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.uugyuw ... 2024-01-21T06:56:40.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.uugyuw ... 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: cephadm 2024-01-21T06:56:38.654802+0000 mgr.smithi093.jhwfwc (mgr.14180) 319 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: cephadm 2024-01-21T06:56:38.656547+0000 mgr.smithi093.jhwfwc (mgr.14180) 320 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.uugyuw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.uugyuw ... 2024-01-21T06:56:40.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:40.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:40.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:40.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: cephadm 2024-01-21T06:56:38.661194+0000 mgr.smithi093.jhwfwc (mgr.14180) 321 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.cueifk on smithi093 2024-01-21T06:56:40.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:40 smithi093 bash[14068]: cluster 2024-01-21T06:56:38.873466+0000 mgr.smithi093.jhwfwc (mgr.14180) 322 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T06:56:40.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: cephadm 2024-01-21T06:56:38.654248+0000 mgr.smithi093.jhwfwc (mgr.14180) 318 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.uugyuw ... 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:56:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T06:56:40.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:56:40.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T06:56:40.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:40.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:40.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.uugyuw ... 2024-01-21T06:56:40.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: cephadm 2024-01-21T06:56:38.654802+0000 mgr.smithi093.jhwfwc (mgr.14180) 319 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: cephadm 2024-01-21T06:56:38.656547+0000 mgr.smithi093.jhwfwc (mgr.14180) 320 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.uugyuw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.uugyuw ... 2024-01-21T06:56:40.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:40.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:40.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:40.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:40.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: cephadm 2024-01-21T06:56:38.661194+0000 mgr.smithi093.jhwfwc (mgr.14180) 321 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.cueifk on smithi093 2024-01-21T06:56:40.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:40 smithi143 bash[18953]: cluster 2024-01-21T06:56:38.873466+0000 mgr.smithi093.jhwfwc (mgr.14180) 322 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T06:56:40.867 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:56:41.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:41 smithi143 bash[18953]: audit 2024-01-21T06:56:40.084271+0000 mgr.smithi093.jhwfwc (mgr.14180) 323 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:41.868 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:56:41.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:41 smithi093 bash[14068]: audit 2024-01-21T06:56:40.084271+0000 mgr.smithi093.jhwfwc (mgr.14180) 323 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:42.809 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:42 smithi093 bash[14068]: cluster 2024-01-21T06:56:40.874733+0000 mgr.smithi093.jhwfwc (mgr.14180) 324 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-21T06:56:42.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:42 smithi143 bash[18953]: cluster 2024-01-21T06:56:40.874733+0000 mgr.smithi093.jhwfwc (mgr.14180) 324 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: cluster 2024-01-21T06:56:42.875473+0000 mgr.smithi093.jhwfwc (mgr.14180) 325 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: cephadm 2024-01-21T06:56:42.886355+0000 mgr.smithi093.jhwfwc (mgr.14180) 326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.cueifk ... 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:43.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.cueifk ... 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:43.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: cephadm 2024-01-21T06:56:42.886824+0000 mgr.smithi093.jhwfwc (mgr.14180) 327 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: audit 2024-01-21T06:56:42.887531+0000 mon.smithi093 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.cueifk"}]: dispatch 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: cephadm 2024-01-21T06:56:42.888983+0000 mgr.smithi093.jhwfwc (mgr.14180) 328 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.cueifk on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.cueifk ... 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: cephadm 2024-01-21T06:56:42.892532+0000 mgr.smithi093.jhwfwc (mgr.14180) 329 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.zdmlkr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:56:43.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: cephadm 2024-01-21T06:56:42.895110+0000 mgr.smithi093.jhwfwc (mgr.14180) 330 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:56:43.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: cluster 2024-01-21T06:56:42.896249+0000 mgr.smithi093.jhwfwc (mgr.14180) 331 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 204 B/s wr, 2 op/s 2024-01-21T06:56:43.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:43 smithi093 bash[14068]: audit 2024-01-21T06:56:42.902063+0000 mon.smithi093 (mon.0) 708 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:56:43.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: cluster 2024-01-21T06:56:42.875473+0000 mgr.smithi093.jhwfwc (mgr.14180) 325 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-21T06:56:43.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: cephadm 2024-01-21T06:56:42.886355+0000 mgr.smithi093.jhwfwc (mgr.14180) 326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.cueifk ... 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:56:43.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T06:56:43.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:43.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:43.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.cueifk ... 2024-01-21T06:56:43.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:43.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: cephadm 2024-01-21T06:56:42.886824+0000 mgr.smithi093.jhwfwc (mgr.14180) 327 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: audit 2024-01-21T06:56:42.887531+0000 mon.smithi093 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.cueifk"}]: dispatch 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: cephadm 2024-01-21T06:56:42.888983+0000 mgr.smithi093.jhwfwc (mgr.14180) 328 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.cueifk on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.cueifk ... 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:43.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:43.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:43.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:43.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: cephadm 2024-01-21T06:56:42.892532+0000 mgr.smithi093.jhwfwc (mgr.14180) 329 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.zdmlkr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:56:43.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: cephadm 2024-01-21T06:56:42.895110+0000 mgr.smithi093.jhwfwc (mgr.14180) 330 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:56:43.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: cluster 2024-01-21T06:56:42.896249+0000 mgr.smithi093.jhwfwc (mgr.14180) 331 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 204 B/s wr, 2 op/s 2024-01-21T06:56:43.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:43 smithi143 bash[18953]: audit 2024-01-21T06:56:42.902063+0000 mon.smithi093 (mon.0) 708 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:56:44.775 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:44 smithi093 bash[14068]: cluster 2024-01-21T06:56:43.476735+0000 mon.smithi093 (mon.0) 709 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T06:56:44.775 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:44 smithi093 bash[14068]: audit 2024-01-21T06:56:44.017433+0000 mon.smithi093 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:44.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:44 smithi143 bash[18953]: cluster 2024-01-21T06:56:43.476735+0000 mon.smithi093 (mon.0) 709 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T06:56:44.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:44 smithi143 bash[18953]: audit 2024-01-21T06:56:44.017433+0000 mon.smithi093 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:45.156 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:56:45.156 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:34.421133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:32.410004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:34.421561Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:26.885118Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hglmlx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:38.656407Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uugyuw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw\nDeploy daemon haproxy.rgw.foo.smithi143.uugyuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:42.888779Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.cueifk on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk\nDeploy daemon haproxy.rgw.foo.smithi093.cueifk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:42.892369Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zdmlkr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:32.410390Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:32.410659Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:32.410914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:32.411163Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:34.421981Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:32.412151Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:56:45.875 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:56:46.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:45 smithi093 bash[14068]: cluster 2024-01-21T06:56:44.897492+0000 mgr.smithi093.jhwfwc (mgr.14180) 332 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 204 B/s wr, 2 op/s 2024-01-21T06:56:46.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:45 smithi093 bash[14068]: audit 2024-01-21T06:56:45.147839+0000 mgr.smithi093.jhwfwc (mgr.14180) 333 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:46.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:45 smithi143 bash[18953]: cluster 2024-01-21T06:56:44.897492+0000 mgr.smithi093.jhwfwc (mgr.14180) 332 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 204 B/s wr, 2 op/s 2024-01-21T06:56:46.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:45 smithi143 bash[18953]: audit 2024-01-21T06:56:45.147839+0000 mgr.smithi093.jhwfwc (mgr.14180) 333 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:46.876 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:56:48.258 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:47 smithi093 bash[14068]: cluster 2024-01-21T06:56:46.899074+0000 mgr.smithi093.jhwfwc (mgr.14180) 334 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1021 B/s rd, 102 B/s wr, 1 op/s 2024-01-21T06:56:48.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:47 smithi143 bash[18953]: cluster 2024-01-21T06:56:46.899074+0000 mgr.smithi093.jhwfwc (mgr.14180) 334 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1021 B/s rd, 102 B/s wr, 1 op/s 2024-01-21T06:56:49.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:49 smithi143 bash[18953]: audit 2024-01-21T06:56:48.442508+0000 mon.smithi093 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:49.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:49 smithi143 bash[18953]: audit 2024-01-21T06:56:49.030886+0000 mon.smithi093 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2024-01-21T06:56:49.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:49 smithi093 bash[14068]: audit 2024-01-21T06:56:48.442508+0000 mon.smithi093 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:49.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:49 smithi093 bash[14068]: audit 2024-01-21T06:56:49.030886+0000 mon.smithi093 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2024-01-21T06:56:49.984 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:56:49.984 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:34.421133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:34.421349Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:34.421561Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:26.885118Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hglmlx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:38.656407Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uugyuw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw\nDeploy daemon haproxy.rgw.foo.smithi143.uugyuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:42.888779Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.cueifk on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk\nDeploy daemon haproxy.rgw.foo.smithi093.cueifk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:42.892369Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zdmlkr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:34.420901Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:34.420524Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:34.421771Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:34.422190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:34.421981Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:34.423047Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:56:50.743 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:50 smithi093 bash[14068]: cluster 2024-01-21T06:56:48.899874+0000 mgr.smithi093.jhwfwc (mgr.14180) 335 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1021 B/s rd, 102 B/s wr, 1 op/s 2024-01-21T06:56:50.743 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:50 smithi093 bash[14068]: audit 2024-01-21T06:56:49.455968+0000 mon.smithi093 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2024-01-21T06:56:50.743 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:50 smithi093 bash[14068]: cluster 2024-01-21T06:56:49.456057+0000 mon.smithi093 (mon.0) 714 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-21T06:56:50.743 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:50 smithi093 bash[14068]: audit 2024-01-21T06:56:50.353945+0000 mon.smithi093 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:50.743 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:50 smithi093 bash[14068]: audit 2024-01-21T06:56:50.355291+0000 mon.smithi093 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:50.743 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:50 smithi093 bash[14068]: audit 2024-01-21T06:56:50.356157+0000 mon.smithi093 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:56:50.744 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:56:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:50 smithi143 bash[18953]: cluster 2024-01-21T06:56:48.899874+0000 mgr.smithi093.jhwfwc (mgr.14180) 335 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1021 B/s rd, 102 B/s wr, 1 op/s 2024-01-21T06:56:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:50 smithi143 bash[18953]: audit 2024-01-21T06:56:49.455968+0000 mon.smithi093 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2024-01-21T06:56:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:50 smithi143 bash[18953]: cluster 2024-01-21T06:56:49.456057+0000 mon.smithi093 (mon.0) 714 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-21T06:56:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:50 smithi143 bash[18953]: audit 2024-01-21T06:56:50.353945+0000 mon.smithi093 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:50 smithi143 bash[18953]: audit 2024-01-21T06:56:50.355291+0000 mon.smithi093 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:50 smithi143 bash[18953]: audit 2024-01-21T06:56:50.356157+0000 mon.smithi093 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:56:51.746 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:56:51.760 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:51 smithi093 bash[14068]: audit 2024-01-21T06:56:49.975581+0000 mgr.smithi093.jhwfwc (mgr.14180) 336 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:51.760 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:51 smithi093 bash[14068]: cephadm 2024-01-21T06:56:50.360210+0000 mgr.smithi093.jhwfwc (mgr.14180) 337 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T06:56:51.760 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:51 smithi093 bash[14068]: cluster 2024-01-21T06:56:50.460076+0000 mon.smithi093 (mon.0) 718 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-21T06:56:51.760 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:51 smithi093 bash[14068]: audit 2024-01-21T06:56:50.599976+0000 mon.smithi093 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:51.760 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:51 smithi093 bash[14068]: audit 2024-01-21T06:56:50.609460+0000 mon.smithi093 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:56:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:51 smithi143 bash[18953]: audit 2024-01-21T06:56:49.975581+0000 mgr.smithi093.jhwfwc (mgr.14180) 336 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:51 smithi143 bash[18953]: cephadm 2024-01-21T06:56:50.360210+0000 mgr.smithi093.jhwfwc (mgr.14180) 337 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T06:56:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:51 smithi143 bash[18953]: cluster 2024-01-21T06:56:50.460076+0000 mon.smithi093 (mon.0) 718 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-21T06:56:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:51 smithi143 bash[18953]: audit 2024-01-21T06:56:50.599976+0000 mon.smithi093 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:56:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:51 smithi143 bash[18953]: audit 2024-01-21T06:56:50.609460+0000 mon.smithi093 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:56:52.769 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:52 smithi093 bash[14068]: cluster 2024-01-21T06:56:50.600886+0000 mgr.smithi093.jhwfwc (mgr.14180) 338 : cluster [DBG] pgmap v285: 129 pgs: 1 peering, 128 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:52.769 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:52 smithi093 bash[14068]: cephadm 2024-01-21T06:56:50.619237+0000 mgr.smithi093.jhwfwc (mgr.14180) 339 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.oyoujp on smithi143 2024-01-21T06:56:52.769 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:52 smithi093 bash[14068]: cluster 2024-01-21T06:56:51.597838+0000 mon.smithi093 (mon.0) 721 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T06:56:52.769 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:52 smithi093 bash[14068]: cluster 2024-01-21T06:56:51.597889+0000 mon.smithi093 (mon.0) 722 : cluster [INF] Cluster is now healthy 2024-01-21T06:56:52.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:52 smithi143 bash[18953]: cluster 2024-01-21T06:56:50.600886+0000 mgr.smithi093.jhwfwc (mgr.14180) 338 : cluster [DBG] pgmap v285: 129 pgs: 1 peering, 128 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:56:52.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:52 smithi143 bash[18953]: cephadm 2024-01-21T06:56:50.619237+0000 mgr.smithi093.jhwfwc (mgr.14180) 339 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.oyoujp on smithi143 2024-01-21T06:56:52.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:52 smithi143 bash[18953]: cluster 2024-01-21T06:56:51.597838+0000 mon.smithi093 (mon.0) 721 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T06:56:52.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:52 smithi143 bash[18953]: cluster 2024-01-21T06:56:51.597889+0000 mon.smithi093 (mon.0) 722 : cluster [INF] Cluster is now healthy 2024-01-21T06:56:54.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:54 smithi143 bash[18953]: cluster 2024-01-21T06:56:52.601930+0000 mgr.smithi093.jhwfwc (mgr.14180) 340 : cluster [DBG] pgmap v286: 129 pgs: 1 peering, 128 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 930 B/s rd, 0 op/s 2024-01-21T06:56:54.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:54 smithi143 bash[18953]: audit 2024-01-21T06:56:54.370311+0000 mon.smithi093 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.oyoujp"}]: dispatch 2024-01-21T06:56:54.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:54 smithi093 bash[14068]: cluster 2024-01-21T06:56:52.601930+0000 mgr.smithi093.jhwfwc (mgr.14180) 340 : cluster [DBG] pgmap v286: 129 pgs: 1 peering, 128 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 930 B/s rd, 0 op/s 2024-01-21T06:56:54.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:54 smithi093 bash[14068]: audit 2024-01-21T06:56:54.370311+0000 mon.smithi093 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.oyoujp"}]: dispatch 2024-01-21T06:56:54.820 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:56:54.820 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:38.656407Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uugyuw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uugyuw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uugyuw\nDeploy daemon haproxy.rgw.foo.smithi143.uugyuw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:42.888779Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.cueifk on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-cueifk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.cueifk\nDeploy daemon haproxy.rgw.foo.smithi093.cueifk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:42.892369Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zdmlkr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:56:55.616 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:56:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: cephadm 2024-01-21T06:56:54.369454+0000 mgr.smithi093.jhwfwc (mgr.14180) 341 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.oyoujp ... 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T06:56:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.oyoujp ... 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: cephadm 2024-01-21T06:56:54.369754+0000 mgr.smithi093.jhwfwc (mgr.14180) 342 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: cephadm 2024-01-21T06:56:54.371881+0000 mgr.smithi093.jhwfwc (mgr.14180) 343 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.oyoujp ... 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:55 smithi143 bash[18953]: cephadm 2024-01-21T06:56:54.376523+0000 mgr.smithi093.jhwfwc (mgr.14180) 344 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.sbqmwd on smithi093 2024-01-21T06:56:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: cephadm 2024-01-21T06:56:54.369454+0000 mgr.smithi093.jhwfwc (mgr.14180) 341 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.oyoujp ... 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:56:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T06:56:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:56:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T06:56:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.oyoujp ... 2024-01-21T06:56:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: cephadm 2024-01-21T06:56:54.369754+0000 mgr.smithi093.jhwfwc (mgr.14180) 342 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: cephadm 2024-01-21T06:56:54.371881+0000 mgr.smithi093.jhwfwc (mgr.14180) 343 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.oyoujp ... 2024-01-21T06:56:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:56:55.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:56:55.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:56:55.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:56:55.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:55 smithi093 bash[14068]: cephadm 2024-01-21T06:56:54.376523+0000 mgr.smithi093.jhwfwc (mgr.14180) 344 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.sbqmwd on smithi093 2024-01-21T06:56:56.617 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:56:56.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:56 smithi143 bash[18953]: cluster 2024-01-21T06:56:54.602547+0000 mgr.smithi093.jhwfwc (mgr.14180) 345 : cluster [DBG] pgmap v287: 129 pgs: 1 peering, 128 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-01-21T06:56:56.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:56 smithi143 bash[18953]: audit 2024-01-21T06:56:54.806793+0000 mgr.smithi093.jhwfwc (mgr.14180) 346 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:56.816 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:56 smithi093 bash[14068]: cluster 2024-01-21T06:56:54.602547+0000 mgr.smithi093.jhwfwc (mgr.14180) 345 : cluster [DBG] pgmap v287: 129 pgs: 1 peering, 128 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-01-21T06:56:56.816 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:56 smithi093 bash[14068]: audit 2024-01-21T06:56:54.806793+0000 mgr.smithi093.jhwfwc (mgr.14180) 346 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:56:57.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:57 smithi093 bash[14068]: cluster 2024-01-21T06:56:56.603698+0000 mgr.smithi093.jhwfwc (mgr.14180) 347 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-01-21T06:56:57.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:57 smithi143 bash[18953]: cluster 2024-01-21T06:56:56.603698+0000 mgr.smithi093.jhwfwc (mgr.14180) 347 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-01-21T06:56:58.737 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:58 smithi093 bash[14068]: audit 2024-01-21T06:56:58.612238+0000 mon.smithi093 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.sbqmwd"}]: dispatch 2024-01-21T06:56:58.738 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:56:58 smithi093 bash[14068]: cluster 2024-01-21T06:56:58.656213+0000 mon.smithi093 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T06:56:59.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:58 smithi143 bash[18953]: audit 2024-01-21T06:56:58.612238+0000 mon.smithi093 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.sbqmwd"}]: dispatch 2024-01-21T06:56:59.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:56:58 smithi143 bash[18953]: cluster 2024-01-21T06:56:58.656213+0000 mon.smithi093 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T06:57:00.028 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:00.028 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: cluster 2024-01-21T06:56:58.604386+0000 mgr.smithi093.jhwfwc (mgr.14180) 348 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s 2024-01-21T06:57:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: cephadm 2024-01-21T06:56:58.611438+0000 mgr.smithi093.jhwfwc (mgr.14180) 349 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:57:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:57:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.sbqmwd ... 2024-01-21T06:57:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:57:00.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:57:00.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.sbqmwd ... 2024-01-21T06:57:00.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:57:00.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:57:00.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:57:00.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: cephadm 2024-01-21T06:56:58.611701+0000 mgr.smithi093.jhwfwc (mgr.14180) 350 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: cephadm 2024-01-21T06:56:58.613398+0000 mgr.smithi093.jhwfwc (mgr.14180) 351 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.sbqmwd ... 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: cephadm 2024-01-21T06:56:58.615235+0000 mgr.smithi093.jhwfwc (mgr.14180) 352 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: cephadm 2024-01-21T06:56:58.616912+0000 mgr.smithi093.jhwfwc (mgr.14180) 353 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: cluster 2024-01-21T06:56:58.617860+0000 mgr.smithi093.jhwfwc (mgr.14180) 354 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-01-21T06:57:00.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:00 smithi143 bash[18953]: audit 2024-01-21T06:56:59.044324+0000 mon.smithi093 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:57:00.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: cluster 2024-01-21T06:56:58.604386+0000 mgr.smithi093.jhwfwc (mgr.14180) 348 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s 2024-01-21T06:57:00.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: cephadm 2024-01-21T06:56:58.611438+0000 mgr.smithi093.jhwfwc (mgr.14180) 349 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.sbqmwd ... 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.sbqmwd ... 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:57:00.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: cephadm 2024-01-21T06:56:58.611701+0000 mgr.smithi093.jhwfwc (mgr.14180) 350 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: cephadm 2024-01-21T06:56:58.613398+0000 mgr.smithi093.jhwfwc (mgr.14180) 351 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.sbqmwd ... 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:57:00.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:57:00.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:57:00.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: cephadm 2024-01-21T06:56:58.615235+0000 mgr.smithi093.jhwfwc (mgr.14180) 352 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:57:00.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: cephadm 2024-01-21T06:56:58.616912+0000 mgr.smithi093.jhwfwc (mgr.14180) 353 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:57:00.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: cluster 2024-01-21T06:56:58.617860+0000 mgr.smithi093.jhwfwc (mgr.14180) 354 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-01-21T06:57:00.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:00 smithi093 bash[14068]: audit 2024-01-21T06:56:59.044324+0000 mon.smithi093 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:57:00.786 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:01.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:01 smithi143 bash[18953]: audit 2024-01-21T06:57:00.019513+0000 mgr.smithi093.jhwfwc (mgr.14180) 355 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:01.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:01 smithi093 bash[14068]: audit 2024-01-21T06:57:00.019513+0000 mgr.smithi093.jhwfwc (mgr.14180) 355 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:01.787 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:02.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:02 smithi143 bash[18953]: cluster 2024-01-21T06:57:00.619358+0000 mgr.smithi093.jhwfwc (mgr.14180) 356 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-01-21T06:57:02.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:02 smithi093 bash[14068]: cluster 2024-01-21T06:57:00.619358+0000 mgr.smithi093.jhwfwc (mgr.14180) 356 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-01-21T06:57:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:04 smithi093 bash[14068]: cluster 2024-01-21T06:57:02.620636+0000 mgr.smithi093.jhwfwc (mgr.14180) 357 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1022 B/s rd, 1 op/s 2024-01-21T06:57:04.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:04 smithi143 bash[18953]: cluster 2024-01-21T06:57:02.620636+0000 mgr.smithi093.jhwfwc (mgr.14180) 357 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1022 B/s rd, 1 op/s 2024-01-21T06:57:04.860 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:04.860 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:05.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:05 smithi093 bash[14068]: audit 2024-01-21T06:57:04.059163+0000 mon.smithi093 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:57:05.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:05 smithi143 bash[18953]: audit 2024-01-21T06:57:04.059163+0000 mon.smithi093 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:57:05.608 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:06.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:06 smithi093 bash[14068]: cluster 2024-01-21T06:57:04.621843+0000 mgr.smithi093.jhwfwc (mgr.14180) 358 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:06.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:06 smithi093 bash[14068]: audit 2024-01-21T06:57:04.846181+0000 mgr.smithi093.jhwfwc (mgr.14180) 359 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:06.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:06 smithi143 bash[18953]: cluster 2024-01-21T06:57:04.621843+0000 mgr.smithi093.jhwfwc (mgr.14180) 358 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:06.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:06 smithi143 bash[18953]: audit 2024-01-21T06:57:04.846181+0000 mgr.smithi093.jhwfwc (mgr.14180) 359 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:06.609 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:08.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:08 smithi093 bash[14068]: cluster 2024-01-21T06:57:06.623391+0000 mgr.smithi093.jhwfwc (mgr.14180) 360 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:08.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:08 smithi143 bash[18953]: cluster 2024-01-21T06:57:06.623391+0000 mgr.smithi093.jhwfwc (mgr.14180) 360 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:09.701 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:09.701 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:10.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:10 smithi093 bash[14068]: cluster 2024-01-21T06:57:08.624381+0000 mgr.smithi093.jhwfwc (mgr.14180) 361 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:10.479 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:10.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:10 smithi143 bash[18953]: cluster 2024-01-21T06:57:08.624381+0000 mgr.smithi093.jhwfwc (mgr.14180) 361 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:11.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:11 smithi093 bash[14068]: audit 2024-01-21T06:57:09.689222+0000 mgr.smithi093.jhwfwc (mgr.14180) 362 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:11.480 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:11.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:11 smithi143 bash[18953]: audit 2024-01-21T06:57:09.689222+0000 mgr.smithi093.jhwfwc (mgr.14180) 362 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:12 smithi093 bash[14068]: cluster 2024-01-21T06:57:10.625894+0000 mgr.smithi093.jhwfwc (mgr.14180) 363 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:12 smithi143 bash[18953]: cluster 2024-01-21T06:57:10.625894+0000 mgr.smithi093.jhwfwc (mgr.14180) 363 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:14.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:14 smithi093 bash[14068]: cluster 2024-01-21T06:57:12.627121+0000 mgr.smithi093.jhwfwc (mgr.14180) 364 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:14.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:14 smithi143 bash[18953]: cluster 2024-01-21T06:57:12.627121+0000 mgr.smithi093.jhwfwc (mgr.14180) 364 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:14.643 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:14.643 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:15.405 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:16.406 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:16.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:16 smithi093 bash[14068]: cluster 2024-01-21T06:57:14.627972+0000 mgr.smithi093.jhwfwc (mgr.14180) 365 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:16.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:16 smithi093 bash[14068]: audit 2024-01-21T06:57:14.632608+0000 mgr.smithi093.jhwfwc (mgr.14180) 366 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:16.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:16 smithi143 bash[18953]: cluster 2024-01-21T06:57:14.627972+0000 mgr.smithi093.jhwfwc (mgr.14180) 365 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:16.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:16 smithi143 bash[18953]: audit 2024-01-21T06:57:14.632608+0000 mgr.smithi093.jhwfwc (mgr.14180) 366 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:18.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:18 smithi093 bash[14068]: cluster 2024-01-21T06:57:16.628881+0000 mgr.smithi093.jhwfwc (mgr.14180) 367 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:18.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:18 smithi143 bash[18953]: cluster 2024-01-21T06:57:16.628881+0000 mgr.smithi093.jhwfwc (mgr.14180) 367 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:19.529 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:19.529 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:20.261 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:20 smithi093 bash[14068]: cluster 2024-01-21T06:57:18.629728+0000 mgr.smithi093.jhwfwc (mgr.14180) 368 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:20 smithi143 bash[18953]: cluster 2024-01-21T06:57:18.629728+0000 mgr.smithi093.jhwfwc (mgr.14180) 368 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:21.263 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:21.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:21 smithi093 bash[14068]: audit 2024-01-21T06:57:19.517128+0000 mgr.smithi093.jhwfwc (mgr.14180) 369 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:21.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:21 smithi143 bash[18953]: audit 2024-01-21T06:57:19.517128+0000 mgr.smithi093.jhwfwc (mgr.14180) 369 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:22.390 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:22 smithi093 bash[14068]: cluster 2024-01-21T06:57:20.631232+0000 mgr.smithi093.jhwfwc (mgr.14180) 370 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:22.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:22 smithi143 bash[18953]: cluster 2024-01-21T06:57:20.631232+0000 mgr.smithi093.jhwfwc (mgr.14180) 370 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:24.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:24 smithi093 bash[14068]: cluster 2024-01-21T06:57:22.632258+0000 mgr.smithi093.jhwfwc (mgr.14180) 371 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:24.480 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:24.480 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:24.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:24 smithi143 bash[18953]: cluster 2024-01-21T06:57:22.632258+0000 mgr.smithi093.jhwfwc (mgr.14180) 371 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:25.201 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:25.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:25 smithi093 bash[14068]: audit 2024-01-21T06:57:24.466736+0000 mgr.smithi093.jhwfwc (mgr.14180) 372 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:25.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:25 smithi143 bash[18953]: audit 2024-01-21T06:57:24.466736+0000 mgr.smithi093.jhwfwc (mgr.14180) 372 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:26.203 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:26.404 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:26 smithi093 bash[14068]: cluster 2024-01-21T06:57:24.633105+0000 mgr.smithi093.jhwfwc (mgr.14180) 373 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:26.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:26 smithi143 bash[18953]: cluster 2024-01-21T06:57:24.633105+0000 mgr.smithi093.jhwfwc (mgr.14180) 373 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:28.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:28 smithi093 bash[14068]: cluster 2024-01-21T06:57:26.634479+0000 mgr.smithi093.jhwfwc (mgr.14180) 374 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:28.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:28 smithi143 bash[18953]: cluster 2024-01-21T06:57:26.634479+0000 mgr.smithi093.jhwfwc (mgr.14180) 374 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:29.416 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:29.417 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:30.161 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:30.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:30 smithi093 bash[14068]: cluster 2024-01-21T06:57:28.635408+0000 mgr.smithi093.jhwfwc (mgr.14180) 375 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:30.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:30 smithi093 bash[14068]: audit 2024-01-21T06:57:29.402311+0000 mgr.smithi093.jhwfwc (mgr.14180) 376 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:30.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:30 smithi143 bash[18953]: cluster 2024-01-21T06:57:28.635408+0000 mgr.smithi093.jhwfwc (mgr.14180) 375 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:30.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:30 smithi143 bash[18953]: audit 2024-01-21T06:57:29.402311+0000 mgr.smithi093.jhwfwc (mgr.14180) 376 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:31.161 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:32.453 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:32 smithi093 bash[14068]: cluster 2024-01-21T06:57:30.637115+0000 mgr.smithi093.jhwfwc (mgr.14180) 377 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:32.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:32 smithi143 bash[18953]: cluster 2024-01-21T06:57:30.637115+0000 mgr.smithi093.jhwfwc (mgr.14180) 377 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:34.272 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:34.273 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:34.476 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:34 smithi093 bash[14068]: cluster 2024-01-21T06:57:32.638064+0000 mgr.smithi093.jhwfwc (mgr.14180) 378 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:34.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:34 smithi143 bash[18953]: cluster 2024-01-21T06:57:32.638064+0000 mgr.smithi093.jhwfwc (mgr.14180) 378 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:35.045 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:35.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:35 smithi093 bash[14068]: audit 2024-01-21T06:57:34.259875+0000 mgr.smithi093.jhwfwc (mgr.14180) 379 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:35.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:35 smithi143 bash[18953]: audit 2024-01-21T06:57:34.259875+0000 mgr.smithi093.jhwfwc (mgr.14180) 379 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:36.047 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:36.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:36 smithi093 bash[14068]: cluster 2024-01-21T06:57:34.638915+0000 mgr.smithi093.jhwfwc (mgr.14180) 380 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:36.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:36 smithi143 bash[18953]: cluster 2024-01-21T06:57:34.638915+0000 mgr.smithi093.jhwfwc (mgr.14180) 380 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:38.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:38 smithi143 bash[18953]: cluster 2024-01-21T06:57:36.640281+0000 mgr.smithi093.jhwfwc (mgr.14180) 381 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:38.629 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:38 smithi093 bash[14068]: cluster 2024-01-21T06:57:36.640281+0000 mgr.smithi093.jhwfwc (mgr.14180) 381 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:39.012 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:39.012 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:39.751 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:40.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:40 smithi143 bash[18953]: cluster 2024-01-21T06:57:38.641154+0000 mgr.smithi093.jhwfwc (mgr.14180) 382 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:40.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:40 smithi143 bash[18953]: audit 2024-01-21T06:57:38.998563+0000 mgr.smithi093.jhwfwc (mgr.14180) 383 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:40.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:40 smithi093 bash[14068]: cluster 2024-01-21T06:57:38.641154+0000 mgr.smithi093.jhwfwc (mgr.14180) 382 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:40.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:40 smithi093 bash[14068]: audit 2024-01-21T06:57:38.998563+0000 mgr.smithi093.jhwfwc (mgr.14180) 383 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:40.753 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:42.284 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:42 smithi093 bash[14068]: cluster 2024-01-21T06:57:40.642584+0000 mgr.smithi093.jhwfwc (mgr.14180) 384 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:42.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:42 smithi143 bash[18953]: cluster 2024-01-21T06:57:40.642584+0000 mgr.smithi093.jhwfwc (mgr.14180) 384 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:44.029 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:44.029 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:44.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:44 smithi093 bash[14068]: cluster 2024-01-21T06:57:42.643465+0000 mgr.smithi093.jhwfwc (mgr.14180) 385 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:44.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:44 smithi143 bash[18953]: cluster 2024-01-21T06:57:42.643465+0000 mgr.smithi093.jhwfwc (mgr.14180) 385 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:44.724 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:45.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:45 smithi143 bash[18953]: audit 2024-01-21T06:57:44.016976+0000 mgr.smithi093.jhwfwc (mgr.14180) 386 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:45.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:45 smithi093 bash[14068]: audit 2024-01-21T06:57:44.016976+0000 mgr.smithi093.jhwfwc (mgr.14180) 386 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:45.726 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:46.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:46 smithi143 bash[18953]: cluster 2024-01-21T06:57:44.644703+0000 mgr.smithi093.jhwfwc (mgr.14180) 387 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:46.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:46 smithi093 bash[14068]: cluster 2024-01-21T06:57:44.644703+0000 mgr.smithi093.jhwfwc (mgr.14180) 387 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:48.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:48 smithi093 bash[14068]: cluster 2024-01-21T06:57:46.645976+0000 mgr.smithi093.jhwfwc (mgr.14180) 388 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:48.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:48 smithi143 bash[18953]: cluster 2024-01-21T06:57:46.645976+0000 mgr.smithi093.jhwfwc (mgr.14180) 388 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:48.852 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:48.852 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:49.590 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:50.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:50 smithi143 bash[18953]: cluster 2024-01-21T06:57:48.646584+0000 mgr.smithi093.jhwfwc (mgr.14180) 389 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:50.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:50 smithi143 bash[18953]: audit 2024-01-21T06:57:48.839527+0000 mgr.smithi093.jhwfwc (mgr.14180) 390 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:50.591 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:50.604 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:50 smithi093 bash[14068]: cluster 2024-01-21T06:57:48.646584+0000 mgr.smithi093.jhwfwc (mgr.14180) 389 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:50.604 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:50 smithi093 bash[14068]: audit 2024-01-21T06:57:48.839527+0000 mgr.smithi093.jhwfwc (mgr.14180) 390 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:52.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:52 smithi143 bash[18953]: cluster 2024-01-21T06:57:50.647985+0000 mgr.smithi093.jhwfwc (mgr.14180) 391 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:52.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:52 smithi093 bash[14068]: cluster 2024-01-21T06:57:50.647985+0000 mgr.smithi093.jhwfwc (mgr.14180) 391 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:53.646 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:53.646 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:54.422 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:54.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:54 smithi143 bash[18953]: cluster 2024-01-21T06:57:52.649245+0000 mgr.smithi093.jhwfwc (mgr.14180) 392 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:54.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:54 smithi093 bash[14068]: cluster 2024-01-21T06:57:52.649245+0000 mgr.smithi093.jhwfwc (mgr.14180) 392 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:55.424 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:57:55.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:55 smithi143 bash[18953]: audit 2024-01-21T06:57:53.634246+0000 mgr.smithi093.jhwfwc (mgr.14180) 393 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:55.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:55 smithi093 bash[14068]: audit 2024-01-21T06:57:53.634246+0000 mgr.smithi093.jhwfwc (mgr.14180) 393 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:57:56.513 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:56 smithi093 bash[14068]: cluster 2024-01-21T06:57:54.650418+0000 mgr.smithi093.jhwfwc (mgr.14180) 394 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:56.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:56 smithi143 bash[18953]: cluster 2024-01-21T06:57:54.650418+0000 mgr.smithi093.jhwfwc (mgr.14180) 394 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:58.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:58 smithi093 bash[14068]: cluster 2024-01-21T06:57:56.651762+0000 mgr.smithi093.jhwfwc (mgr.14180) 395 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:58.516 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:57:58.516 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:57:58.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:58 smithi143 bash[18953]: cluster 2024-01-21T06:57:56.651762+0000 mgr.smithi093.jhwfwc (mgr.14180) 395 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:57:59.286 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:57:59.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:59 smithi143 bash[18953]: audit 2024-01-21T06:57:58.620371+0000 mon.smithi093 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:57:59.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:57:59 smithi143 bash[18953]: audit 2024-01-21T06:57:58.878263+0000 mon.smithi093 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:57:59.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:59 smithi093 bash[14068]: audit 2024-01-21T06:57:58.620371+0000 mon.smithi093 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:57:59.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:57:59 smithi093 bash[14068]: audit 2024-01-21T06:57:58.878263+0000 mon.smithi093 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:58:00.287 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:00.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:00 smithi143 bash[18953]: audit 2024-01-21T06:57:58.504305+0000 mgr.smithi093.jhwfwc (mgr.14180) 396 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:00.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:00 smithi143 bash[18953]: cluster 2024-01-21T06:57:58.652636+0000 mgr.smithi093.jhwfwc (mgr.14180) 397 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:00.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:00 smithi093 bash[14068]: audit 2024-01-21T06:57:58.504305+0000 mgr.smithi093.jhwfwc (mgr.14180) 396 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:00.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:00 smithi093 bash[14068]: cluster 2024-01-21T06:57:58.652636+0000 mgr.smithi093.jhwfwc (mgr.14180) 397 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:02.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:02 smithi143 bash[18953]: cluster 2024-01-21T06:58:00.654185+0000 mgr.smithi093.jhwfwc (mgr.14180) 398 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:02 smithi093 bash[14068]: cluster 2024-01-21T06:58:00.654185+0000 mgr.smithi093.jhwfwc (mgr.14180) 398 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:03.349 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:03.349 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:56:50.344079Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:56:48.431249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:56:50.344280Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:56:48.431631Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:56:48.431871Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:56:48.432092Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:56:48.432313Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:56:50.344478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:56:48.433377Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:04.145 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:04 smithi093 bash[14068]: cluster 2024-01-21T06:58:02.654893+0000 mgr.smithi093.jhwfwc (mgr.14180) 399 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:04 smithi093 bash[14068]: audit 2024-01-21T06:58:03.341086+0000 mgr.smithi093.jhwfwc (mgr.14180) 400 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:04 smithi093 bash[14068]: audit 2024-01-21T06:58:04.196555+0000 mon.smithi093 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:58:04.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:04 smithi143 bash[18953]: cluster 2024-01-21T06:58:02.654893+0000 mgr.smithi093.jhwfwc (mgr.14180) 399 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:04.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:04 smithi143 bash[18953]: audit 2024-01-21T06:58:03.341086+0000 mgr.smithi093.jhwfwc (mgr.14180) 400 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:04.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:04 smithi143 bash[18953]: audit 2024-01-21T06:58:04.196555+0000 mon.smithi093 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:58:05.147 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:06.505 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:06 smithi093 bash[14068]: cluster 2024-01-21T06:58:04.656043+0000 mgr.smithi093.jhwfwc (mgr.14180) 401 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:06.505 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:06 smithi093 bash[14068]: audit 2024-01-21T06:58:05.744059+0000 mon.smithi093 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:58:06.505 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:06 smithi093 bash[14068]: audit 2024-01-21T06:58:06.033091+0000 mon.smithi093 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:58:06.505 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:06 smithi093 bash[14068]: audit 2024-01-21T06:58:06.034200+0000 mon.smithi093 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:58:06.505 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:06 smithi093 bash[14068]: audit 2024-01-21T06:58:06.041238+0000 mon.smithi093 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:58:06.505 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:06 smithi093 bash[14068]: audit 2024-01-21T06:58:06.046216+0000 mon.smithi093 (mon.0) 735 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:58:06.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:06 smithi143 bash[18953]: cluster 2024-01-21T06:58:04.656043+0000 mgr.smithi093.jhwfwc (mgr.14180) 401 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:06.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:06 smithi143 bash[18953]: audit 2024-01-21T06:58:05.744059+0000 mon.smithi093 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:58:06.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:06 smithi143 bash[18953]: audit 2024-01-21T06:58:06.033091+0000 mon.smithi093 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:58:06.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:06 smithi143 bash[18953]: audit 2024-01-21T06:58:06.034200+0000 mon.smithi093 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:58:06.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:06 smithi143 bash[18953]: audit 2024-01-21T06:58:06.041238+0000 mon.smithi093 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:58:06.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:06 smithi143 bash[18953]: audit 2024-01-21T06:58:06.046216+0000 mon.smithi093 (mon.0) 735 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:58:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:07 smithi093 bash[14068]: cluster 2024-01-21T06:58:06.041990+0000 mgr.smithi093.jhwfwc (mgr.14180) 402 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:07 smithi093 bash[14068]: cephadm 2024-01-21T06:58:06.059309+0000 mgr.smithi093.jhwfwc (mgr.14180) 403 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.fhwwtr on smithi143 2024-01-21T06:58:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:07 smithi093 bash[14068]: cluster 2024-01-21T06:58:07.038025+0000 mon.smithi093 (mon.0) 736 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T06:58:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:07 smithi093 bash[14068]: cluster 2024-01-21T06:58:07.038085+0000 mon.smithi093 (mon.0) 737 : cluster [INF] Cluster is now healthy 2024-01-21T06:58:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:07 smithi143 bash[18953]: cluster 2024-01-21T06:58:06.041990+0000 mgr.smithi093.jhwfwc (mgr.14180) 402 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:07 smithi143 bash[18953]: cephadm 2024-01-21T06:58:06.059309+0000 mgr.smithi093.jhwfwc (mgr.14180) 403 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.fhwwtr on smithi143 2024-01-21T06:58:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:07 smithi143 bash[18953]: cluster 2024-01-21T06:58:07.038025+0000 mon.smithi093 (mon.0) 736 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T06:58:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:07 smithi143 bash[18953]: cluster 2024-01-21T06:58:07.038085+0000 mon.smithi093 (mon.0) 737 : cluster [INF] Cluster is now healthy 2024-01-21T06:58:08.227 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:08.227 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:42.894968Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ssohwy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:08.876 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:09.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:09 smithi143 bash[18953]: cluster 2024-01-21T06:58:08.042865+0000 mgr.smithi093.jhwfwc (mgr.14180) 404 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:09.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:09 smithi143 bash[18953]: audit 2024-01-21T06:58:08.216363+0000 mgr.smithi093.jhwfwc (mgr.14180) 405 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:09.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:09 smithi093 bash[14068]: cluster 2024-01-21T06:58:08.042865+0000 mgr.smithi093.jhwfwc (mgr.14180) 404 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:09.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:09 smithi093 bash[14068]: audit 2024-01-21T06:58:08.216363+0000 mgr.smithi093.jhwfwc (mgr.14180) 405 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:09.877 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:11.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: cephadm 2024-01-21T06:58:10.028234+0000 mgr.smithi093.jhwfwc (mgr.14180) 406 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.fhwwtr ... 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: 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-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T06:58:11.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.fhwwtr ... 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T06:58:11.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: 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-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: cephadm 2024-01-21T06:58:10.028692+0000 mgr.smithi093.jhwfwc (mgr.14180) 407 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: audit 2024-01-21T06:58:10.029272+0000 mon.smithi093 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.fhwwtr"}]: dispatch 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: cephadm 2024-01-21T06:58:10.030645+0000 mgr.smithi093.jhwfwc (mgr.14180) 408 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.fhwwtr ... 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:11.313 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T06:58:11.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: 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-21T06:58:11.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:11.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: cephadm 2024-01-21T06:58:10.034934+0000 mgr.smithi093.jhwfwc (mgr.14180) 409 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.sxuhol on smithi093 2024-01-21T06:58:11.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:10 smithi143 bash[18953]: cluster 2024-01-21T06:58:10.043943+0000 mgr.smithi093.jhwfwc (mgr.14180) 410 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:11.314 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: cephadm 2024-01-21T06:58:10.028234+0000 mgr.smithi093.jhwfwc (mgr.14180) 406 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.fhwwtr ... 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: 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-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.315 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.fhwwtr ... 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T06:58:11.316 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: 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-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: cephadm 2024-01-21T06:58:10.028692+0000 mgr.smithi093.jhwfwc (mgr.14180) 407 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: audit 2024-01-21T06:58:10.029272+0000 mon.smithi093 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.fhwwtr"}]: dispatch 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: cephadm 2024-01-21T06:58:10.030645+0000 mgr.smithi093.jhwfwc (mgr.14180) 408 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.fhwwtr ... 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:11.317 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T06:58:11.318 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: 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-21T06:58:11.318 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:11.318 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:11.318 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: cephadm 2024-01-21T06:58:10.034934+0000 mgr.smithi093.jhwfwc (mgr.14180) 409 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.sxuhol on smithi093 2024-01-21T06:58:11.318 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:10 smithi093 bash[14068]: cluster 2024-01-21T06:58:10.043943+0000 mgr.smithi093.jhwfwc (mgr.14180) 410 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:13.000 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:13.001 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:54.371630Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.oyoujp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-oyoujp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.oyoujp\nDeploy daemon haproxy.rgw.foo.smithi143.oyoujp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.613289Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sbqmwd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sbqmwd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sbqmwd\nDeploy daemon haproxy.rgw.foo.smithi093.sbqmwd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:56:58.615130Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.iusywf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:13.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:13 smithi093 bash[14068]: cluster 2024-01-21T06:58:12.045182+0000 mgr.smithi093.jhwfwc (mgr.14180) 411 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:13.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:13 smithi143 bash[18953]: cluster 2024-01-21T06:58:12.045182+0000 mgr.smithi093.jhwfwc (mgr.14180) 411 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:13.856 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:14.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:14 smithi093 bash[14068]: audit 2024-01-21T06:58:12.986243+0000 mgr.smithi093.jhwfwc (mgr.14180) 412 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:14.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:14 smithi093 bash[14068]: audit 2024-01-21T06:58:13.976499+0000 mon.smithi093 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.sxuhol"}]: dispatch 2024-01-21T06:58:14.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:14 smithi143 bash[18953]: audit 2024-01-21T06:58:12.986243+0000 mgr.smithi093.jhwfwc (mgr.14180) 412 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:14.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:14 smithi143 bash[18953]: audit 2024-01-21T06:58:13.976499+0000 mon.smithi093 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.sxuhol"}]: dispatch 2024-01-21T06:58:14.857 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:15.121 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: cephadm 2024-01-21T06:58:13.975754+0000 mgr.smithi093.jhwfwc (mgr.14180) 413 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.121 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:15.121 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.121 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.121 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:15.121 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.121 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.sxuhol ... 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:15.122 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:15.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.sxuhol ... 2024-01-21T06:58:15.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:15.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:58:15.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:15.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: cephadm 2024-01-21T06:58:13.976046+0000 mgr.smithi093.jhwfwc (mgr.14180) 414 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: cephadm 2024-01-21T06:58:13.977841+0000 mgr.smithi093.jhwfwc (mgr.14180) 415 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.sxuhol ... 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: cephadm 2024-01-21T06:58:13.980151+0000 mgr.smithi093.jhwfwc (mgr.14180) 416 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:58:15.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: cephadm 2024-01-21T06:58:13.982309+0000 mgr.smithi093.jhwfwc (mgr.14180) 417 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:58:15.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: cluster 2024-01-21T06:58:13.983581+0000 mgr.smithi093.jhwfwc (mgr.14180) 418 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:15.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: audit 2024-01-21T06:58:14.103739+0000 mon.smithi093 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:58:15.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:15 smithi093 bash[14068]: cluster 2024-01-21T06:58:14.104135+0000 mon.smithi093 (mon.0) 741 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T06:58:15.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: cephadm 2024-01-21T06:58:13.975754+0000 mgr.smithi093.jhwfwc (mgr.14180) 413 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:15.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.sxuhol ... 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T06:58:15.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:15.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:15.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.sxuhol ... 2024-01-21T06:58:15.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:15.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:58:15.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:15.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: cephadm 2024-01-21T06:58:13.976046+0000 mgr.smithi093.jhwfwc (mgr.14180) 414 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: cephadm 2024-01-21T06:58:13.977841+0000 mgr.smithi093.jhwfwc (mgr.14180) 415 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.sxuhol ... 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: cephadm 2024-01-21T06:58:13.980151+0000 mgr.smithi093.jhwfwc (mgr.14180) 416 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: cephadm 2024-01-21T06:58:13.982309+0000 mgr.smithi093.jhwfwc (mgr.14180) 417 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:58:15.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: cluster 2024-01-21T06:58:13.983581+0000 mgr.smithi093.jhwfwc (mgr.14180) 418 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:15.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: audit 2024-01-21T06:58:14.103739+0000 mon.smithi093 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:58:15.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:15 smithi143 bash[18953]: cluster 2024-01-21T06:58:14.104135+0000 mon.smithi093 (mon.0) 741 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T06:58:17.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:17 smithi093 bash[14068]: cluster 2024-01-21T06:58:15.984844+0000 mgr.smithi093.jhwfwc (mgr.14180) 419 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:17.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:17 smithi143 bash[18953]: cluster 2024-01-21T06:58:15.984844+0000 mgr.smithi093.jhwfwc (mgr.14180) 419 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:17.980 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:17.980 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:18.758 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:19.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:19 smithi093 bash[14068]: audit 2024-01-21T06:58:17.966238+0000 mgr.smithi093.jhwfwc (mgr.14180) 420 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:19.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:19 smithi093 bash[14068]: cluster 2024-01-21T06:58:17.985873+0000 mgr.smithi093.jhwfwc (mgr.14180) 421 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:19.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:19 smithi143 bash[18953]: audit 2024-01-21T06:58:17.966238+0000 mgr.smithi093.jhwfwc (mgr.14180) 420 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:19.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:19 smithi143 bash[18953]: cluster 2024-01-21T06:58:17.985873+0000 mgr.smithi093.jhwfwc (mgr.14180) 421 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:19.759 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:21.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:20 smithi093 bash[14068]: cluster 2024-01-21T06:58:19.986723+0000 mgr.smithi093.jhwfwc (mgr.14180) 422 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:21.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:20 smithi143 bash[18953]: cluster 2024-01-21T06:58:19.986723+0000 mgr.smithi093.jhwfwc (mgr.14180) 422 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:23.016 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:23.016 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:23.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:23 smithi143 bash[18953]: cluster 2024-01-21T06:58:21.987647+0000 mgr.smithi093.jhwfwc (mgr.14180) 423 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:23.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:23 smithi093 bash[14068]: cluster 2024-01-21T06:58:21.987647+0000 mgr.smithi093.jhwfwc (mgr.14180) 423 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:23.787 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:24.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:24 smithi143 bash[18953]: audit 2024-01-21T06:58:23.003915+0000 mgr.smithi093.jhwfwc (mgr.14180) 424 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:24.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:24 smithi093 bash[14068]: audit 2024-01-21T06:58:23.003915+0000 mgr.smithi093.jhwfwc (mgr.14180) 424 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:24.788 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:25.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:25 smithi143 bash[18953]: cluster 2024-01-21T06:58:23.988787+0000 mgr.smithi093.jhwfwc (mgr.14180) 425 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:25.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:25 smithi093 bash[14068]: cluster 2024-01-21T06:58:23.988787+0000 mgr.smithi093.jhwfwc (mgr.14180) 425 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:27.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:27 smithi093 bash[14068]: cluster 2024-01-21T06:58:25.989844+0000 mgr.smithi093.jhwfwc (mgr.14180) 426 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:27.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:27 smithi143 bash[18953]: cluster 2024-01-21T06:58:25.989844+0000 mgr.smithi093.jhwfwc (mgr.14180) 426 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:27.937 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:27.937 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:28.703 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:29.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:29 smithi093 bash[14068]: audit 2024-01-21T06:58:27.925966+0000 mgr.smithi093.jhwfwc (mgr.14180) 427 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:29.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:29 smithi093 bash[14068]: cluster 2024-01-21T06:58:27.990786+0000 mgr.smithi093.jhwfwc (mgr.14180) 428 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:29.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:29 smithi143 bash[18953]: audit 2024-01-21T06:58:27.925966+0000 mgr.smithi093.jhwfwc (mgr.14180) 427 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:29.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:29 smithi143 bash[18953]: cluster 2024-01-21T06:58:27.990786+0000 mgr.smithi093.jhwfwc (mgr.14180) 428 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:29.704 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:31.068 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:30 smithi093 bash[14068]: cluster 2024-01-21T06:58:29.991599+0000 mgr.smithi093.jhwfwc (mgr.14180) 429 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:31.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:30 smithi143 bash[18953]: cluster 2024-01-21T06:58:29.991599+0000 mgr.smithi093.jhwfwc (mgr.14180) 429 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:32.865 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:32.865 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:33.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:33 smithi093 bash[14068]: cluster 2024-01-21T06:58:31.993097+0000 mgr.smithi093.jhwfwc (mgr.14180) 430 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:33.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:33 smithi143 bash[18953]: cluster 2024-01-21T06:58:31.993097+0000 mgr.smithi093.jhwfwc (mgr.14180) 430 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:33.621 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:34.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:34 smithi093 bash[14068]: audit 2024-01-21T06:58:32.856875+0000 mgr.smithi093.jhwfwc (mgr.14180) 431 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:34.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:34 smithi143 bash[18953]: audit 2024-01-21T06:58:32.856875+0000 mgr.smithi093.jhwfwc (mgr.14180) 431 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:34.621 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:35.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:35 smithi093 bash[14068]: cluster 2024-01-21T06:58:33.994268+0000 mgr.smithi093.jhwfwc (mgr.14180) 432 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:35.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:35 smithi143 bash[18953]: cluster 2024-01-21T06:58:33.994268+0000 mgr.smithi093.jhwfwc (mgr.14180) 432 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:37.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:37 smithi093 bash[14068]: cluster 2024-01-21T06:58:35.995003+0000 mgr.smithi093.jhwfwc (mgr.14180) 433 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:37.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:37 smithi143 bash[18953]: cluster 2024-01-21T06:58:35.995003+0000 mgr.smithi093.jhwfwc (mgr.14180) 433 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:37.911 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:37.912 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:38.680 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:39.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:39 smithi093 bash[14068]: audit 2024-01-21T06:58:37.899530+0000 mgr.smithi093.jhwfwc (mgr.14180) 434 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:39.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:39 smithi093 bash[14068]: cluster 2024-01-21T06:58:37.995935+0000 mgr.smithi093.jhwfwc (mgr.14180) 435 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:39.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:39 smithi143 bash[18953]: audit 2024-01-21T06:58:37.899530+0000 mgr.smithi093.jhwfwc (mgr.14180) 434 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:39.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:39 smithi143 bash[18953]: cluster 2024-01-21T06:58:37.995935+0000 mgr.smithi093.jhwfwc (mgr.14180) 435 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:39.681 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:41.084 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:40 smithi093 bash[14068]: cluster 2024-01-21T06:58:39.998588+0000 mgr.smithi093.jhwfwc (mgr.14180) 436 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:41.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:40 smithi143 bash[18953]: cluster 2024-01-21T06:58:39.998588+0000 mgr.smithi093.jhwfwc (mgr.14180) 436 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:42.647 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:42.647 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:43.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:43 smithi093 bash[14068]: cluster 2024-01-21T06:58:41.999829+0000 mgr.smithi093.jhwfwc (mgr.14180) 437 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:43.429 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:43.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:43 smithi143 bash[18953]: cluster 2024-01-21T06:58:41.999829+0000 mgr.smithi093.jhwfwc (mgr.14180) 437 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:44.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:44 smithi093 bash[14068]: audit 2024-01-21T06:58:42.639109+0000 mgr.smithi093.jhwfwc (mgr.14180) 438 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:44.430 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:44.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:44 smithi143 bash[18953]: audit 2024-01-21T06:58:42.639109+0000 mgr.smithi093.jhwfwc (mgr.14180) 438 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:45 smithi093 bash[14068]: cluster 2024-01-21T06:58:44.001012+0000 mgr.smithi093.jhwfwc (mgr.14180) 439 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:45.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:45 smithi143 bash[18953]: cluster 2024-01-21T06:58:44.001012+0000 mgr.smithi093.jhwfwc (mgr.14180) 439 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:47.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:47 smithi093 bash[14068]: cluster 2024-01-21T06:58:46.001731+0000 mgr.smithi093.jhwfwc (mgr.14180) 440 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:47.469 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:47.469 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:47.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:47 smithi143 bash[18953]: cluster 2024-01-21T06:58:46.001731+0000 mgr.smithi093.jhwfwc (mgr.14180) 440 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:48.188 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:48.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:48 smithi093 bash[14068]: audit 2024-01-21T06:58:47.456965+0000 mgr.smithi093.jhwfwc (mgr.14180) 441 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:48.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:48 smithi143 bash[18953]: audit 2024-01-21T06:58:47.456965+0000 mgr.smithi093.jhwfwc (mgr.14180) 441 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:49.189 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:49.387 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:49 smithi093 bash[14068]: cluster 2024-01-21T06:58:48.002544+0000 mgr.smithi093.jhwfwc (mgr.14180) 442 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:49.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:49 smithi143 bash[18953]: cluster 2024-01-21T06:58:48.002544+0000 mgr.smithi093.jhwfwc (mgr.14180) 442 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:51.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:51 smithi143 bash[18953]: cluster 2024-01-21T06:58:50.003882+0000 mgr.smithi093.jhwfwc (mgr.14180) 443 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:51.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:50 smithi093 bash[14068]: cluster 2024-01-21T06:58:50.003882+0000 mgr.smithi093.jhwfwc (mgr.14180) 443 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:52.292 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:52.292 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:53.042 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:53.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:53 smithi093 bash[14068]: cluster 2024-01-21T06:58:52.004600+0000 mgr.smithi093.jhwfwc (mgr.14180) 444 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:53.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:53 smithi093 bash[14068]: audit 2024-01-21T06:58:52.282748+0000 mgr.smithi093.jhwfwc (mgr.14180) 445 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:53.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:53 smithi143 bash[18953]: cluster 2024-01-21T06:58:52.004600+0000 mgr.smithi093.jhwfwc (mgr.14180) 444 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:53.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:53 smithi143 bash[18953]: audit 2024-01-21T06:58:52.282748+0000 mgr.smithi093.jhwfwc (mgr.14180) 445 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:54.043 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:55.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:55 smithi093 bash[14068]: cluster 2024-01-21T06:58:54.005750+0000 mgr.smithi093.jhwfwc (mgr.14180) 446 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:55.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:55 smithi143 bash[18953]: cluster 2024-01-21T06:58:54.005750+0000 mgr.smithi093.jhwfwc (mgr.14180) 446 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:57.132 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:58:57.133 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:58:57.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:57 smithi093 bash[14068]: cluster 2024-01-21T06:58:56.006500+0000 mgr.smithi093.jhwfwc (mgr.14180) 447 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:57.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:57 smithi143 bash[18953]: cluster 2024-01-21T06:58:56.006500+0000 mgr.smithi093.jhwfwc (mgr.14180) 447 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:57.835 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:58:58.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:58 smithi093 bash[14068]: audit 2024-01-21T06:58:57.124996+0000 mgr.smithi093.jhwfwc (mgr.14180) 448 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:58.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:58 smithi143 bash[18953]: audit 2024-01-21T06:58:57.124996+0000 mgr.smithi093.jhwfwc (mgr.14180) 448 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:58:58.836 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:58:59.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:58:59 smithi093 bash[14068]: cluster 2024-01-21T06:58:58.007700+0000 mgr.smithi093.jhwfwc (mgr.14180) 449 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:58:59.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:58:59 smithi143 bash[18953]: cluster 2024-01-21T06:58:58.007700+0000 mgr.smithi093.jhwfwc (mgr.14180) 449 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:01.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:01 smithi143 bash[18953]: cluster 2024-01-21T06:59:00.008495+0000 mgr.smithi093.jhwfwc (mgr.14180) 450 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:01.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:00 smithi093 bash[14068]: cluster 2024-01-21T06:59:00.008495+0000 mgr.smithi093.jhwfwc (mgr.14180) 450 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:02.121 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:02.121 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:02.920 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:03.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:03 smithi093 bash[14068]: cluster 2024-01-21T06:59:02.009332+0000 mgr.smithi093.jhwfwc (mgr.14180) 451 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:03.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:03 smithi093 bash[14068]: audit 2024-01-21T06:59:02.108657+0000 mgr.smithi093.jhwfwc (mgr.14180) 452 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:03.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:03 smithi143 bash[18953]: cluster 2024-01-21T06:59:02.009332+0000 mgr.smithi093.jhwfwc (mgr.14180) 451 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:03.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:03 smithi143 bash[18953]: audit 2024-01-21T06:59:02.108657+0000 mgr.smithi093.jhwfwc (mgr.14180) 452 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:03.921 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:05.321 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:05 smithi093 bash[14068]: cluster 2024-01-21T06:59:04.010085+0000 mgr.smithi093.jhwfwc (mgr.14180) 453 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:05 smithi143 bash[18953]: cluster 2024-01-21T06:59:04.010085+0000 mgr.smithi093.jhwfwc (mgr.14180) 453 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:07.165 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:07.165 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:07.387 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:07 smithi093 bash[14068]: cluster 2024-01-21T06:59:06.011414+0000 mgr.smithi093.jhwfwc (mgr.14180) 454 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:07 smithi143 bash[18953]: cluster 2024-01-21T06:59:06.011414+0000 mgr.smithi093.jhwfwc (mgr.14180) 454 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:07.923 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:08.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:08 smithi093 bash[14068]: audit 2024-01-21T06:59:07.152636+0000 mgr.smithi093.jhwfwc (mgr.14180) 455 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:08.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:08 smithi143 bash[18953]: audit 2024-01-21T06:59:07.152636+0000 mgr.smithi093.jhwfwc (mgr.14180) 455 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:08.924 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:09.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:09 smithi093 bash[14068]: cluster 2024-01-21T06:59:08.012673+0000 mgr.smithi093.jhwfwc (mgr.14180) 456 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:09.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:09 smithi143 bash[18953]: cluster 2024-01-21T06:59:08.012673+0000 mgr.smithi093.jhwfwc (mgr.14180) 456 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:11.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:11 smithi093 bash[14068]: cluster 2024-01-21T06:59:10.013984+0000 mgr.smithi093.jhwfwc (mgr.14180) 457 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:11.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:11 smithi143 bash[18953]: cluster 2024-01-21T06:59:10.013984+0000 mgr.smithi093.jhwfwc (mgr.14180) 457 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:12.055 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:12.055 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:12.819 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:13.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:13 smithi093 bash[14068]: cluster 2024-01-21T06:59:12.015212+0000 mgr.smithi093.jhwfwc (mgr.14180) 458 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:13.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:13 smithi093 bash[14068]: audit 2024-01-21T06:59:12.046505+0000 mgr.smithi093.jhwfwc (mgr.14180) 459 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:13.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:13 smithi143 bash[18953]: cluster 2024-01-21T06:59:12.015212+0000 mgr.smithi093.jhwfwc (mgr.14180) 458 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:13.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:13 smithi143 bash[18953]: audit 2024-01-21T06:59:12.046505+0000 mgr.smithi093.jhwfwc (mgr.14180) 459 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:13.819 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:14.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:14 smithi093 bash[14068]: audit 2024-01-21T06:59:13.986082+0000 mon.smithi093 (mon.0) 742 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:59:14.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:14 smithi143 bash[18953]: audit 2024-01-21T06:59:13.986082+0000 mon.smithi093 (mon.0) 742 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:59:15.387 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:15 smithi093 bash[14068]: cluster 2024-01-21T06:59:14.015973+0000 mgr.smithi093.jhwfwc (mgr.14180) 460 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:15.387 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:15 smithi093 bash[14068]: audit 2024-01-21T06:59:14.262476+0000 mon.smithi093 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:59:15.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:15 smithi143 bash[18953]: cluster 2024-01-21T06:59:14.015973+0000 mgr.smithi093.jhwfwc (mgr.14180) 460 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:15.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:15 smithi143 bash[18953]: audit 2024-01-21T06:59:14.262476+0000 mon.smithi093 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:59:17.236 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:17.236 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:58:05.733248Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:58:04.182462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:58:05.733450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:58:04.182837Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:58:04.183091Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:58:04.183330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:58:04.183566Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:58:05.733648Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:58:04.184493Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:17.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:17 smithi143 bash[18953]: cluster 2024-01-21T06:59:16.016965+0000 mgr.smithi093.jhwfwc (mgr.14180) 461 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:17.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:17 smithi093 bash[14068]: cluster 2024-01-21T06:59:16.016965+0000 mgr.smithi093.jhwfwc (mgr.14180) 461 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:18.024 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:18.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:18 smithi143 bash[18953]: audit 2024-01-21T06:59:17.223223+0000 mgr.smithi093.jhwfwc (mgr.14180) 462 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:18.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:18 smithi093 bash[14068]: audit 2024-01-21T06:59:17.223223+0000 mgr.smithi093.jhwfwc (mgr.14180) 462 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:19.024 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:19.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:19 smithi093 bash[14068]: cluster 2024-01-21T06:59:18.018008+0000 mgr.smithi093.jhwfwc (mgr.14180) 463 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:19.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:19 smithi143 bash[18953]: cluster 2024-01-21T06:59:18.018008+0000 mgr.smithi093.jhwfwc (mgr.14180) 463 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:21.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:20 smithi143 bash[18953]: audit 2024-01-21T06:59:19.794794+0000 mon.smithi093 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:59:21.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:20 smithi143 bash[18953]: audit 2024-01-21T06:59:19.892224+0000 mon.smithi093 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:59:21.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:20 smithi143 bash[18953]: cluster 2024-01-21T06:59:20.018869+0000 mgr.smithi093.jhwfwc (mgr.14180) 464 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:21.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:20 smithi143 bash[18953]: audit 2024-01-21T06:59:20.160598+0000 mon.smithi093 (mon.0) 746 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:59:21.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:20 smithi143 bash[18953]: audit 2024-01-21T06:59:20.162028+0000 mon.smithi093 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:59:21.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:20 smithi143 bash[18953]: audit 2024-01-21T06:59:20.171936+0000 mon.smithi093 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:59:21.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:20 smithi143 bash[18953]: cluster 2024-01-21T06:59:20.172810+0000 mgr.smithi093.jhwfwc (mgr.14180) 465 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:21.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:20 smithi143 bash[18953]: audit 2024-01-21T06:59:20.179822+0000 mon.smithi093 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:59:21.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:20 smithi143 bash[18953]: cephadm 2024-01-21T06:59:20.190718+0000 mgr.smithi093.jhwfwc (mgr.14180) 466 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.bmdxsr on smithi143 2024-01-21T06:59:21.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:20 smithi093 bash[14068]: audit 2024-01-21T06:59:19.794794+0000 mon.smithi093 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:59:21.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:20 smithi093 bash[14068]: audit 2024-01-21T06:59:19.892224+0000 mon.smithi093 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:59:21.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:20 smithi093 bash[14068]: cluster 2024-01-21T06:59:20.018869+0000 mgr.smithi093.jhwfwc (mgr.14180) 464 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:21.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:20 smithi093 bash[14068]: audit 2024-01-21T06:59:20.160598+0000 mon.smithi093 (mon.0) 746 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:59:21.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:20 smithi093 bash[14068]: audit 2024-01-21T06:59:20.162028+0000 mon.smithi093 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:59:21.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:20 smithi093 bash[14068]: audit 2024-01-21T06:59:20.171936+0000 mon.smithi093 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:59:21.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:20 smithi093 bash[14068]: cluster 2024-01-21T06:59:20.172810+0000 mgr.smithi093.jhwfwc (mgr.14180) 465 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:21.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:20 smithi093 bash[14068]: audit 2024-01-21T06:59:20.179822+0000 mon.smithi093 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:59:21.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:20 smithi093 bash[14068]: cephadm 2024-01-21T06:59:20.190718+0000 mgr.smithi093.jhwfwc (mgr.14180) 466 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.bmdxsr on smithi143 2024-01-21T06:59:22.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:21 smithi143 bash[18953]: cluster 2024-01-21T06:59:20.995792+0000 mon.smithi093 (mon.0) 750 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T06:59:22.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:21 smithi143 bash[18953]: cluster 2024-01-21T06:59:20.995849+0000 mon.smithi093 (mon.0) 751 : cluster [INF] Cluster is now healthy 2024-01-21T06:59:22.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:21 smithi093 bash[14068]: cluster 2024-01-21T06:59:20.995792+0000 mon.smithi093 (mon.0) 750 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T06:59:22.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:21 smithi093 bash[14068]: cluster 2024-01-21T06:59:20.995849+0000 mon.smithi093 (mon.0) 751 : cluster [INF] Cluster is now healthy 2024-01-21T06:59:22.304 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:22.305 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:56:58.616817Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.euowsx on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:23.101 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:22 smithi093 bash[14068]: cluster 2024-01-21T06:59:22.173715+0000 mgr.smithi093.jhwfwc (mgr.14180) 467 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:23.101 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:22 smithi093 bash[14068]: audit 2024-01-21T06:59:22.291037+0000 mgr.smithi093.jhwfwc (mgr.14180) 468 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:23.102 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:23.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:22 smithi143 bash[18953]: cluster 2024-01-21T06:59:22.173715+0000 mgr.smithi093.jhwfwc (mgr.14180) 467 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:23.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:22 smithi143 bash[18953]: audit 2024-01-21T06:59:22.291037+0000 mgr.smithi093.jhwfwc (mgr.14180) 468 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:24.104 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:24.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:24 smithi093 bash[14068]: audit 2024-01-21T06:59:24.219799+0000 mon.smithi093 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.bmdxsr"}]: dispatch 2024-01-21T06:59:24.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:24 smithi143 bash[18953]: audit 2024-01-21T06:59:24.219799+0000 mon.smithi093 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.bmdxsr"}]: dispatch 2024-01-21T06:59:25.536 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: cluster 2024-01-21T06:59:24.174706+0000 mgr.smithi093.jhwfwc (mgr.14180) 469 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:25.536 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: cephadm 2024-01-21T06:59:24.218746+0000 mgr.smithi093.jhwfwc (mgr.14180) 470 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.536 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:25.536 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.536 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.536 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:25.536 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.536 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.bmdxsr ... 2024-01-21T06:59:25.536 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:25.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.bmdxsr ... 2024-01-21T06:59:25.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:25.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:25.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:25.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: cephadm 2024-01-21T06:59:24.219225+0000 mgr.smithi093.jhwfwc (mgr.14180) 471 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: cephadm 2024-01-21T06:59:24.221058+0000 mgr.smithi093.jhwfwc (mgr.14180) 472 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:25.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:25.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.bmdxsr ... 2024-01-21T06:59:25.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:25.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:25.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:25.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:25 smithi093 bash[14068]: cephadm 2024-01-21T06:59:24.223955+0000 mgr.smithi093.jhwfwc (mgr.14180) 473 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.ifawyc on smithi093 2024-01-21T06:59:25.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: cluster 2024-01-21T06:59:24.174706+0000 mgr.smithi093.jhwfwc (mgr.14180) 469 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:25.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: cephadm 2024-01-21T06:59:24.218746+0000 mgr.smithi093.jhwfwc (mgr.14180) 470 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:25.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:25.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.bmdxsr ... 2024-01-21T06:59:25.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:25.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.bmdxsr ... 2024-01-21T06:59:25.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:25.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:25.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:25.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: cephadm 2024-01-21T06:59:24.219225+0000 mgr.smithi093.jhwfwc (mgr.14180) 471 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: cephadm 2024-01-21T06:59:24.221058+0000 mgr.smithi093.jhwfwc (mgr.14180) 472 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:25.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T06:59:25.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:25.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T06:59:25.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.bmdxsr ... 2024-01-21T06:59:25.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:25.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:25.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:25.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:25.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:25 smithi143 bash[18953]: cephadm 2024-01-21T06:59:24.223955+0000 mgr.smithi093.jhwfwc (mgr.14180) 473 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.ifawyc on smithi093 2024-01-21T06:59:27.401 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:27.401 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:10.030440Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.fhwwtr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-fhwwtr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.fhwwtr\nDeploy daemon haproxy.rgw.foo.smithi143.fhwwtr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.977721Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxuhol on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxuhol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxuhol\nDeploy daemon haproxy.rgw.foo.smithi093.sxuhol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:58:13.980007Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.weqrha on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:27.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:27 smithi143 bash[18953]: cluster 2024-01-21T06:59:26.175710+0000 mgr.smithi093.jhwfwc (mgr.14180) 474 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:27.618 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:27 smithi093 bash[14068]: cluster 2024-01-21T06:59:26.175710+0000 mgr.smithi093.jhwfwc (mgr.14180) 474 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:28.313 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:28.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:28 smithi143 bash[18953]: audit 2024-01-21T06:59:27.387528+0000 mgr.smithi093.jhwfwc (mgr.14180) 475 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:28.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:28 smithi093 bash[14068]: audit 2024-01-21T06:59:27.387528+0000 mgr.smithi093.jhwfwc (mgr.14180) 475 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:29.314 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:29.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: cluster 2024-01-21T06:59:28.176672+0000 mgr.smithi093.jhwfwc (mgr.14180) 476 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:29.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: cephadm 2024-01-21T06:59:28.364071+0000 mgr.smithi093.jhwfwc (mgr.14180) 477 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.ifawyc ... 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T06:59:29.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.ifawyc ... 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: cephadm 2024-01-21T06:59:28.364300+0000 mgr.smithi093.jhwfwc (mgr.14180) 478 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: audit 2024-01-21T06:59:28.364790+0000 mon.smithi093 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.ifawyc"}]: dispatch 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: cephadm 2024-01-21T06:59:28.365928+0000 mgr.smithi093.jhwfwc (mgr.14180) 479 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.ifawyc ... 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: cephadm 2024-01-21T06:59:28.368159+0000 mgr.smithi093.jhwfwc (mgr.14180) 480 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:59:29.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: cephadm 2024-01-21T06:59:28.372222+0000 mgr.smithi093.jhwfwc (mgr.14180) 481 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:59:29.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: cluster 2024-01-21T06:59:28.373361+0000 mgr.smithi093.jhwfwc (mgr.14180) 482 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:29.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:29 smithi143 bash[18953]: audit 2024-01-21T06:59:29.157219+0000 mon.smithi093 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:59:29.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: cluster 2024-01-21T06:59:28.176672+0000 mgr.smithi093.jhwfwc (mgr.14180) 476 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: cephadm 2024-01-21T06:59:28.364071+0000 mgr.smithi093.jhwfwc (mgr.14180) 477 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.ifawyc ... 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:29.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.ifawyc ... 2024-01-21T06:59:29.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:29.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:29.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:29.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: cephadm 2024-01-21T06:59:28.364300+0000 mgr.smithi093.jhwfwc (mgr.14180) 478 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: audit 2024-01-21T06:59:28.364790+0000 mon.smithi093 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.ifawyc"}]: dispatch 2024-01-21T06:59:29.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: cephadm 2024-01-21T06:59:28.365928+0000 mgr.smithi093.jhwfwc (mgr.14180) 479 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.ifawyc ... 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: cephadm 2024-01-21T06:59:28.368159+0000 mgr.smithi093.jhwfwc (mgr.14180) 480 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: cephadm 2024-01-21T06:59:28.372222+0000 mgr.smithi093.jhwfwc (mgr.14180) 481 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: cluster 2024-01-21T06:59:28.373361+0000 mgr.smithi093.jhwfwc (mgr.14180) 482 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:29.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:29 smithi093 bash[14068]: audit 2024-01-21T06:59:29.157219+0000 mon.smithi093 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T06:59:30.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:30 smithi143 bash[18953]: cluster 2024-01-21T06:59:29.291627+0000 mon.smithi093 (mon.0) 755 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T06:59:30.653 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:30 smithi093 bash[14068]: cluster 2024-01-21T06:59:29.291627+0000 mon.smithi093 (mon.0) 755 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T06:59:31.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:31 smithi093 bash[14068]: cluster 2024-01-21T06:59:30.374831+0000 mgr.smithi093.jhwfwc (mgr.14180) 483 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:31.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:31 smithi143 bash[18953]: cluster 2024-01-21T06:59:30.374831+0000 mgr.smithi093.jhwfwc (mgr.14180) 483 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:32.626 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:32.627 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:33.374 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:33.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:33 smithi093 bash[14068]: cluster 2024-01-21T06:59:32.375658+0000 mgr.smithi093.jhwfwc (mgr.14180) 484 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:33.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:33 smithi143 bash[18953]: cluster 2024-01-21T06:59:32.375658+0000 mgr.smithi093.jhwfwc (mgr.14180) 484 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:34.375 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:34.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:34 smithi093 bash[14068]: audit 2024-01-21T06:59:32.617156+0000 mgr.smithi093.jhwfwc (mgr.14180) 485 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:34.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:34 smithi143 bash[18953]: audit 2024-01-21T06:59:32.617156+0000 mgr.smithi093.jhwfwc (mgr.14180) 485 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:35.800 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:35 smithi093 bash[14068]: cluster 2024-01-21T06:59:34.376877+0000 mgr.smithi093.jhwfwc (mgr.14180) 486 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:35.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:35 smithi143 bash[18953]: cluster 2024-01-21T06:59:34.376877+0000 mgr.smithi093.jhwfwc (mgr.14180) 486 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:37.399 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:37.399 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:37.617 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:37 smithi093 bash[14068]: cluster 2024-01-21T06:59:36.377692+0000 mgr.smithi093.jhwfwc (mgr.14180) 487 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:37.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:37 smithi143 bash[18953]: cluster 2024-01-21T06:59:36.377692+0000 mgr.smithi093.jhwfwc (mgr.14180) 487 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:38.148 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:38.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:38 smithi143 bash[18953]: audit 2024-01-21T06:59:37.391650+0000 mgr.smithi093.jhwfwc (mgr.14180) 488 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:38.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:38 smithi093 bash[14068]: audit 2024-01-21T06:59:37.391650+0000 mgr.smithi093.jhwfwc (mgr.14180) 488 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:39.149 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:39.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:39 smithi093 bash[14068]: cluster 2024-01-21T06:59:38.378738+0000 mgr.smithi093.jhwfwc (mgr.14180) 489 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:39.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:39 smithi143 bash[18953]: cluster 2024-01-21T06:59:38.378738+0000 mgr.smithi093.jhwfwc (mgr.14180) 489 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:41.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:41 smithi143 bash[18953]: cluster 2024-01-21T06:59:40.380089+0000 mgr.smithi093.jhwfwc (mgr.14180) 490 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:41.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:41 smithi093 bash[14068]: cluster 2024-01-21T06:59:40.380089+0000 mgr.smithi093.jhwfwc (mgr.14180) 490 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:42.360 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:42.360 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:43.126 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:43.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:43 smithi143 bash[18953]: audit 2024-01-21T06:59:42.350753+0000 mgr.smithi093.jhwfwc (mgr.14180) 491 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:43.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:43 smithi143 bash[18953]: cluster 2024-01-21T06:59:42.381141+0000 mgr.smithi093.jhwfwc (mgr.14180) 492 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:43.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:43 smithi093 bash[14068]: audit 2024-01-21T06:59:42.350753+0000 mgr.smithi093.jhwfwc (mgr.14180) 491 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:43.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:43 smithi093 bash[14068]: cluster 2024-01-21T06:59:42.381141+0000 mgr.smithi093.jhwfwc (mgr.14180) 492 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:44.128 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:45.591 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:45 smithi093 bash[14068]: cluster 2024-01-21T06:59:44.382312+0000 mgr.smithi093.jhwfwc (mgr.14180) 493 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:45 smithi143 bash[18953]: cluster 2024-01-21T06:59:44.382312+0000 mgr.smithi093.jhwfwc (mgr.14180) 493 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:47.364 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:47.364 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:47.582 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:47 smithi093 bash[14068]: cluster 2024-01-21T06:59:46.383627+0000 mgr.smithi093.jhwfwc (mgr.14180) 494 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:47.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:47 smithi143 bash[18953]: cluster 2024-01-21T06:59:46.383627+0000 mgr.smithi093.jhwfwc (mgr.14180) 494 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:48.145 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:48.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:48 smithi143 bash[18953]: audit 2024-01-21T06:59:47.349369+0000 mgr.smithi093.jhwfwc (mgr.14180) 495 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:48.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:48 smithi093 bash[14068]: audit 2024-01-21T06:59:47.349369+0000 mgr.smithi093.jhwfwc (mgr.14180) 495 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:49.146 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:49.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:49 smithi093 bash[14068]: cluster 2024-01-21T06:59:48.384813+0000 mgr.smithi093.jhwfwc (mgr.14180) 496 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:49.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:49 smithi143 bash[18953]: cluster 2024-01-21T06:59:48.384813+0000 mgr.smithi093.jhwfwc (mgr.14180) 496 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:51.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:51 smithi143 bash[18953]: cluster 2024-01-21T06:59:50.386268+0000 mgr.smithi093.jhwfwc (mgr.14180) 497 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:51.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:51 smithi093 bash[14068]: cluster 2024-01-21T06:59:50.386268+0000 mgr.smithi093.jhwfwc (mgr.14180) 497 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:52.517 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:52.517 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:53.274 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:53.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:53 smithi093 bash[14068]: cluster 2024-01-21T06:59:52.387555+0000 mgr.smithi093.jhwfwc (mgr.14180) 498 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:53.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:53 smithi093 bash[14068]: audit 2024-01-21T06:59:52.504181+0000 mgr.smithi093.jhwfwc (mgr.14180) 499 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:53.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:53 smithi143 bash[18953]: cluster 2024-01-21T06:59:52.387555+0000 mgr.smithi093.jhwfwc (mgr.14180) 498 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:53.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:53 smithi143 bash[18953]: audit 2024-01-21T06:59:52.504181+0000 mgr.smithi093.jhwfwc (mgr.14180) 499 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:54.275 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:55.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:55 smithi093 bash[14068]: cluster 2024-01-21T06:59:54.388827+0000 mgr.smithi093.jhwfwc (mgr.14180) 500 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:55.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:55 smithi143 bash[18953]: cluster 2024-01-21T06:59:54.388827+0000 mgr.smithi093.jhwfwc (mgr.14180) 500 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:57.301 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T06:59:57.302 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T06:59:57.522 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:57 smithi093 bash[14068]: cluster 2024-01-21T06:59:56.390100+0000 mgr.smithi093.jhwfwc (mgr.14180) 501 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:57.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:57 smithi143 bash[18953]: cluster 2024-01-21T06:59:56.390100+0000 mgr.smithi093.jhwfwc (mgr.14180) 501 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:58.072 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T06:59:58.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:58 smithi143 bash[18953]: audit 2024-01-21T06:59:57.288859+0000 mgr.smithi093.jhwfwc (mgr.14180) 502 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:58.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:58 smithi093 bash[14068]: audit 2024-01-21T06:59:57.288859+0000 mgr.smithi093.jhwfwc (mgr.14180) 502 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:59:59.073 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T06:59:59.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 06:59:59 smithi093 bash[14068]: cluster 2024-01-21T06:59:58.391260+0000 mgr.smithi093.jhwfwc (mgr.14180) 503 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T06:59:59.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 06:59:59 smithi143 bash[18953]: cluster 2024-01-21T06:59:58.391260+0000 mgr.smithi093.jhwfwc (mgr.14180) 503 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:00.572 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000124+0000 mon.smithi093 (mon.0) 756 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000170+0000 mon.smithi093 (mon.0) 757 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000193+0000 mon.smithi093 (mon.0) 758 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000214+0000 mon.smithi093 (mon.0) 759 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000236+0000 mon.smithi093 (mon.0) 760 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000255+0000 mon.smithi093 (mon.0) 761 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000284+0000 mon.smithi093 (mon.0) 762 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000294+0000 mon.smithi093 (mon.0) 763 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000304+0000 mon.smithi093 (mon.0) 764 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi143.bmdxsr ... 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000319+0000 mon.smithi093 (mon.0) 765 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000327+0000 mon.smithi093 (mon.0) 766 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000339+0000 mon.smithi093 (mon.0) 767 : 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-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000356+0000 mon.smithi093 (mon.0) 768 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T07:00:00.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000376+0000 mon.smithi093 (mon.0) 769 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000397+0000 mon.smithi093 (mon.0) 770 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000410+0000 mon.smithi093 (mon.0) 771 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000422+0000 mon.smithi093 (mon.0) 772 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000435+0000 mon.smithi093 (mon.0) 773 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000447+0000 mon.smithi093 (mon.0) 774 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000459+0000 mon.smithi093 (mon.0) 775 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000496+0000 mon.smithi093 (mon.0) 776 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi093.ifawyc ... 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000506+0000 mon.smithi093 (mon.0) 777 : 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=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000539+0000 mon.smithi093 (mon.0) 778 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000579+0000 mon.smithi093 (mon.0) 779 : 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-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000614+0000 mon.smithi093 (mon.0) 780 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000634+0000 mon.smithi093 (mon.0) 781 : 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=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000662+0000 mon.smithi093 (mon.0) 782 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:00:00.574 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.000691+0000 mon.smithi093 (mon.0) 783 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:00:00.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000124+0000 mon.smithi093 (mon.0) 756 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T07:00:00.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000170+0000 mon.smithi093 (mon.0) 757 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-21T07:00:00.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000193+0000 mon.smithi093 (mon.0) 758 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T07:00:00.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000214+0000 mon.smithi093 (mon.0) 759 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T07:00:00.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000236+0000 mon.smithi093 (mon.0) 760 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr 2024-01-21T07:00:00.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000255+0000 mon.smithi093 (mon.0) 761 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T07:00:00.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000284+0000 mon.smithi093 (mon.0) 762 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T07:00:00.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000294+0000 mon.smithi093 (mon.0) 763 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr 2024-01-21T07:00:00.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000304+0000 mon.smithi093 (mon.0) 764 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi143.bmdxsr ... 2024-01-21T07:00:00.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000319+0000 mon.smithi093 (mon.0) 765 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:00.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000327+0000 mon.smithi093 (mon.0) 766 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:00.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000339+0000 mon.smithi093 (mon.0) 767 : 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-21T07:00:00.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000356+0000 mon.smithi093 (mon.0) 768 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T07:00:00.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000376+0000 mon.smithi093 (mon.0) 769 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:00.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000397+0000 mon.smithi093 (mon.0) 770 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T07:00:00.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000410+0000 mon.smithi093 (mon.0) 771 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T07:00:00.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000422+0000 mon.smithi093 (mon.0) 772 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc 2024-01-21T07:00:00.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000435+0000 mon.smithi093 (mon.0) 773 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T07:00:00.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000447+0000 mon.smithi093 (mon.0) 774 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T07:00:00.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000459+0000 mon.smithi093 (mon.0) 775 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc 2024-01-21T07:00:00.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000496+0000 mon.smithi093 (mon.0) 776 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi093.ifawyc ... 2024-01-21T07:00:00.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000506+0000 mon.smithi093 (mon.0) 777 : 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=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:00.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000539+0000 mon.smithi093 (mon.0) 778 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:00.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000579+0000 mon.smithi093 (mon.0) 779 : 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-21T07:00:00.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000614+0000 mon.smithi093 (mon.0) 780 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T07:00:00.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000634+0000 mon.smithi093 (mon.0) 781 : 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=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:00.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000662+0000 mon.smithi093 (mon.0) 782 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:00:00.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.000691+0000 mon.smithi093 (mon.0) 783 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:00:01.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:01 smithi143 bash[18953]: cluster 2024-01-21T07:00:00.392842+0000 mgr.smithi093.jhwfwc (mgr.14180) 504 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:01.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:01 smithi093 bash[14068]: cluster 2024-01-21T07:00:00.392842+0000 mgr.smithi093.jhwfwc (mgr.14180) 504 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:02.362 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:02.363 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:03.202 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:00:03.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:03 smithi143 bash[18953]: audit 2024-01-21T07:00:02.350651+0000 mgr.smithi093.jhwfwc (mgr.14180) 505 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:03.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:03 smithi143 bash[18953]: cluster 2024-01-21T07:00:02.393955+0000 mgr.smithi093.jhwfwc (mgr.14180) 506 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:03.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:03 smithi093 bash[14068]: audit 2024-01-21T07:00:02.350651+0000 mgr.smithi093.jhwfwc (mgr.14180) 505 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:03.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:03 smithi093 bash[14068]: cluster 2024-01-21T07:00:02.393955+0000 mgr.smithi093.jhwfwc (mgr.14180) 506 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:04.204 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:00:05.621 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:05 smithi093 bash[14068]: cluster 2024-01-21T07:00:04.394929+0000 mgr.smithi093.jhwfwc (mgr.14180) 507 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:05.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:05 smithi143 bash[18953]: cluster 2024-01-21T07:00:04.394929+0000 mgr.smithi093.jhwfwc (mgr.14180) 507 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:07.405 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:07.406 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:07.620 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:07 smithi093 bash[14068]: cluster 2024-01-21T07:00:06.396276+0000 mgr.smithi093.jhwfwc (mgr.14180) 508 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:07.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:07 smithi143 bash[18953]: cluster 2024-01-21T07:00:06.396276+0000 mgr.smithi093.jhwfwc (mgr.14180) 508 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:08.169 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:00:08.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:08 smithi143 bash[18953]: audit 2024-01-21T07:00:07.397669+0000 mgr.smithi093.jhwfwc (mgr.14180) 509 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:08.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:08 smithi093 bash[14068]: audit 2024-01-21T07:00:07.397669+0000 mgr.smithi093.jhwfwc (mgr.14180) 509 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:09.170 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:00:09.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:09 smithi143 bash[18953]: cluster 2024-01-21T07:00:08.397485+0000 mgr.smithi093.jhwfwc (mgr.14180) 510 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:09.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:09 smithi093 bash[14068]: cluster 2024-01-21T07:00:08.397485+0000 mgr.smithi093.jhwfwc (mgr.14180) 510 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:11.292 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:11 smithi093 bash[14068]: cluster 2024-01-21T07:00:10.398965+0000 mgr.smithi093.jhwfwc (mgr.14180) 511 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:11.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:11 smithi143 bash[18953]: cluster 2024-01-21T07:00:10.398965+0000 mgr.smithi093.jhwfwc (mgr.14180) 511 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:12.505 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:12.505 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:13.324 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:00:13.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:13 smithi093 bash[14068]: cluster 2024-01-21T07:00:12.399756+0000 mgr.smithi093.jhwfwc (mgr.14180) 512 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:13.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:13 smithi093 bash[14068]: audit 2024-01-21T07:00:12.491918+0000 mgr.smithi093.jhwfwc (mgr.14180) 513 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:13.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:13 smithi143 bash[18953]: cluster 2024-01-21T07:00:12.399756+0000 mgr.smithi093.jhwfwc (mgr.14180) 512 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:13.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:13 smithi143 bash[18953]: audit 2024-01-21T07:00:12.491918+0000 mgr.smithi093.jhwfwc (mgr.14180) 513 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:14.325 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:00:15.769 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:15 smithi093 bash[14068]: cluster 2024-01-21T07:00:14.400989+0000 mgr.smithi093.jhwfwc (mgr.14180) 514 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:15.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:15 smithi143 bash[18953]: cluster 2024-01-21T07:00:14.400989+0000 mgr.smithi093.jhwfwc (mgr.14180) 514 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:17.639 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:17.639 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:17.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:17 smithi093 bash[14068]: cluster 2024-01-21T07:00:16.401850+0000 mgr.smithi093.jhwfwc (mgr.14180) 515 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:17.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:17 smithi143 bash[18953]: cluster 2024-01-21T07:00:16.401850+0000 mgr.smithi093.jhwfwc (mgr.14180) 515 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:18.411 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:00:19.412 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:00:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:19 smithi143 bash[18953]: audit 2024-01-21T07:00:17.625184+0000 mgr.smithi093.jhwfwc (mgr.14180) 516 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:19 smithi143 bash[18953]: cluster 2024-01-21T07:00:18.403006+0000 mgr.smithi093.jhwfwc (mgr.14180) 517 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:19.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:19 smithi093 bash[14068]: audit 2024-01-21T07:00:17.625184+0000 mgr.smithi093.jhwfwc (mgr.14180) 516 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:19.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:19 smithi093 bash[14068]: cluster 2024-01-21T07:00:18.403006+0000 mgr.smithi093.jhwfwc (mgr.14180) 517 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:21.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:21 smithi093 bash[14068]: cluster 2024-01-21T07:00:20.404509+0000 mgr.smithi093.jhwfwc (mgr.14180) 518 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:21.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:21 smithi143 bash[18953]: cluster 2024-01-21T07:00:20.404509+0000 mgr.smithi093.jhwfwc (mgr.14180) 518 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:22.737 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:22.737 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:23.526 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:00:23.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:23 smithi143 bash[18953]: cluster 2024-01-21T07:00:22.405702+0000 mgr.smithi093.jhwfwc (mgr.14180) 519 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:23.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:23 smithi093 bash[14068]: cluster 2024-01-21T07:00:22.405702+0000 mgr.smithi093.jhwfwc (mgr.14180) 519 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:24.528 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:00:24.726 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:24 smithi093 bash[14068]: audit 2024-01-21T07:00:22.724186+0000 mgr.smithi093.jhwfwc (mgr.14180) 520 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:24.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:24 smithi143 bash[18953]: audit 2024-01-21T07:00:22.724186+0000 mgr.smithi093.jhwfwc (mgr.14180) 520 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:25.774 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:25 smithi093 bash[14068]: cluster 2024-01-21T07:00:24.406913+0000 mgr.smithi093.jhwfwc (mgr.14180) 521 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:25.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:25 smithi143 bash[18953]: cluster 2024-01-21T07:00:24.406913+0000 mgr.smithi093.jhwfwc (mgr.14180) 521 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:27.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:27 smithi093 bash[14068]: cluster 2024-01-21T07:00:26.408330+0000 mgr.smithi093.jhwfwc (mgr.14180) 522 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:27.776 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:27.776 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:58:13.982176Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.zomwxt on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:27.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:27 smithi143 bash[18953]: cluster 2024-01-21T07:00:26.408330+0000 mgr.smithi093.jhwfwc (mgr.14180) 522 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:28.561 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:00:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:28 smithi143 bash[18953]: audit 2024-01-21T07:00:28.376229+0000 mon.smithi093 (mon.0) 784 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:00:28.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:28 smithi093 bash[14068]: audit 2024-01-21T07:00:28.376229+0000 mon.smithi093 (mon.0) 784 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:00:29.562 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:00:29.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:29 smithi093 bash[14068]: audit 2024-01-21T07:00:27.761691+0000 mgr.smithi093.jhwfwc (mgr.14180) 523 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:29.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:29 smithi093 bash[14068]: cluster 2024-01-21T07:00:28.409474+0000 mgr.smithi093.jhwfwc (mgr.14180) 524 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:29.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:29 smithi093 bash[14068]: audit 2024-01-21T07:00:28.681803+0000 mon.smithi093 (mon.0) 785 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:00:29.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:29 smithi093 bash[14068]: audit 2024-01-21T07:00:28.683197+0000 mon.smithi093 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:00:29.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:29 smithi093 bash[14068]: audit 2024-01-21T07:00:28.691406+0000 mon.smithi093 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:00:29.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:29 smithi093 bash[14068]: audit 2024-01-21T07:00:28.698682+0000 mon.smithi093 (mon.0) 788 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:00:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:29 smithi143 bash[18953]: audit 2024-01-21T07:00:27.761691+0000 mgr.smithi093.jhwfwc (mgr.14180) 523 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:29 smithi143 bash[18953]: cluster 2024-01-21T07:00:28.409474+0000 mgr.smithi093.jhwfwc (mgr.14180) 524 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:29 smithi143 bash[18953]: audit 2024-01-21T07:00:28.681803+0000 mon.smithi093 (mon.0) 785 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:00:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:29 smithi143 bash[18953]: audit 2024-01-21T07:00:28.683197+0000 mon.smithi093 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:00:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:29 smithi143 bash[18953]: audit 2024-01-21T07:00:28.691406+0000 mon.smithi093 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:00:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:29 smithi143 bash[18953]: audit 2024-01-21T07:00:28.698682+0000 mon.smithi093 (mon.0) 788 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:00:30.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:30 smithi143 bash[18953]: cluster 2024-01-21T07:00:28.692295+0000 mgr.smithi093.jhwfwc (mgr.14180) 525 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:30.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:30 smithi143 bash[18953]: cephadm 2024-01-21T07:00:28.708932+0000 mgr.smithi093.jhwfwc (mgr.14180) 526 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.knlhiy on smithi143 2024-01-21T07:00:30.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:30 smithi143 bash[18953]: cluster 2024-01-21T07:00:29.687836+0000 mon.smithi093 (mon.0) 789 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:00:30.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:30 smithi143 bash[18953]: cluster 2024-01-21T07:00:29.687900+0000 mon.smithi093 (mon.0) 790 : cluster [INF] Cluster is now healthy 2024-01-21T07:00:30.825 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:30 smithi093 bash[14068]: cluster 2024-01-21T07:00:28.692295+0000 mgr.smithi093.jhwfwc (mgr.14180) 525 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:30.825 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:30 smithi093 bash[14068]: cephadm 2024-01-21T07:00:28.708932+0000 mgr.smithi093.jhwfwc (mgr.14180) 526 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.knlhiy on smithi143 2024-01-21T07:00:30.825 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:30 smithi093 bash[14068]: cluster 2024-01-21T07:00:29.687836+0000 mon.smithi093 (mon.0) 789 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:00:30.825 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:30 smithi093 bash[14068]: cluster 2024-01-21T07:00:29.687900+0000 mon.smithi093 (mon.0) 790 : cluster [INF] Cluster is now healthy 2024-01-21T07:00:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:32 smithi143 bash[18953]: cluster 2024-01-21T07:00:30.693521+0000 mgr.smithi093.jhwfwc (mgr.14180) 527 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:32.897 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:32.897 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:24.220899Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.bmdxsr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-bmdxsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.bmdxsr\nDeploy daemon haproxy.rgw.foo.smithi143.bmdxsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.365775Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.ifawyc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-ifawyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.ifawyc\nDeploy daemon haproxy.rgw.foo.smithi093.ifawyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T06:59:28.368022Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pimorg on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:32.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:32 smithi093 bash[14068]: cluster 2024-01-21T07:00:30.693521+0000 mgr.smithi093.jhwfwc (mgr.14180) 527 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:33.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:33 smithi093 bash[14068]: audit 2024-01-21T07:00:32.664007+0000 mon.smithi093 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.knlhiy"}]: dispatch 2024-01-21T07:00:33.781 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:00:33.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:33 smithi143 bash[18953]: audit 2024-01-21T07:00:32.664007+0000 mon.smithi093 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.knlhiy"}]: dispatch 2024-01-21T07:00:34.783 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:00:34.830 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: cephadm 2024-01-21T07:00:32.662985+0000 mgr.smithi093.jhwfwc (mgr.14180) 528 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.830 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:34.830 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.knlhiy ... 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:00:34.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.knlhiy ... 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: cephadm 2024-01-21T07:00:32.663554+0000 mgr.smithi093.jhwfwc (mgr.14180) 529 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: cephadm 2024-01-21T07:00:32.665150+0000 mgr.smithi093.jhwfwc (mgr.14180) 530 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.knlhiy ... 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: cephadm 2024-01-21T07:00:32.669900+0000 mgr.smithi093.jhwfwc (mgr.14180) 531 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.czsgrr on smithi093 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: cluster 2024-01-21T07:00:32.694264+0000 mgr.smithi093.jhwfwc (mgr.14180) 532 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: audit 2024-01-21T07:00:32.885369+0000 mgr.smithi093.jhwfwc (mgr.14180) 533 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:34.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:34 smithi143 bash[18953]: audit 2024-01-21T07:00:34.219221+0000 mon.smithi093 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:00:34.843 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: cephadm 2024-01-21T07:00:32.662985+0000 mgr.smithi093.jhwfwc (mgr.14180) 528 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.843 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.knlhiy ... 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:00:34.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:00:34.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:00:34.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:00:34.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:34.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:34.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.knlhiy ... 2024-01-21T07:00:34.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: cephadm 2024-01-21T07:00:32.663554+0000 mgr.smithi093.jhwfwc (mgr.14180) 529 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: cephadm 2024-01-21T07:00:32.665150+0000 mgr.smithi093.jhwfwc (mgr.14180) 530 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.knlhiy ... 2024-01-21T07:00:34.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:34.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:34.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:34.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:34.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: cephadm 2024-01-21T07:00:32.669900+0000 mgr.smithi093.jhwfwc (mgr.14180) 531 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.czsgrr on smithi093 2024-01-21T07:00:34.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: cluster 2024-01-21T07:00:32.694264+0000 mgr.smithi093.jhwfwc (mgr.14180) 532 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:34.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: audit 2024-01-21T07:00:32.885369+0000 mgr.smithi093.jhwfwc (mgr.14180) 533 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:34.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:34 smithi093 bash[14068]: audit 2024-01-21T07:00:34.219221+0000 mon.smithi093 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:00:36.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:36 smithi093 bash[14068]: cluster 2024-01-21T07:00:34.695267+0000 mgr.smithi093.jhwfwc (mgr.14180) 534 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:36.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:36 smithi143 bash[18953]: cluster 2024-01-21T07:00:34.695267+0000 mgr.smithi093.jhwfwc (mgr.14180) 534 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:37.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:37 smithi143 bash[18953]: audit 2024-01-21T07:00:37.155554+0000 mon.smithi093 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.czsgrr"}]: dispatch 2024-01-21T07:00:37.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:37 smithi093 bash[14068]: audit 2024-01-21T07:00:37.155554+0000 mon.smithi093 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.czsgrr"}]: dispatch 2024-01-21T07:00:38.614 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:38.614 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: cluster 2024-01-21T07:00:36.696410+0000 mgr.smithi093.jhwfwc (mgr.14180) 535 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: cephadm 2024-01-21T07:00:37.154776+0000 mgr.smithi093.jhwfwc (mgr.14180) 536 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.czsgrr ... 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:00:38.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:38.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:38.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.czsgrr ... 2024-01-21T07:00:38.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: cephadm 2024-01-21T07:00:37.155031+0000 mgr.smithi093.jhwfwc (mgr.14180) 537 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: cephadm 2024-01-21T07:00:37.156691+0000 mgr.smithi093.jhwfwc (mgr.14180) 538 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.czsgrr ... 2024-01-21T07:00:38.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:38.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:38.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:38.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: cephadm 2024-01-21T07:00:37.158678+0000 mgr.smithi093.jhwfwc (mgr.14180) 539 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:00:38.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: cephadm 2024-01-21T07:00:37.160259+0000 mgr.smithi093.jhwfwc (mgr.14180) 540 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:00:38.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: cluster 2024-01-21T07:00:37.161271+0000 mgr.smithi093.jhwfwc (mgr.14180) 541 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:38.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:38 smithi143 bash[18953]: cluster 2024-01-21T07:00:37.515977+0000 mon.smithi093 (mon.0) 794 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:00:38.825 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: cluster 2024-01-21T07:00:36.696410+0000 mgr.smithi093.jhwfwc (mgr.14180) 535 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:38.825 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: cephadm 2024-01-21T07:00:37.154776+0000 mgr.smithi093.jhwfwc (mgr.14180) 536 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.825 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:38.825 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.825 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.czsgrr ... 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:00:38.826 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.827 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:38.827 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.827 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.827 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:38.827 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.827 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.czsgrr ... 2024-01-21T07:00:38.827 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.827 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: cephadm 2024-01-21T07:00:37.155031+0000 mgr.smithi093.jhwfwc (mgr.14180) 537 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: cephadm 2024-01-21T07:00:37.156691+0000 mgr.smithi093.jhwfwc (mgr.14180) 538 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.czsgrr ... 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:00:38.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:00:38.829 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:00:38.829 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:00:38.829 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: cephadm 2024-01-21T07:00:37.158678+0000 mgr.smithi093.jhwfwc (mgr.14180) 539 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:00:38.829 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: cephadm 2024-01-21T07:00:37.160259+0000 mgr.smithi093.jhwfwc (mgr.14180) 540 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:00:38.829 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: cluster 2024-01-21T07:00:37.161271+0000 mgr.smithi093.jhwfwc (mgr.14180) 541 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:38.829 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:38 smithi093 bash[14068]: cluster 2024-01-21T07:00:37.515977+0000 mon.smithi093 (mon.0) 794 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:00:39.452 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:00:40.453 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:00:40.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:40 smithi093 bash[14068]: audit 2024-01-21T07:00:38.601236+0000 mgr.smithi093.jhwfwc (mgr.14180) 542 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:40.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:40 smithi093 bash[14068]: cluster 2024-01-21T07:00:39.162032+0000 mgr.smithi093.jhwfwc (mgr.14180) 543 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:40.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:40 smithi093 bash[14068]: audit 2024-01-21T07:00:39.210567+0000 mon.smithi093 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:00:40.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:40 smithi143 bash[18953]: audit 2024-01-21T07:00:38.601236+0000 mgr.smithi093.jhwfwc (mgr.14180) 542 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:40.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:40 smithi143 bash[18953]: cluster 2024-01-21T07:00:39.162032+0000 mgr.smithi093.jhwfwc (mgr.14180) 543 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:40.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:40 smithi143 bash[18953]: audit 2024-01-21T07:00:39.210567+0000 mon.smithi093 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:00:42.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:42 smithi143 bash[18953]: cluster 2024-01-21T07:00:41.162882+0000 mgr.smithi093.jhwfwc (mgr.14180) 544 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:42 smithi093 bash[14068]: cluster 2024-01-21T07:00:41.162882+0000 mgr.smithi093.jhwfwc (mgr.14180) 544 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:43.657 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:43.657 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:44.514 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:44 smithi093 bash[14068]: cluster 2024-01-21T07:00:43.164056+0000 mgr.smithi093.jhwfwc (mgr.14180) 545 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:44.515 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:00:44.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:44 smithi143 bash[18953]: cluster 2024-01-21T07:00:43.164056+0000 mgr.smithi093.jhwfwc (mgr.14180) 545 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:45.515 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:00:45.528 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:45 smithi093 bash[14068]: audit 2024-01-21T07:00:43.643565+0000 mgr.smithi093.jhwfwc (mgr.14180) 546 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:45.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:45 smithi143 bash[18953]: audit 2024-01-21T07:00:43.643565+0000 mgr.smithi093.jhwfwc (mgr.14180) 546 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:46.517 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:46 smithi093 bash[14068]: cluster 2024-01-21T07:00:45.165481+0000 mgr.smithi093.jhwfwc (mgr.14180) 547 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:46.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:46 smithi143 bash[18953]: cluster 2024-01-21T07:00:45.165481+0000 mgr.smithi093.jhwfwc (mgr.14180) 547 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:48.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:48 smithi143 bash[18953]: cluster 2024-01-21T07:00:47.166744+0000 mgr.smithi093.jhwfwc (mgr.14180) 548 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:48.648 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:48.648 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:48.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:48 smithi093 bash[14068]: cluster 2024-01-21T07:00:47.166744+0000 mgr.smithi093.jhwfwc (mgr.14180) 548 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:49.398 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:00:50.400 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:00:50.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:50 smithi143 bash[18953]: audit 2024-01-21T07:00:48.636562+0000 mgr.smithi093.jhwfwc (mgr.14180) 549 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:50.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:50 smithi143 bash[18953]: cluster 2024-01-21T07:00:49.167852+0000 mgr.smithi093.jhwfwc (mgr.14180) 550 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:50.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:50 smithi143 bash[18953]: audit 2024-01-21T07:00:49.219372+0000 mon.smithi093 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:00:50.601 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:50 smithi093 bash[14068]: audit 2024-01-21T07:00:48.636562+0000 mgr.smithi093.jhwfwc (mgr.14180) 549 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:50.601 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:50 smithi093 bash[14068]: cluster 2024-01-21T07:00:49.167852+0000 mgr.smithi093.jhwfwc (mgr.14180) 550 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:50.601 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:50 smithi093 bash[14068]: audit 2024-01-21T07:00:49.219372+0000 mon.smithi093 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:00:52.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:52 smithi143 bash[18953]: cluster 2024-01-21T07:00:51.169244+0000 mgr.smithi093.jhwfwc (mgr.14180) 551 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:52.616 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:52 smithi093 bash[14068]: cluster 2024-01-21T07:00:51.169244+0000 mgr.smithi093.jhwfwc (mgr.14180) 551 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:53.574 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:53.574 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:54.444 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:00:54.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:54 smithi143 bash[18953]: cluster 2024-01-21T07:00:53.170418+0000 mgr.smithi093.jhwfwc (mgr.14180) 552 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:54.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:54 smithi093 bash[14068]: cluster 2024-01-21T07:00:53.170418+0000 mgr.smithi093.jhwfwc (mgr.14180) 552 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:55.445 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:00:55.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:55 smithi143 bash[18953]: audit 2024-01-21T07:00:53.562028+0000 mgr.smithi093.jhwfwc (mgr.14180) 553 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:55.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:55 smithi093 bash[14068]: audit 2024-01-21T07:00:53.562028+0000 mgr.smithi093.jhwfwc (mgr.14180) 553 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:00:56.499 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:56 smithi093 bash[14068]: cluster 2024-01-21T07:00:55.171834+0000 mgr.smithi093.jhwfwc (mgr.14180) 554 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:56.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:56 smithi143 bash[18953]: cluster 2024-01-21T07:00:55.171834+0000 mgr.smithi093.jhwfwc (mgr.14180) 554 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:58.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:00:58 smithi143 bash[18953]: cluster 2024-01-21T07:00:57.173128+0000 mgr.smithi093.jhwfwc (mgr.14180) 555 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:58.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:00:58 smithi093 bash[14068]: cluster 2024-01-21T07:00:57.173128+0000 mgr.smithi093.jhwfwc (mgr.14180) 555 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:00:58.761 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:00:58.761 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:00:59.533 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:00.534 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:00.547 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:00 smithi093 bash[14068]: audit 2024-01-21T07:00:58.746924+0000 mgr.smithi093.jhwfwc (mgr.14180) 556 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:00.547 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:00 smithi093 bash[14068]: cluster 2024-01-21T07:00:59.174319+0000 mgr.smithi093.jhwfwc (mgr.14180) 557 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:00.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:00 smithi143 bash[18953]: audit 2024-01-21T07:00:58.746924+0000 mgr.smithi093.jhwfwc (mgr.14180) 556 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:00.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:00 smithi143 bash[18953]: cluster 2024-01-21T07:00:59.174319+0000 mgr.smithi093.jhwfwc (mgr.14180) 557 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:02.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:02 smithi093 bash[14068]: cluster 2024-01-21T07:01:01.175525+0000 mgr.smithi093.jhwfwc (mgr.14180) 558 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:02.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:02 smithi143 bash[18953]: cluster 2024-01-21T07:01:01.175525+0000 mgr.smithi093.jhwfwc (mgr.14180) 558 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:03.839 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:03.840 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:01:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:04 smithi093 bash[14068]: cluster 2024-01-21T07:01:03.176699+0000 mgr.smithi093.jhwfwc (mgr.14180) 559 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:04.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:04 smithi143 bash[18953]: cluster 2024-01-21T07:01:03.176699+0000 mgr.smithi093.jhwfwc (mgr.14180) 559 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:04.667 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:05 smithi143 bash[18953]: audit 2024-01-21T07:01:03.828175+0000 mgr.smithi093.jhwfwc (mgr.14180) 560 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:05.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:05 smithi093 bash[14068]: audit 2024-01-21T07:01:03.828175+0000 mgr.smithi093.jhwfwc (mgr.14180) 560 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:05.668 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:06.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:06 smithi143 bash[18953]: cluster 2024-01-21T07:01:05.178088+0000 mgr.smithi093.jhwfwc (mgr.14180) 561 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:06.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:06 smithi093 bash[14068]: cluster 2024-01-21T07:01:05.178088+0000 mgr.smithi093.jhwfwc (mgr.14180) 561 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:08.550 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:08 smithi093 bash[14068]: cluster 2024-01-21T07:01:07.178979+0000 mgr.smithi093.jhwfwc (mgr.14180) 562 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:08.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:08 smithi143 bash[18953]: cluster 2024-01-21T07:01:07.178979+0000 mgr.smithi093.jhwfwc (mgr.14180) 562 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:08.938 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:08.938 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:01:09.804 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:10.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:10 smithi143 bash[18953]: audit 2024-01-21T07:01:08.926746+0000 mgr.smithi093.jhwfwc (mgr.14180) 563 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:10.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:10 smithi143 bash[18953]: cluster 2024-01-21T07:01:09.179986+0000 mgr.smithi093.jhwfwc (mgr.14180) 564 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:10.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:10 smithi093 bash[14068]: audit 2024-01-21T07:01:08.926746+0000 mgr.smithi093.jhwfwc (mgr.14180) 563 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:10.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:10 smithi093 bash[14068]: cluster 2024-01-21T07:01:09.179986+0000 mgr.smithi093.jhwfwc (mgr.14180) 564 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:10.805 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:12.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:12 smithi143 bash[18953]: cluster 2024-01-21T07:01:11.180856+0000 mgr.smithi093.jhwfwc (mgr.14180) 565 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:12.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:12 smithi093 bash[14068]: cluster 2024-01-21T07:01:11.180856+0000 mgr.smithi093.jhwfwc (mgr.14180) 565 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:14.129 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:14.129 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:01:14.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:14 smithi143 bash[18953]: cluster 2024-01-21T07:01:13.181537+0000 mgr.smithi093.jhwfwc (mgr.14180) 566 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:14.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:14 smithi093 bash[14068]: cluster 2024-01-21T07:01:13.181537+0000 mgr.smithi093.jhwfwc (mgr.14180) 566 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:14.878 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:15.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:15 smithi143 bash[18953]: audit 2024-01-21T07:01:14.121240+0000 mgr.smithi093.jhwfwc (mgr.14180) 567 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:15.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:15 smithi093 bash[14068]: audit 2024-01-21T07:01:14.121240+0000 mgr.smithi093.jhwfwc (mgr.14180) 567 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:15.879 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:16.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:16 smithi093 bash[14068]: cluster 2024-01-21T07:01:15.182966+0000 mgr.smithi093.jhwfwc (mgr.14180) 568 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:16.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:16 smithi143 bash[18953]: cluster 2024-01-21T07:01:15.182966+0000 mgr.smithi093.jhwfwc (mgr.14180) 568 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:18.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:18 smithi143 bash[18953]: cluster 2024-01-21T07:01:17.184183+0000 mgr.smithi093.jhwfwc (mgr.14180) 569 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:18.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:18 smithi093 bash[14068]: cluster 2024-01-21T07:01:17.184183+0000 mgr.smithi093.jhwfwc (mgr.14180) 569 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:19.217 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:19.217 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:01:20.029 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:20 smithi093 bash[14068]: cluster 2024-01-21T07:01:19.185408+0000 mgr.smithi093.jhwfwc (mgr.14180) 570 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:20 smithi093 bash[14068]: audit 2024-01-21T07:01:19.205630+0000 mgr.smithi093.jhwfwc (mgr.14180) 571 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:20 smithi143 bash[18953]: cluster 2024-01-21T07:01:19.185408+0000 mgr.smithi093.jhwfwc (mgr.14180) 570 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:20 smithi143 bash[18953]: audit 2024-01-21T07:01:19.205630+0000 mgr.smithi093.jhwfwc (mgr.14180) 571 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:21.030 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:22.585 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:22 smithi093 bash[14068]: cluster 2024-01-21T07:01:21.186663+0000 mgr.smithi093.jhwfwc (mgr.14180) 572 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:22.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:22 smithi143 bash[18953]: cluster 2024-01-21T07:01:21.186663+0000 mgr.smithi093.jhwfwc (mgr.14180) 572 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:24.321 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:24.321 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:01:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:24 smithi093 bash[14068]: cluster 2024-01-21T07:01:23.187815+0000 mgr.smithi093.jhwfwc (mgr.14180) 573 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:24.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:24 smithi143 bash[18953]: cluster 2024-01-21T07:01:23.187815+0000 mgr.smithi093.jhwfwc (mgr.14180) 573 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:25.089 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:25.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:25 smithi093 bash[14068]: audit 2024-01-21T07:01:24.313055+0000 mgr.smithi093.jhwfwc (mgr.14180) 574 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:25.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:25 smithi143 bash[18953]: audit 2024-01-21T07:01:24.313055+0000 mgr.smithi093.jhwfwc (mgr.14180) 574 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:26.090 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:26.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:26 smithi093 bash[14068]: cluster 2024-01-21T07:01:25.189234+0000 mgr.smithi093.jhwfwc (mgr.14180) 575 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:26.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:26 smithi143 bash[18953]: cluster 2024-01-21T07:01:25.189234+0000 mgr.smithi093.jhwfwc (mgr.14180) 575 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:28.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:28 smithi093 bash[14068]: cluster 2024-01-21T07:01:27.190447+0000 mgr.smithi093.jhwfwc (mgr.14180) 576 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:28 smithi143 bash[18953]: cluster 2024-01-21T07:01:27.190447+0000 mgr.smithi093.jhwfwc (mgr.14180) 576 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:29.053 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:29.053 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:01:29.783 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:30.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:30 smithi093 bash[14068]: audit 2024-01-21T07:01:29.040731+0000 mgr.smithi093.jhwfwc (mgr.14180) 577 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:30.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:30 smithi093 bash[14068]: cluster 2024-01-21T07:01:29.191597+0000 mgr.smithi093.jhwfwc (mgr.14180) 578 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:30.784 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:30.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:30 smithi143 bash[18953]: audit 2024-01-21T07:01:29.040731+0000 mgr.smithi093.jhwfwc (mgr.14180) 577 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:30.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:30 smithi143 bash[18953]: cluster 2024-01-21T07:01:29.191597+0000 mgr.smithi093.jhwfwc (mgr.14180) 578 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:32.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:32 smithi093 bash[14068]: cluster 2024-01-21T07:01:31.192958+0000 mgr.smithi093.jhwfwc (mgr.14180) 579 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:32 smithi143 bash[18953]: cluster 2024-01-21T07:01:31.192958+0000 mgr.smithi093.jhwfwc (mgr.14180) 579 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:34.129 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:34.129 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:01:34.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:34 smithi093 bash[14068]: cluster 2024-01-21T07:01:33.194066+0000 mgr.smithi093.jhwfwc (mgr.14180) 580 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:34.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:34 smithi143 bash[18953]: cluster 2024-01-21T07:01:33.194066+0000 mgr.smithi093.jhwfwc (mgr.14180) 580 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:34.883 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:35.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:35 smithi093 bash[14068]: audit 2024-01-21T07:01:34.116785+0000 mgr.smithi093.jhwfwc (mgr.14180) 581 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:35.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:35 smithi143 bash[18953]: audit 2024-01-21T07:01:34.116785+0000 mgr.smithi093.jhwfwc (mgr.14180) 581 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:35.884 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:36.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:36 smithi093 bash[14068]: cluster 2024-01-21T07:01:35.195399+0000 mgr.smithi093.jhwfwc (mgr.14180) 582 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:36.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:36 smithi143 bash[18953]: cluster 2024-01-21T07:01:35.195399+0000 mgr.smithi093.jhwfwc (mgr.14180) 582 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:37 smithi093 bash[14068]: audit 2024-01-21T07:01:37.163983+0000 mon.smithi093 (mon.0) 797 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:01:37.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:37 smithi143 bash[18953]: audit 2024-01-21T07:01:37.163983+0000 mon.smithi093 (mon.0) 797 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:01:38.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:38 smithi093 bash[14068]: cluster 2024-01-21T07:01:37.196337+0000 mgr.smithi093.jhwfwc (mgr.14180) 583 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:38.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:38 smithi093 bash[14068]: audit 2024-01-21T07:01:37.443811+0000 mon.smithi093 (mon.0) 798 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:01:38.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:38 smithi093 bash[14068]: audit 2024-01-21T07:01:37.445007+0000 mon.smithi093 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:01:38.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:38 smithi093 bash[14068]: audit 2024-01-21T07:01:37.453019+0000 mon.smithi093 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:01:38.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:38 smithi093 bash[14068]: cluster 2024-01-21T07:01:37.453704+0000 mgr.smithi093.jhwfwc (mgr.14180) 584 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:38.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:38 smithi093 bash[14068]: audit 2024-01-21T07:01:37.460681+0000 mon.smithi093 (mon.0) 801 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:01:38.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:38 smithi093 bash[14068]: cephadm 2024-01-21T07:01:37.468058+0000 mgr.smithi093.jhwfwc (mgr.14180) 585 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.hpdwth on smithi143 2024-01-21T07:01:38.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:38 smithi143 bash[18953]: cluster 2024-01-21T07:01:37.196337+0000 mgr.smithi093.jhwfwc (mgr.14180) 583 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:38.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:38 smithi143 bash[18953]: audit 2024-01-21T07:01:37.443811+0000 mon.smithi093 (mon.0) 798 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:01:38.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:38 smithi143 bash[18953]: audit 2024-01-21T07:01:37.445007+0000 mon.smithi093 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:01:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:38 smithi143 bash[18953]: audit 2024-01-21T07:01:37.453019+0000 mon.smithi093 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:01:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:38 smithi143 bash[18953]: cluster 2024-01-21T07:01:37.453704+0000 mgr.smithi093.jhwfwc (mgr.14180) 584 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:38 smithi143 bash[18953]: audit 2024-01-21T07:01:37.460681+0000 mon.smithi093 (mon.0) 801 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:01:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:38 smithi143 bash[18953]: cephadm 2024-01-21T07:01:37.468058+0000 mgr.smithi093.jhwfwc (mgr.14180) 585 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.hpdwth on smithi143 2024-01-21T07:01:39.136 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:39.136 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:59:28.372018Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.pioptk on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:01:39.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:39 smithi093 bash[14068]: cluster 2024-01-21T07:01:38.449654+0000 mon.smithi093 (mon.0) 802 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:01:39.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:39 smithi093 bash[14068]: cluster 2024-01-21T07:01:38.449734+0000 mon.smithi093 (mon.0) 803 : cluster [INF] Cluster is now healthy 2024-01-21T07:01:39.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:39 smithi143 bash[18953]: cluster 2024-01-21T07:01:38.449654+0000 mon.smithi093 (mon.0) 802 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:01:39.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:39 smithi143 bash[18953]: cluster 2024-01-21T07:01:38.449734+0000 mon.smithi093 (mon.0) 803 : cluster [INF] Cluster is now healthy 2024-01-21T07:01:39.928 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:40.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:40 smithi093 bash[14068]: audit 2024-01-21T07:01:39.125374+0000 mgr.smithi093.jhwfwc (mgr.14180) 586 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:40.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:40 smithi093 bash[14068]: cluster 2024-01-21T07:01:39.454629+0000 mgr.smithi093.jhwfwc (mgr.14180) 587 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:40.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:40 smithi143 bash[18953]: audit 2024-01-21T07:01:39.125374+0000 mgr.smithi093.jhwfwc (mgr.14180) 586 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:40.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:40 smithi143 bash[18953]: cluster 2024-01-21T07:01:39.454629+0000 mgr.smithi093.jhwfwc (mgr.14180) 587 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:40.929 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:41.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:41 smithi143 bash[18953]: audit 2024-01-21T07:01:41.293099+0000 mon.smithi093 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.hpdwth"}]: dispatch 2024-01-21T07:01:41.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:41 smithi093 bash[14068]: audit 2024-01-21T07:01:41.293099+0000 mon.smithi093 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.hpdwth"}]: dispatch 2024-01-21T07:01:42.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: cephadm 2024-01-21T07:01:41.292214+0000 mgr.smithi093.jhwfwc (mgr.14180) 588 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:42.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:42.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.hpdwth ... 2024-01-21T07:01:42.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:42.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.hpdwth ... 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: cephadm 2024-01-21T07:01:41.292594+0000 mgr.smithi093.jhwfwc (mgr.14180) 589 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: cephadm 2024-01-21T07:01:41.295021+0000 mgr.smithi093.jhwfwc (mgr.14180) 590 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:42.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.hpdwth ... 2024-01-21T07:01:42.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:42.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:42.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:42.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: cephadm 2024-01-21T07:01:41.300341+0000 mgr.smithi093.jhwfwc (mgr.14180) 591 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.tkexhv on smithi093 2024-01-21T07:01:42.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:42 smithi093 bash[14068]: cluster 2024-01-21T07:01:41.455234+0000 mgr.smithi093.jhwfwc (mgr.14180) 592 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:42.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: cephadm 2024-01-21T07:01:41.292214+0000 mgr.smithi093.jhwfwc (mgr.14180) 588 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:42.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:42.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.hpdwth ... 2024-01-21T07:01:42.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:42.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.hpdwth ... 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: cephadm 2024-01-21T07:01:41.292594+0000 mgr.smithi093.jhwfwc (mgr.14180) 589 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: cephadm 2024-01-21T07:01:41.295021+0000 mgr.smithi093.jhwfwc (mgr.14180) 590 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth 2024-01-21T07:01:42.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:42.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth 2024-01-21T07:01:42.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.hpdwth ... 2024-01-21T07:01:42.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:42.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:42.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:42.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:42.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: cephadm 2024-01-21T07:01:41.300341+0000 mgr.smithi093.jhwfwc (mgr.14180) 591 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.tkexhv on smithi093 2024-01-21T07:01:42.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:42 smithi143 bash[18953]: cluster 2024-01-21T07:01:41.455234+0000 mgr.smithi093.jhwfwc (mgr.14180) 592 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:44.272 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:44.273 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:32.664961Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.knlhiy on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-knlhiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.knlhiy\nDeploy daemon haproxy.rgw.foo.smithi143.knlhiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.156574Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.czsgrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-czsgrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.czsgrr\nDeploy daemon haproxy.rgw.foo.smithi093.czsgrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:00:37.158570Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sefipm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:01:44.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:44 smithi093 bash[14068]: cluster 2024-01-21T07:01:43.455994+0000 mgr.smithi093.jhwfwc (mgr.14180) 593 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:44.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:44 smithi143 bash[18953]: cluster 2024-01-21T07:01:43.455994+0000 mgr.smithi093.jhwfwc (mgr.14180) 593 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:45.158 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:45 smithi143 bash[18953]: audit 2024-01-21T07:01:44.255922+0000 mgr.smithi093.jhwfwc (mgr.14180) 594 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:45 smithi143 bash[18953]: audit 2024-01-21T07:01:45.252959+0000 mon.smithi093 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.tkexhv"}]: dispatch 2024-01-21T07:01:45.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:45 smithi093 bash[14068]: audit 2024-01-21T07:01:44.255922+0000 mgr.smithi093.jhwfwc (mgr.14180) 594 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:45.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:45 smithi093 bash[14068]: audit 2024-01-21T07:01:45.252959+0000 mon.smithi093 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.tkexhv"}]: dispatch 2024-01-21T07:01:46.159 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:46.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: cephadm 2024-01-21T07:01:45.251703+0000 mgr.smithi093.jhwfwc (mgr.14180) 595 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:46.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:46.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.tkexhv ... 2024-01-21T07:01:46.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.tkexhv ... 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: cephadm 2024-01-21T07:01:45.252231+0000 mgr.smithi093.jhwfwc (mgr.14180) 596 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: cephadm 2024-01-21T07:01:45.254431+0000 mgr.smithi093.jhwfwc (mgr.14180) 597 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:01:46.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.tkexhv ... 2024-01-21T07:01:46.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:46.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:46.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:46.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: cephadm 2024-01-21T07:01:45.258933+0000 mgr.smithi093.jhwfwc (mgr.14180) 598 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:01:46.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: cephadm 2024-01-21T07:01:45.261736+0000 mgr.smithi093.jhwfwc (mgr.14180) 599 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:01:46.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: cluster 2024-01-21T07:01:45.263095+0000 mgr.smithi093.jhwfwc (mgr.14180) 600 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:46.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:46 smithi093 bash[14068]: cluster 2024-01-21T07:01:46.037309+0000 mon.smithi093 (mon.0) 806 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:01:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: cephadm 2024-01-21T07:01:45.251703+0000 mgr.smithi093.jhwfwc (mgr.14180) 595 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.tkexhv ... 2024-01-21T07:01:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.tkexhv ... 2024-01-21T07:01:46.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:46.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:46.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:46.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: cephadm 2024-01-21T07:01:45.252231+0000 mgr.smithi093.jhwfwc (mgr.14180) 596 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: cephadm 2024-01-21T07:01:45.254431+0000 mgr.smithi093.jhwfwc (mgr.14180) 597 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:46.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv 2024-01-21T07:01:46.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:01:46.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv 2024-01-21T07:01:46.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.tkexhv ... 2024-01-21T07:01:46.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:01:46.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:01:46.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:01:46.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:01:46.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: cephadm 2024-01-21T07:01:45.258933+0000 mgr.smithi093.jhwfwc (mgr.14180) 598 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:01:46.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: cephadm 2024-01-21T07:01:45.261736+0000 mgr.smithi093.jhwfwc (mgr.14180) 599 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:01:46.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: cluster 2024-01-21T07:01:45.263095+0000 mgr.smithi093.jhwfwc (mgr.14180) 600 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:46.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:46 smithi143 bash[18953]: cluster 2024-01-21T07:01:46.037309+0000 mon.smithi093 (mon.0) 806 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:01:48.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:48 smithi143 bash[18953]: cluster 2024-01-21T07:01:47.264515+0000 mgr.smithi093.jhwfwc (mgr.14180) 601 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:48.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:48 smithi093 bash[14068]: cluster 2024-01-21T07:01:47.264515+0000 mgr.smithi093.jhwfwc (mgr.14180) 601 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:49.536 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:49.536 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:01:50.290 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:50.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:50 smithi143 bash[18953]: cluster 2024-01-21T07:01:49.265241+0000 mgr.smithi093.jhwfwc (mgr.14180) 602 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:50.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:50 smithi143 bash[18953]: audit 2024-01-21T07:01:49.268588+0000 mon.smithi093 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:01:50.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:50 smithi143 bash[18953]: audit 2024-01-21T07:01:49.528931+0000 mgr.smithi093.jhwfwc (mgr.14180) 603 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:50.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:50 smithi093 bash[14068]: cluster 2024-01-21T07:01:49.265241+0000 mgr.smithi093.jhwfwc (mgr.14180) 602 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:50.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:50 smithi093 bash[14068]: audit 2024-01-21T07:01:49.268588+0000 mon.smithi093 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:01:50.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:50 smithi093 bash[14068]: audit 2024-01-21T07:01:49.528931+0000 mgr.smithi093.jhwfwc (mgr.14180) 603 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:51.292 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:52.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:52 smithi143 bash[18953]: cluster 2024-01-21T07:01:51.266502+0000 mgr.smithi093.jhwfwc (mgr.14180) 604 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:52.600 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:52 smithi093 bash[14068]: cluster 2024-01-21T07:01:51.266502+0000 mgr.smithi093.jhwfwc (mgr.14180) 604 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:54.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:54 smithi093 bash[14068]: cluster 2024-01-21T07:01:53.267613+0000 mgr.smithi093.jhwfwc (mgr.14180) 605 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:54.532 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:54.532 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:01:54.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:54 smithi143 bash[18953]: cluster 2024-01-21T07:01:53.267613+0000 mgr.smithi093.jhwfwc (mgr.14180) 605 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:55.360 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:01:55.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:55 smithi143 bash[18953]: audit 2024-01-21T07:01:54.520164+0000 mgr.smithi093.jhwfwc (mgr.14180) 606 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:55.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:55 smithi093 bash[14068]: audit 2024-01-21T07:01:54.520164+0000 mgr.smithi093.jhwfwc (mgr.14180) 606 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:56.361 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:01:56.556 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:56 smithi093 bash[14068]: cluster 2024-01-21T07:01:55.268965+0000 mgr.smithi093.jhwfwc (mgr.14180) 607 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:56.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:56 smithi143 bash[18953]: cluster 2024-01-21T07:01:55.268965+0000 mgr.smithi093.jhwfwc (mgr.14180) 607 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:58.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:01:58 smithi143 bash[18953]: cluster 2024-01-21T07:01:57.269613+0000 mgr.smithi093.jhwfwc (mgr.14180) 608 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:58.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:01:58 smithi093 bash[14068]: cluster 2024-01-21T07:01:57.269613+0000 mgr.smithi093.jhwfwc (mgr.14180) 608 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:01:59.656 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:01:59.656 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:00.408 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:00.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:00 smithi143 bash[18953]: cluster 2024-01-21T07:01:59.270545+0000 mgr.smithi093.jhwfwc (mgr.14180) 609 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:00.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:00 smithi093 bash[14068]: cluster 2024-01-21T07:01:59.270545+0000 mgr.smithi093.jhwfwc (mgr.14180) 609 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:01.409 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:01.607 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:01 smithi093 bash[14068]: audit 2024-01-21T07:01:59.640794+0000 mgr.smithi093.jhwfwc (mgr.14180) 610 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:01.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:01 smithi143 bash[18953]: audit 2024-01-21T07:01:59.640794+0000 mgr.smithi093.jhwfwc (mgr.14180) 610 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:02 smithi093 bash[14068]: cluster 2024-01-21T07:02:01.271840+0000 mgr.smithi093.jhwfwc (mgr.14180) 611 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:02.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:02 smithi143 bash[18953]: cluster 2024-01-21T07:02:01.271840+0000 mgr.smithi093.jhwfwc (mgr.14180) 611 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:04.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:04 smithi093 bash[14068]: cluster 2024-01-21T07:02:03.272996+0000 mgr.smithi093.jhwfwc (mgr.14180) 612 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:04.576 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:04.577 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:04.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:04 smithi143 bash[18953]: cluster 2024-01-21T07:02:03.272996+0000 mgr.smithi093.jhwfwc (mgr.14180) 612 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:05.333 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:06.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:06 smithi143 bash[18953]: audit 2024-01-21T07:02:04.563936+0000 mgr.smithi093.jhwfwc (mgr.14180) 613 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:06.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:06 smithi143 bash[18953]: cluster 2024-01-21T07:02:05.274536+0000 mgr.smithi093.jhwfwc (mgr.14180) 614 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:06.334 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:06.347 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:06 smithi093 bash[14068]: audit 2024-01-21T07:02:04.563936+0000 mgr.smithi093.jhwfwc (mgr.14180) 613 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:06.347 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:06 smithi093 bash[14068]: cluster 2024-01-21T07:02:05.274536+0000 mgr.smithi093.jhwfwc (mgr.14180) 614 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:08.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:08 smithi093 bash[14068]: cluster 2024-01-21T07:02:07.275783+0000 mgr.smithi093.jhwfwc (mgr.14180) 615 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:08.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:08 smithi143 bash[18953]: cluster 2024-01-21T07:02:07.275783+0000 mgr.smithi093.jhwfwc (mgr.14180) 615 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:09.645 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:09.645 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:10.343 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:10.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:10 smithi093 bash[14068]: cluster 2024-01-21T07:02:09.276515+0000 mgr.smithi093.jhwfwc (mgr.14180) 616 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:10 smithi143 bash[18953]: cluster 2024-01-21T07:02:09.276515+0000 mgr.smithi093.jhwfwc (mgr.14180) 616 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:11.347 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:11.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:11 smithi093 bash[14068]: audit 2024-01-21T07:02:09.633963+0000 mgr.smithi093.jhwfwc (mgr.14180) 617 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:11.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:11 smithi143 bash[18953]: audit 2024-01-21T07:02:09.633963+0000 mgr.smithi093.jhwfwc (mgr.14180) 617 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:12.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:12 smithi093 bash[14068]: cluster 2024-01-21T07:02:11.277818+0000 mgr.smithi093.jhwfwc (mgr.14180) 618 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:12.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:12 smithi143 bash[18953]: cluster 2024-01-21T07:02:11.277818+0000 mgr.smithi093.jhwfwc (mgr.14180) 618 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:14.529 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:14.529 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:14.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:14 smithi093 bash[14068]: cluster 2024-01-21T07:02:13.279028+0000 mgr.smithi093.jhwfwc (mgr.14180) 619 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:14.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:14 smithi143 bash[18953]: cluster 2024-01-21T07:02:13.279028+0000 mgr.smithi093.jhwfwc (mgr.14180) 619 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:15.243 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:15.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:15 smithi093 bash[14068]: audit 2024-01-21T07:02:14.521445+0000 mgr.smithi093.jhwfwc (mgr.14180) 620 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:15.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:15 smithi143 bash[18953]: audit 2024-01-21T07:02:14.521445+0000 mgr.smithi093.jhwfwc (mgr.14180) 620 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:16.244 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:16 smithi093 bash[14068]: cluster 2024-01-21T07:02:15.280537+0000 mgr.smithi093.jhwfwc (mgr.14180) 621 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:16 smithi143 bash[18953]: cluster 2024-01-21T07:02:15.280537+0000 mgr.smithi093.jhwfwc (mgr.14180) 621 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:18.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:18 smithi093 bash[14068]: cluster 2024-01-21T07:02:17.281834+0000 mgr.smithi093.jhwfwc (mgr.14180) 622 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:18.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:18 smithi143 bash[18953]: cluster 2024-01-21T07:02:17.281834+0000 mgr.smithi093.jhwfwc (mgr.14180) 622 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:19.522 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:19.522 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:20.248 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:20 smithi093 bash[14068]: cluster 2024-01-21T07:02:19.282824+0000 mgr.smithi093.jhwfwc (mgr.14180) 623 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:20 smithi093 bash[14068]: audit 2024-01-21T07:02:19.509028+0000 mgr.smithi093.jhwfwc (mgr.14180) 624 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:20 smithi143 bash[18953]: cluster 2024-01-21T07:02:19.282824+0000 mgr.smithi093.jhwfwc (mgr.14180) 623 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:20 smithi143 bash[18953]: audit 2024-01-21T07:02:19.509028+0000 mgr.smithi093.jhwfwc (mgr.14180) 624 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:21.249 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:22.600 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:22 smithi093 bash[14068]: cluster 2024-01-21T07:02:21.284167+0000 mgr.smithi093.jhwfwc (mgr.14180) 625 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:22.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:22 smithi143 bash[18953]: cluster 2024-01-21T07:02:21.284167+0000 mgr.smithi093.jhwfwc (mgr.14180) 625 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:24.382 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:24.382 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:24 smithi093 bash[14068]: cluster 2024-01-21T07:02:23.285433+0000 mgr.smithi093.jhwfwc (mgr.14180) 626 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:24.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:24 smithi143 bash[18953]: cluster 2024-01-21T07:02:23.285433+0000 mgr.smithi093.jhwfwc (mgr.14180) 626 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:25.125 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:25.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:25 smithi093 bash[14068]: audit 2024-01-21T07:02:24.374217+0000 mgr.smithi093.jhwfwc (mgr.14180) 627 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:25.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:25 smithi143 bash[18953]: audit 2024-01-21T07:02:24.374217+0000 mgr.smithi093.jhwfwc (mgr.14180) 627 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:26.126 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:26.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:26 smithi093 bash[14068]: cluster 2024-01-21T07:02:25.286939+0000 mgr.smithi093.jhwfwc (mgr.14180) 628 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:26.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:26 smithi143 bash[18953]: cluster 2024-01-21T07:02:25.286939+0000 mgr.smithi093.jhwfwc (mgr.14180) 628 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:28.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:28 smithi093 bash[14068]: cluster 2024-01-21T07:02:27.287778+0000 mgr.smithi093.jhwfwc (mgr.14180) 629 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:28 smithi143 bash[18953]: cluster 2024-01-21T07:02:27.287778+0000 mgr.smithi093.jhwfwc (mgr.14180) 629 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:29.340 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:29.340 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:30.087 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:30.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:30 smithi093 bash[14068]: cluster 2024-01-21T07:02:29.288969+0000 mgr.smithi093.jhwfwc (mgr.14180) 630 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:30.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:30 smithi093 bash[14068]: audit 2024-01-21T07:02:29.327054+0000 mgr.smithi093.jhwfwc (mgr.14180) 631 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:30.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:30 smithi143 bash[18953]: cluster 2024-01-21T07:02:29.288969+0000 mgr.smithi093.jhwfwc (mgr.14180) 630 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:30.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:30 smithi143 bash[18953]: audit 2024-01-21T07:02:29.327054+0000 mgr.smithi093.jhwfwc (mgr.14180) 631 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:31.088 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:32.540 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:32 smithi093 bash[14068]: cluster 2024-01-21T07:02:31.289857+0000 mgr.smithi093.jhwfwc (mgr.14180) 632 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:32.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:32 smithi143 bash[18953]: cluster 2024-01-21T07:02:31.289857+0000 mgr.smithi093.jhwfwc (mgr.14180) 632 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:34.231 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:34.231 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:34.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:34 smithi093 bash[14068]: cluster 2024-01-21T07:02:33.290995+0000 mgr.smithi093.jhwfwc (mgr.14180) 633 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:34.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:34 smithi143 bash[18953]: cluster 2024-01-21T07:02:33.290995+0000 mgr.smithi093.jhwfwc (mgr.14180) 633 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:35.056 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:35.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:35 smithi143 bash[18953]: audit 2024-01-21T07:02:34.219245+0000 mgr.smithi093.jhwfwc (mgr.14180) 634 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:35.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:35 smithi093 bash[14068]: audit 2024-01-21T07:02:34.219245+0000 mgr.smithi093.jhwfwc (mgr.14180) 634 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:36.057 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:36.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:36 smithi143 bash[18953]: cluster 2024-01-21T07:02:35.292480+0000 mgr.smithi093.jhwfwc (mgr.14180) 635 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:36.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:36 smithi093 bash[14068]: cluster 2024-01-21T07:02:35.292480+0000 mgr.smithi093.jhwfwc (mgr.14180) 635 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:38.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:38 smithi143 bash[18953]: cluster 2024-01-21T07:02:37.293869+0000 mgr.smithi093.jhwfwc (mgr.14180) 636 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:38.811 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:38 smithi093 bash[14068]: cluster 2024-01-21T07:02:37.293869+0000 mgr.smithi093.jhwfwc (mgr.14180) 636 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:39.225 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:39.225 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:39.967 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:40 smithi143 bash[18953]: audit 2024-01-21T07:02:39.212512+0000 mgr.smithi093.jhwfwc (mgr.14180) 637 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:40.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:40 smithi143 bash[18953]: cluster 2024-01-21T07:02:39.294795+0000 mgr.smithi093.jhwfwc (mgr.14180) 638 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:40.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:40 smithi093 bash[14068]: audit 2024-01-21T07:02:39.212512+0000 mgr.smithi093.jhwfwc (mgr.14180) 637 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:40.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:40 smithi093 bash[14068]: cluster 2024-01-21T07:02:39.294795+0000 mgr.smithi093.jhwfwc (mgr.14180) 638 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:40.968 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:42.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:42 smithi093 bash[14068]: cluster 2024-01-21T07:02:41.296267+0000 mgr.smithi093.jhwfwc (mgr.14180) 639 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:42.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:42 smithi143 bash[18953]: cluster 2024-01-21T07:02:41.296267+0000 mgr.smithi093.jhwfwc (mgr.14180) 639 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:44.212 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:44.212 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:44.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:44 smithi093 bash[14068]: cluster 2024-01-21T07:02:43.297496+0000 mgr.smithi093.jhwfwc (mgr.14180) 640 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:44.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:44 smithi143 bash[18953]: cluster 2024-01-21T07:02:43.297496+0000 mgr.smithi093.jhwfwc (mgr.14180) 640 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:44.987 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:45 smithi143 bash[18953]: audit 2024-01-21T07:02:44.200331+0000 mgr.smithi093.jhwfwc (mgr.14180) 641 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:45 smithi143 bash[18953]: audit 2024-01-21T07:02:45.265270+0000 mon.smithi093 (mon.0) 808 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:02:45.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:45 smithi093 bash[14068]: audit 2024-01-21T07:02:44.200331+0000 mgr.smithi093.jhwfwc (mgr.14180) 641 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:45.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:45 smithi093 bash[14068]: audit 2024-01-21T07:02:45.265270+0000 mon.smithi093 (mon.0) 808 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:02:45.988 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: cluster 2024-01-21T07:02:45.299008+0000 mgr.smithi093.jhwfwc (mgr.14180) 642 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.567396+0000 mon.smithi093 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.567763+0000 mon.smithi093 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.569100+0000 mon.smithi093 (mon.0) 811 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.569452+0000 mon.smithi093 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.570640+0000 mon.smithi093 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.570912+0000 mon.smithi093 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.571969+0000 mon.smithi093 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.572255+0000 mon.smithi093 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.578813+0000 mon.smithi093 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.584200+0000 mon.smithi093 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.585599+0000 mon.smithi093 (mon.0) 819 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.586616+0000 mon.smithi093 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.591684+0000 mon.smithi093 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: audit 2024-01-21T07:02:45.597892+0000 mon.smithi093 (mon.0) 822 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: cluster 2024-01-21T07:02:46.055549+0000 mon.smithi093 (mon.0) 823 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:02:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:46 smithi143 bash[18953]: cluster 2024-01-21T07:02:46.055616+0000 mon.smithi093 (mon.0) 824 : cluster [INF] Cluster is now healthy 2024-01-21T07:02:46.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: cluster 2024-01-21T07:02:45.299008+0000 mgr.smithi093.jhwfwc (mgr.14180) 642 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:46.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.567396+0000 mon.smithi093 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.567763+0000 mon.smithi093 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.569100+0000 mon.smithi093 (mon.0) 811 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.569452+0000 mon.smithi093 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.570640+0000 mon.smithi093 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.570912+0000 mon.smithi093 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.571969+0000 mon.smithi093 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.572255+0000 mon.smithi093 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.578813+0000 mon.smithi093 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.584200+0000 mon.smithi093 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.585599+0000 mon.smithi093 (mon.0) 819 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.586616+0000 mon.smithi093 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.591684+0000 mon.smithi093 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: audit 2024-01-21T07:02:45.597892+0000 mon.smithi093 (mon.0) 822 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: cluster 2024-01-21T07:02:46.055549+0000 mon.smithi093 (mon.0) 823 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:02:46.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:46 smithi093 bash[14068]: cluster 2024-01-21T07:02:46.055616+0000 mon.smithi093 (mon.0) 824 : cluster [INF] Cluster is now healthy 2024-01-21T07:02:47.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:47 smithi093 bash[14068]: cephadm 2024-01-21T07:02:45.572980+0000 mgr.smithi093.jhwfwc (mgr.14180) 643 : cephadm [INF] Adjusting osd_memory_target on smithi093 to 2748M 2024-01-21T07:02:47.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:47 smithi093 bash[14068]: cephadm 2024-01-21T07:02:45.573418+0000 mgr.smithi093.jhwfwc (mgr.14180) 644 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3516M 2024-01-21T07:02:47.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:47 smithi093 bash[14068]: cluster 2024-01-21T07:02:45.592395+0000 mgr.smithi093.jhwfwc (mgr.14180) 645 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:47.539 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:47 smithi093 bash[14068]: cephadm 2024-01-21T07:02:45.608284+0000 mgr.smithi093.jhwfwc (mgr.14180) 646 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.eubecr on smithi143 2024-01-21T07:02:47.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:47 smithi143 bash[18953]: cephadm 2024-01-21T07:02:45.572980+0000 mgr.smithi093.jhwfwc (mgr.14180) 643 : cephadm [INF] Adjusting osd_memory_target on smithi093 to 2748M 2024-01-21T07:02:47.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:47 smithi143 bash[18953]: cephadm 2024-01-21T07:02:45.573418+0000 mgr.smithi093.jhwfwc (mgr.14180) 644 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3516M 2024-01-21T07:02:47.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:47 smithi143 bash[18953]: cluster 2024-01-21T07:02:45.592395+0000 mgr.smithi093.jhwfwc (mgr.14180) 645 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:47.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:47 smithi143 bash[18953]: cephadm 2024-01-21T07:02:45.608284+0000 mgr.smithi093.jhwfwc (mgr.14180) 646 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.eubecr on smithi143 2024-01-21T07:02:49.202 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:49.202 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:00:37.160156Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.opmmhg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:41.294719Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hpdwth on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hpdwth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hpdwth\nDeploy daemon haproxy.rgw.foo.smithi143.hpdwth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.254119Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.tkexhv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-tkexhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.tkexhv\nDeploy daemon haproxy.rgw.foo.smithi093.tkexhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:01:45.258725Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bcshlr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:49.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:49 smithi093 bash[14068]: cluster 2024-01-21T07:02:47.593350+0000 mgr.smithi093.jhwfwc (mgr.14180) 647 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:49.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:49 smithi093 bash[14068]: audit 2024-01-21T07:02:49.222027+0000 mon.smithi093 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:02:49.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:49 smithi143 bash[18953]: cluster 2024-01-21T07:02:47.593350+0000 mgr.smithi093.jhwfwc (mgr.14180) 647 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:49.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:49 smithi143 bash[18953]: audit 2024-01-21T07:02:49.222027+0000 mon.smithi093 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:02:49.980 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: audit 2024-01-21T07:02:49.190368+0000 mgr.smithi093.jhwfwc (mgr.14180) 648 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: cephadm 2024-01-21T07:02:49.474596+0000 mgr.smithi093.jhwfwc (mgr.14180) 649 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.eubecr ... 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.eubecr ... 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:50.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: cephadm 2024-01-21T07:02:49.475029+0000 mgr.smithi093.jhwfwc (mgr.14180) 650 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: audit 2024-01-21T07:02:49.475445+0000 mon.smithi093 (mon.0) 826 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.eubecr"}]: dispatch 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: cephadm 2024-01-21T07:02:49.476674+0000 mgr.smithi093.jhwfwc (mgr.14180) 651 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.eubecr ... 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:50.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:50.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:50.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:50 smithi143 bash[18953]: cephadm 2024-01-21T07:02:49.480179+0000 mgr.smithi093.jhwfwc (mgr.14180) 652 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.uaqdqh on smithi093 2024-01-21T07:02:50.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: audit 2024-01-21T07:02:49.190368+0000 mgr.smithi093.jhwfwc (mgr.14180) 648 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: cephadm 2024-01-21T07:02:49.474596+0000 mgr.smithi093.jhwfwc (mgr.14180) 649 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.eubecr ... 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:50.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.eubecr ... 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:50.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: cephadm 2024-01-21T07:02:49.475029+0000 mgr.smithi093.jhwfwc (mgr.14180) 650 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: audit 2024-01-21T07:02:49.475445+0000 mon.smithi093 (mon.0) 826 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.eubecr"}]: dispatch 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: cephadm 2024-01-21T07:02:49.476674+0000 mgr.smithi093.jhwfwc (mgr.14180) 651 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.eubecr ... 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:50.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:50.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:50.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:50.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:50 smithi093 bash[14068]: cephadm 2024-01-21T07:02:49.480179+0000 mgr.smithi093.jhwfwc (mgr.14180) 652 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.uaqdqh on smithi093 2024-01-21T07:02:50.981 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:51.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:51 smithi143 bash[18953]: cluster 2024-01-21T07:02:49.594407+0000 mgr.smithi093.jhwfwc (mgr.14180) 653 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:51.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:51 smithi093 bash[14068]: cluster 2024-01-21T07:02:49.594407+0000 mgr.smithi093.jhwfwc (mgr.14180) 653 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:53.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:53 smithi143 bash[18953]: cluster 2024-01-21T07:02:51.595655+0000 mgr.smithi093.jhwfwc (mgr.14180) 654 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:53.821 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:53 smithi093 bash[14068]: cluster 2024-01-21T07:02:51.595655+0000 mgr.smithi093.jhwfwc (mgr.14180) 654 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:54.541 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:54.541 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:54.754 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:54 smithi093 bash[14068]: audit 2024-01-21T07:02:53.917782+0000 mon.smithi093 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.uaqdqh"}]: dispatch 2024-01-21T07:02:54.754 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:54 smithi093 bash[14068]: audit 2024-01-21T07:02:54.313612+0000 mon.smithi093 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:02:54.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:54 smithi143 bash[18953]: audit 2024-01-21T07:02:53.917782+0000 mon.smithi093 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.uaqdqh"}]: dispatch 2024-01-21T07:02:54.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:54 smithi143 bash[18953]: audit 2024-01-21T07:02:54.313612+0000 mon.smithi093 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:02:55.405 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:02:55.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: cluster 2024-01-21T07:02:53.596405+0000 mgr.smithi093.jhwfwc (mgr.14180) 655 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:55.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: cephadm 2024-01-21T07:02:53.917142+0000 mgr.smithi093.jhwfwc (mgr.14180) 656 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:55.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:55.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.uaqdqh ... 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.uaqdqh ... 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: cephadm 2024-01-21T07:02:53.917363+0000 mgr.smithi093.jhwfwc (mgr.14180) 657 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: cephadm 2024-01-21T07:02:53.918928+0000 mgr.smithi093.jhwfwc (mgr.14180) 658 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:55.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.uaqdqh ... 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: cephadm 2024-01-21T07:02:53.920894+0000 mgr.smithi093.jhwfwc (mgr.14180) 659 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: cephadm 2024-01-21T07:02:53.922641+0000 mgr.smithi093.jhwfwc (mgr.14180) 660 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: cluster 2024-01-21T07:02:53.924051+0000 mgr.smithi093.jhwfwc (mgr.14180) 661 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: cluster 2024-01-21T07:02:54.476975+0000 mon.smithi093 (mon.0) 829 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:02:55.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:55 smithi093 bash[14068]: audit 2024-01-21T07:02:54.533407+0000 mgr.smithi093.jhwfwc (mgr.14180) 662 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: cluster 2024-01-21T07:02:53.596405+0000 mgr.smithi093.jhwfwc (mgr.14180) 655 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: cephadm 2024-01-21T07:02:53.917142+0000 mgr.smithi093.jhwfwc (mgr.14180) 656 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.uaqdqh ... 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.uaqdqh ... 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: cephadm 2024-01-21T07:02:53.917363+0000 mgr.smithi093.jhwfwc (mgr.14180) 657 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: cephadm 2024-01-21T07:02:53.918928+0000 mgr.smithi093.jhwfwc (mgr.14180) 658 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.uaqdqh ... 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:02:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:02:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:02:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:02:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: cephadm 2024-01-21T07:02:53.920894+0000 mgr.smithi093.jhwfwc (mgr.14180) 659 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:02:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: cephadm 2024-01-21T07:02:53.922641+0000 mgr.smithi093.jhwfwc (mgr.14180) 660 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:02:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: cluster 2024-01-21T07:02:53.924051+0000 mgr.smithi093.jhwfwc (mgr.14180) 661 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: cluster 2024-01-21T07:02:54.476975+0000 mon.smithi093 (mon.0) 829 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:02:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:55 smithi143 bash[18953]: audit 2024-01-21T07:02:54.533407+0000 mgr.smithi093.jhwfwc (mgr.14180) 662 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:02:56.406 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:02:57.552 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:57 smithi093 bash[14068]: cluster 2024-01-21T07:02:55.925496+0000 mgr.smithi093.jhwfwc (mgr.14180) 663 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:57.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:57 smithi143 bash[18953]: cluster 2024-01-21T07:02:55.925496+0000 mgr.smithi093.jhwfwc (mgr.14180) 663 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:59.412 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:02:59.412 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:02:59.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:02:59 smithi143 bash[18953]: cluster 2024-01-21T07:02:57.926226+0000 mgr.smithi093.jhwfwc (mgr.14180) 664 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:02:59.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:02:59 smithi093 bash[14068]: cluster 2024-01-21T07:02:57.926226+0000 mgr.smithi093.jhwfwc (mgr.14180) 664 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:00.134 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:00.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:00 smithi143 bash[18953]: audit 2024-01-21T07:02:59.399559+0000 mgr.smithi093.jhwfwc (mgr.14180) 665 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:00.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:00 smithi093 bash[14068]: audit 2024-01-21T07:02:59.399559+0000 mgr.smithi093.jhwfwc (mgr.14180) 665 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:01.135 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:01.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:01 smithi093 bash[14068]: cluster 2024-01-21T07:02:59.927436+0000 mgr.smithi093.jhwfwc (mgr.14180) 666 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:01.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:01 smithi143 bash[18953]: cluster 2024-01-21T07:02:59.927436+0000 mgr.smithi093.jhwfwc (mgr.14180) 666 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:03.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:03 smithi093 bash[14068]: cluster 2024-01-21T07:03:01.928885+0000 mgr.smithi093.jhwfwc (mgr.14180) 667 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:03.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:03 smithi143 bash[18953]: cluster 2024-01-21T07:03:01.928885+0000 mgr.smithi093.jhwfwc (mgr.14180) 667 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:04.514 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:04.514 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:05.297 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:05 smithi143 bash[18953]: cluster 2024-01-21T07:03:03.929786+0000 mgr.smithi093.jhwfwc (mgr.14180) 668 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:05 smithi143 bash[18953]: audit 2024-01-21T07:03:04.224102+0000 mon.smithi093 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:03:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:05 smithi143 bash[18953]: audit 2024-01-21T07:03:04.506241+0000 mgr.smithi093.jhwfwc (mgr.14180) 669 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:05.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:05 smithi093 bash[14068]: cluster 2024-01-21T07:03:03.929786+0000 mgr.smithi093.jhwfwc (mgr.14180) 668 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:05.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:05 smithi093 bash[14068]: audit 2024-01-21T07:03:04.224102+0000 mon.smithi093 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:03:05.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:05 smithi093 bash[14068]: audit 2024-01-21T07:03:04.506241+0000 mgr.smithi093.jhwfwc (mgr.14180) 669 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:06.298 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:07.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:07 smithi143 bash[18953]: cluster 2024-01-21T07:03:05.931273+0000 mgr.smithi093.jhwfwc (mgr.14180) 670 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:07.586 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:07 smithi093 bash[14068]: cluster 2024-01-21T07:03:05.931273+0000 mgr.smithi093.jhwfwc (mgr.14180) 670 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:09.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:09 smithi093 bash[14068]: cluster 2024-01-21T07:03:07.932488+0000 mgr.smithi093.jhwfwc (mgr.14180) 671 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:09.424 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:09.425 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:09.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:09 smithi143 bash[18953]: cluster 2024-01-21T07:03:07.932488+0000 mgr.smithi093.jhwfwc (mgr.14180) 671 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:10.182 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:10.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:10 smithi143 bash[18953]: audit 2024-01-21T07:03:09.413863+0000 mgr.smithi093.jhwfwc (mgr.14180) 672 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:10.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:10 smithi093 bash[14068]: audit 2024-01-21T07:03:09.413863+0000 mgr.smithi093.jhwfwc (mgr.14180) 672 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:11.183 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:11.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:11 smithi143 bash[18953]: cluster 2024-01-21T07:03:09.933693+0000 mgr.smithi093.jhwfwc (mgr.14180) 673 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:11.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:11 smithi093 bash[14068]: cluster 2024-01-21T07:03:09.933693+0000 mgr.smithi093.jhwfwc (mgr.14180) 673 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:13.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:13 smithi093 bash[14068]: cluster 2024-01-21T07:03:11.935157+0000 mgr.smithi093.jhwfwc (mgr.14180) 674 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:13.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:13 smithi143 bash[18953]: cluster 2024-01-21T07:03:11.935157+0000 mgr.smithi093.jhwfwc (mgr.14180) 674 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:14.389 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:14.389 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:15.117 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:15.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:15 smithi093 bash[14068]: cluster 2024-01-21T07:03:13.935979+0000 mgr.smithi093.jhwfwc (mgr.14180) 675 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:15.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:15 smithi093 bash[14068]: audit 2024-01-21T07:03:14.377043+0000 mgr.smithi093.jhwfwc (mgr.14180) 676 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:15.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:15 smithi143 bash[18953]: cluster 2024-01-21T07:03:13.935979+0000 mgr.smithi093.jhwfwc (mgr.14180) 675 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:15.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:15 smithi143 bash[18953]: audit 2024-01-21T07:03:14.377043+0000 mgr.smithi093.jhwfwc (mgr.14180) 676 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:16.118 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:17.535 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:17 smithi093 bash[14068]: cluster 2024-01-21T07:03:15.937464+0000 mgr.smithi093.jhwfwc (mgr.14180) 677 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:17.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:17 smithi143 bash[18953]: cluster 2024-01-21T07:03:15.937464+0000 mgr.smithi093.jhwfwc (mgr.14180) 677 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:19.415 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:19.416 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:19.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:19 smithi143 bash[18953]: cluster 2024-01-21T07:03:17.938554+0000 mgr.smithi093.jhwfwc (mgr.14180) 678 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:19.659 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:19 smithi093 bash[14068]: cluster 2024-01-21T07:03:17.938554+0000 mgr.smithi093.jhwfwc (mgr.14180) 678 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:20.261 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:20.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:20 smithi143 bash[18953]: audit 2024-01-21T07:03:19.403230+0000 mgr.smithi093.jhwfwc (mgr.14180) 679 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:20 smithi093 bash[14068]: audit 2024-01-21T07:03:19.403230+0000 mgr.smithi093.jhwfwc (mgr.14180) 679 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:21.262 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:21.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:21 smithi143 bash[18953]: cluster 2024-01-21T07:03:19.939888+0000 mgr.smithi093.jhwfwc (mgr.14180) 680 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:21.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:21 smithi093 bash[14068]: cluster 2024-01-21T07:03:19.939888+0000 mgr.smithi093.jhwfwc (mgr.14180) 680 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:23.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:23 smithi143 bash[18953]: cluster 2024-01-21T07:03:21.941282+0000 mgr.smithi093.jhwfwc (mgr.14180) 681 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:23.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:23 smithi093 bash[14068]: cluster 2024-01-21T07:03:21.941282+0000 mgr.smithi093.jhwfwc (mgr.14180) 681 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:24.558 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:24.559 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:25.321 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:25.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:25 smithi143 bash[18953]: cluster 2024-01-21T07:03:23.942241+0000 mgr.smithi093.jhwfwc (mgr.14180) 682 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:25.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:25 smithi143 bash[18953]: audit 2024-01-21T07:03:24.549791+0000 mgr.smithi093.jhwfwc (mgr.14180) 683 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:25.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:25 smithi093 bash[14068]: cluster 2024-01-21T07:03:23.942241+0000 mgr.smithi093.jhwfwc (mgr.14180) 682 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:25.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:25 smithi093 bash[14068]: audit 2024-01-21T07:03:24.549791+0000 mgr.smithi093.jhwfwc (mgr.14180) 683 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:26.322 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:27.564 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:27 smithi093 bash[14068]: cluster 2024-01-21T07:03:25.943704+0000 mgr.smithi093.jhwfwc (mgr.14180) 684 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:27.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:27 smithi143 bash[18953]: cluster 2024-01-21T07:03:25.943704+0000 mgr.smithi093.jhwfwc (mgr.14180) 684 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:29.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:29 smithi093 bash[14068]: cluster 2024-01-21T07:03:27.944978+0000 mgr.smithi093.jhwfwc (mgr.14180) 685 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:29.572 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:29.572 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:29 smithi143 bash[18953]: cluster 2024-01-21T07:03:27.944978+0000 mgr.smithi093.jhwfwc (mgr.14180) 685 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:30.348 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:31.349 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:31.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:31 smithi093 bash[14068]: audit 2024-01-21T07:03:29.560703+0000 mgr.smithi093.jhwfwc (mgr.14180) 686 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:31.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:31 smithi093 bash[14068]: cluster 2024-01-21T07:03:29.945790+0000 mgr.smithi093.jhwfwc (mgr.14180) 687 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:31.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:31 smithi143 bash[18953]: audit 2024-01-21T07:03:29.560703+0000 mgr.smithi093.jhwfwc (mgr.14180) 686 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:31.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:31 smithi143 bash[18953]: cluster 2024-01-21T07:03:29.945790+0000 mgr.smithi093.jhwfwc (mgr.14180) 687 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:33.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:33 smithi093 bash[14068]: cluster 2024-01-21T07:03:31.947101+0000 mgr.smithi093.jhwfwc (mgr.14180) 688 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:33.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:33 smithi143 bash[18953]: cluster 2024-01-21T07:03:31.947101+0000 mgr.smithi093.jhwfwc (mgr.14180) 688 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:34.315 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:34.315 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:35.056 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:35.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:35 smithi093 bash[14068]: cluster 2024-01-21T07:03:33.948281+0000 mgr.smithi093.jhwfwc (mgr.14180) 689 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:35.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:35 smithi093 bash[14068]: audit 2024-01-21T07:03:34.303404+0000 mgr.smithi093.jhwfwc (mgr.14180) 690 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:35.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:35 smithi143 bash[18953]: cluster 2024-01-21T07:03:33.948281+0000 mgr.smithi093.jhwfwc (mgr.14180) 689 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:35.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:35 smithi143 bash[18953]: audit 2024-01-21T07:03:34.303404+0000 mgr.smithi093.jhwfwc (mgr.14180) 690 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:36.057 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:37.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:37 smithi093 bash[14068]: cluster 2024-01-21T07:03:35.949680+0000 mgr.smithi093.jhwfwc (mgr.14180) 691 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:37.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:37 smithi143 bash[18953]: cluster 2024-01-21T07:03:35.949680+0000 mgr.smithi093.jhwfwc (mgr.14180) 691 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:39.191 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:39.192 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:39.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:39 smithi093 bash[14068]: cluster 2024-01-21T07:03:37.950955+0000 mgr.smithi093.jhwfwc (mgr.14180) 692 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:39.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:39 smithi143 bash[18953]: cluster 2024-01-21T07:03:37.950955+0000 mgr.smithi093.jhwfwc (mgr.14180) 692 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:39.970 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:40.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:40 smithi093 bash[14068]: audit 2024-01-21T07:03:39.181196+0000 mgr.smithi093.jhwfwc (mgr.14180) 693 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:40.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:40 smithi143 bash[18953]: audit 2024-01-21T07:03:39.181196+0000 mgr.smithi093.jhwfwc (mgr.14180) 693 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:40.971 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:41.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:41 smithi093 bash[14068]: cluster 2024-01-21T07:03:39.952018+0000 mgr.smithi093.jhwfwc (mgr.14180) 694 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:41.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:41 smithi143 bash[18953]: cluster 2024-01-21T07:03:39.952018+0000 mgr.smithi093.jhwfwc (mgr.14180) 694 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:43.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:43 smithi093 bash[14068]: cluster 2024-01-21T07:03:41.952805+0000 mgr.smithi093.jhwfwc (mgr.14180) 695 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:43.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:43 smithi143 bash[18953]: cluster 2024-01-21T07:03:41.952805+0000 mgr.smithi093.jhwfwc (mgr.14180) 695 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:44.211 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:44.211 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:44.994 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:45.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:45 smithi093 bash[14068]: cluster 2024-01-21T07:03:43.953355+0000 mgr.smithi093.jhwfwc (mgr.14180) 696 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:45.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:45 smithi093 bash[14068]: audit 2024-01-21T07:03:44.199835+0000 mgr.smithi093.jhwfwc (mgr.14180) 697 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:45.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:45 smithi143 bash[18953]: cluster 2024-01-21T07:03:43.953355+0000 mgr.smithi093.jhwfwc (mgr.14180) 696 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:45 smithi143 bash[18953]: audit 2024-01-21T07:03:44.199835+0000 mgr.smithi093.jhwfwc (mgr.14180) 697 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:45.995 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:47.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:47 smithi093 bash[14068]: cluster 2024-01-21T07:03:45.954771+0000 mgr.smithi093.jhwfwc (mgr.14180) 698 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:47.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:47 smithi143 bash[18953]: cluster 2024-01-21T07:03:45.954771+0000 mgr.smithi093.jhwfwc (mgr.14180) 698 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:49.148 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:49.149 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:49.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:49 smithi093 bash[14068]: cluster 2024-01-21T07:03:47.956011+0000 mgr.smithi093.jhwfwc (mgr.14180) 699 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:49.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:49 smithi143 bash[18953]: cluster 2024-01-21T07:03:47.956011+0000 mgr.smithi093.jhwfwc (mgr.14180) 699 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:49.908 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:50.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:50 smithi093 bash[14068]: audit 2024-01-21T07:03:49.139841+0000 mgr.smithi093.jhwfwc (mgr.14180) 700 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:50.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:50 smithi143 bash[18953]: audit 2024-01-21T07:03:49.139841+0000 mgr.smithi093.jhwfwc (mgr.14180) 700 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:50.909 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:51 smithi093 bash[14068]: cluster 2024-01-21T07:03:49.957457+0000 mgr.smithi093.jhwfwc (mgr.14180) 701 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:51.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:51 smithi143 bash[18953]: cluster 2024-01-21T07:03:49.957457+0000 mgr.smithi093.jhwfwc (mgr.14180) 701 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:53.650 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:53 smithi093 bash[14068]: cluster 2024-01-21T07:03:51.958791+0000 mgr.smithi093.jhwfwc (mgr.14180) 702 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:53.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:53 smithi143 bash[18953]: cluster 2024-01-21T07:03:51.958791+0000 mgr.smithi093.jhwfwc (mgr.14180) 702 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:54.036 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:54.036 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:01:45.261637Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.kqhjfi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:54.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:54 smithi093 bash[14068]: audit 2024-01-21T07:03:53.926692+0000 mon.smithi093 (mon.0) 831 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:03:54.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:54 smithi093 bash[14068]: audit 2024-01-21T07:03:54.199878+0000 mon.smithi093 (mon.0) 832 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:03:54.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:54 smithi093 bash[14068]: audit 2024-01-21T07:03:54.201467+0000 mon.smithi093 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:03:54.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:54 smithi093 bash[14068]: audit 2024-01-21T07:03:54.209070+0000 mon.smithi093 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:03:54.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:54 smithi093 bash[14068]: audit 2024-01-21T07:03:54.216390+0000 mon.smithi093 (mon.0) 835 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:03:54.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:54 smithi143 bash[18953]: audit 2024-01-21T07:03:53.926692+0000 mon.smithi093 (mon.0) 831 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:03:54.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:54 smithi143 bash[18953]: audit 2024-01-21T07:03:54.199878+0000 mon.smithi093 (mon.0) 832 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:03:54.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:54 smithi143 bash[18953]: audit 2024-01-21T07:03:54.201467+0000 mon.smithi093 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:03:54.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:54 smithi143 bash[18953]: audit 2024-01-21T07:03:54.209070+0000 mon.smithi093 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:03:54.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:54 smithi143 bash[18953]: audit 2024-01-21T07:03:54.216390+0000 mon.smithi093 (mon.0) 835 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:03:54.844 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:03:55.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:55 smithi093 bash[14068]: cluster 2024-01-21T07:03:53.959412+0000 mgr.smithi093.jhwfwc (mgr.14180) 703 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:55.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:55 smithi093 bash[14068]: audit 2024-01-21T07:03:54.025091+0000 mgr.smithi093.jhwfwc (mgr.14180) 704 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:55.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:55 smithi093 bash[14068]: cluster 2024-01-21T07:03:54.210189+0000 mgr.smithi093.jhwfwc (mgr.14180) 705 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:55.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:55 smithi093 bash[14068]: cephadm 2024-01-21T07:03:54.227478+0000 mgr.smithi093.jhwfwc (mgr.14180) 706 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.psengx on smithi143 2024-01-21T07:03:55.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:55 smithi093 bash[14068]: cluster 2024-01-21T07:03:54.395535+0000 mon.smithi093 (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:03:55.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:55 smithi093 bash[14068]: cluster 2024-01-21T07:03:54.395602+0000 mon.smithi093 (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-01-21T07:03:55.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:55 smithi143 bash[18953]: cluster 2024-01-21T07:03:53.959412+0000 mgr.smithi093.jhwfwc (mgr.14180) 703 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:55.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:55 smithi143 bash[18953]: audit 2024-01-21T07:03:54.025091+0000 mgr.smithi093.jhwfwc (mgr.14180) 704 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:03:55.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:55 smithi143 bash[18953]: cluster 2024-01-21T07:03:54.210189+0000 mgr.smithi093.jhwfwc (mgr.14180) 705 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:55.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:55 smithi143 bash[18953]: cephadm 2024-01-21T07:03:54.227478+0000 mgr.smithi093.jhwfwc (mgr.14180) 706 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.psengx on smithi143 2024-01-21T07:03:55.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:55 smithi143 bash[18953]: cluster 2024-01-21T07:03:54.395535+0000 mon.smithi093 (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:03:55.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:55 smithi143 bash[18953]: cluster 2024-01-21T07:03:54.395602+0000 mon.smithi093 (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-01-21T07:03:55.845 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:03:57.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:57 smithi093 bash[14068]: cluster 2024-01-21T07:03:56.211264+0000 mgr.smithi093.jhwfwc (mgr.14180) 707 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:57.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:57 smithi143 bash[18953]: cluster 2024-01-21T07:03:56.211264+0000 mgr.smithi093.jhwfwc (mgr.14180) 707 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:58.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:58 smithi093 bash[14068]: audit 2024-01-21T07:03:58.120484+0000 mon.smithi093 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.psengx"}]: dispatch 2024-01-21T07:03:58.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:58 smithi143 bash[18953]: audit 2024-01-21T07:03:58.120484+0000 mon.smithi093 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.psengx"}]: dispatch 2024-01-21T07:03:59.091 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:03:59.091 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:49.476498Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.eubecr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-eubecr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.eubecr\nDeploy daemon haproxy.rgw.foo.smithi143.eubecr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.918801Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uaqdqh on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uaqdqh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uaqdqh\nDeploy daemon haproxy.rgw.foo.smithi093.uaqdqh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:02:53.920790Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bqcddu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:03:59.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: cephadm 2024-01-21T07:03:58.119308+0000 mgr.smithi093.jhwfwc (mgr.14180) 708 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.psengx ... 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:03:59.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:03:59.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:03:59.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:03:59.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:03:59.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:03:59.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.psengx ... 2024-01-21T07:03:59.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: cephadm 2024-01-21T07:03:58.119819+0000 mgr.smithi093.jhwfwc (mgr.14180) 709 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: cephadm 2024-01-21T07:03:58.121875+0000 mgr.smithi093.jhwfwc (mgr.14180) 710 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.psengx ... 2024-01-21T07:03:59.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:03:59.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:03:59.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:03:59.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: cephadm 2024-01-21T07:03:58.126648+0000 mgr.smithi093.jhwfwc (mgr.14180) 711 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.aowecd on smithi093 2024-01-21T07:03:59.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:03:59 smithi093 bash[14068]: cluster 2024-01-21T07:03:58.212034+0000 mgr.smithi093.jhwfwc (mgr.14180) 712 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: cephadm 2024-01-21T07:03:58.119308+0000 mgr.smithi093.jhwfwc (mgr.14180) 708 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:03:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.psengx ... 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:03:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.psengx ... 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:03:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: cephadm 2024-01-21T07:03:58.119819+0000 mgr.smithi093.jhwfwc (mgr.14180) 709 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: cephadm 2024-01-21T07:03:58.121875+0000 mgr.smithi093.jhwfwc (mgr.14180) 710 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.psengx ... 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:03:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:03:59.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:03:59.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: cephadm 2024-01-21T07:03:58.126648+0000 mgr.smithi093.jhwfwc (mgr.14180) 711 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.aowecd on smithi093 2024-01-21T07:03:59.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:03:59 smithi143 bash[18953]: cluster 2024-01-21T07:03:58.212034+0000 mgr.smithi093.jhwfwc (mgr.14180) 712 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:03:59.815 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:00.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:00 smithi143 bash[18953]: audit 2024-01-21T07:03:59.078810+0000 mgr.smithi093.jhwfwc (mgr.14180) 713 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:00.816 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:00.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:00 smithi093 bash[14068]: audit 2024-01-21T07:03:59.078810+0000 mgr.smithi093.jhwfwc (mgr.14180) 713 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:01.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:01 smithi143 bash[18953]: cluster 2024-01-21T07:04:00.213326+0000 mgr.smithi093.jhwfwc (mgr.14180) 714 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:01.895 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:01 smithi093 bash[14068]: cluster 2024-01-21T07:04:00.213326+0000 mgr.smithi093.jhwfwc (mgr.14180) 714 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:02.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:02 smithi093 bash[14068]: audit 2024-01-21T07:04:02.001010+0000 mon.smithi093 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.aowecd"}]: dispatch 2024-01-21T07:04:02.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:02 smithi143 bash[18953]: audit 2024-01-21T07:04:02.001010+0000 mon.smithi093 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.aowecd"}]: dispatch 2024-01-21T07:04:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: cephadm 2024-01-21T07:04:02.000024+0000 mgr.smithi093.jhwfwc (mgr.14180) 715 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.aowecd ... 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:04:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.aowecd ... 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:04:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: cephadm 2024-01-21T07:04:02.000506+0000 mgr.smithi093.jhwfwc (mgr.14180) 716 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: cephadm 2024-01-21T07:04:02.002144+0000 mgr.smithi093.jhwfwc (mgr.14180) 717 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.aowecd ... 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:04:03.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: cephadm 2024-01-21T07:04:02.004312+0000 mgr.smithi093.jhwfwc (mgr.14180) 718 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:04:03.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: cephadm 2024-01-21T07:04:02.005901+0000 mgr.smithi093.jhwfwc (mgr.14180) 719 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:04:03.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: cluster 2024-01-21T07:04:02.006975+0000 mgr.smithi093.jhwfwc (mgr.14180) 720 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:03.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:03 smithi143 bash[18953]: cluster 2024-01-21T07:04:02.430942+0000 mon.smithi093 (mon.0) 840 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:04:03.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: cephadm 2024-01-21T07:04:02.000024+0000 mgr.smithi093.jhwfwc (mgr.14180) 715 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:04:03.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:04:03.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.aowecd ... 2024-01-21T07:04:03.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:04:03.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.849 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.849 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:04:03.849 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.849 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.aowecd ... 2024-01-21T07:04:03.849 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.849 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:04:03.849 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:04:03.849 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: cephadm 2024-01-21T07:04:02.000506+0000 mgr.smithi093.jhwfwc (mgr.14180) 716 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: cephadm 2024-01-21T07:04:02.002144+0000 mgr.smithi093.jhwfwc (mgr.14180) 717 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.aowecd ... 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:04:03.850 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: cephadm 2024-01-21T07:04:02.004312+0000 mgr.smithi093.jhwfwc (mgr.14180) 718 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:04:03.851 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: cephadm 2024-01-21T07:04:02.005901+0000 mgr.smithi093.jhwfwc (mgr.14180) 719 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:04:03.851 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: cluster 2024-01-21T07:04:02.006975+0000 mgr.smithi093.jhwfwc (mgr.14180) 720 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:03.851 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:03 smithi093 bash[14068]: cluster 2024-01-21T07:04:02.430942+0000 mon.smithi093 (mon.0) 840 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:04:04.274 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:04.275 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:05.035 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:05.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:05 smithi093 bash[14068]: cluster 2024-01-21T07:04:04.008144+0000 mgr.smithi093.jhwfwc (mgr.14180) 721 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:05.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:05 smithi093 bash[14068]: audit 2024-01-21T07:04:04.267568+0000 mgr.smithi093.jhwfwc (mgr.14180) 722 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:05.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:05 smithi093 bash[14068]: audit 2024-01-21T07:04:04.361062+0000 mon.smithi093 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:04:05.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:05 smithi143 bash[18953]: cluster 2024-01-21T07:04:04.008144+0000 mgr.smithi093.jhwfwc (mgr.14180) 721 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:05.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:05 smithi143 bash[18953]: audit 2024-01-21T07:04:04.267568+0000 mgr.smithi093.jhwfwc (mgr.14180) 722 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:05.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:05 smithi143 bash[18953]: audit 2024-01-21T07:04:04.361062+0000 mon.smithi093 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:04:06.036 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:07 smithi093 bash[14068]: cluster 2024-01-21T07:04:06.009275+0000 mgr.smithi093.jhwfwc (mgr.14180) 723 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:07.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:07 smithi143 bash[18953]: cluster 2024-01-21T07:04:06.009275+0000 mgr.smithi093.jhwfwc (mgr.14180) 723 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:09.239 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:09.240 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:09.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:09 smithi093 bash[14068]: cluster 2024-01-21T07:04:08.010461+0000 mgr.smithi093.jhwfwc (mgr.14180) 724 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:09.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:09 smithi143 bash[18953]: cluster 2024-01-21T07:04:08.010461+0000 mgr.smithi093.jhwfwc (mgr.14180) 724 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:10.015 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:10.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:10 smithi093 bash[14068]: audit 2024-01-21T07:04:09.232052+0000 mgr.smithi093.jhwfwc (mgr.14180) 725 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:10.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:10 smithi143 bash[18953]: audit 2024-01-21T07:04:09.232052+0000 mgr.smithi093.jhwfwc (mgr.14180) 725 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:11.016 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:11.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:11 smithi093 bash[14068]: cluster 2024-01-21T07:04:10.011802+0000 mgr.smithi093.jhwfwc (mgr.14180) 726 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:11.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:11 smithi143 bash[18953]: cluster 2024-01-21T07:04:10.011802+0000 mgr.smithi093.jhwfwc (mgr.14180) 726 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:13.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:13 smithi093 bash[14068]: cluster 2024-01-21T07:04:12.013209+0000 mgr.smithi093.jhwfwc (mgr.14180) 727 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:13.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:13 smithi143 bash[18953]: cluster 2024-01-21T07:04:12.013209+0000 mgr.smithi093.jhwfwc (mgr.14180) 727 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:14.138 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:14.138 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:14.889 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:15.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:15 smithi093 bash[14068]: cluster 2024-01-21T07:04:14.014150+0000 mgr.smithi093.jhwfwc (mgr.14180) 728 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:15.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:15 smithi093 bash[14068]: audit 2024-01-21T07:04:14.126595+0000 mgr.smithi093.jhwfwc (mgr.14180) 729 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:15.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:15 smithi143 bash[18953]: cluster 2024-01-21T07:04:14.014150+0000 mgr.smithi093.jhwfwc (mgr.14180) 728 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:15.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:15 smithi143 bash[18953]: audit 2024-01-21T07:04:14.126595+0000 mgr.smithi093.jhwfwc (mgr.14180) 729 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:15.890 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:17.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:17 smithi093 bash[14068]: cluster 2024-01-21T07:04:16.015023+0000 mgr.smithi093.jhwfwc (mgr.14180) 730 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:17.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:17 smithi143 bash[18953]: cluster 2024-01-21T07:04:16.015023+0000 mgr.smithi093.jhwfwc (mgr.14180) 730 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:19.155 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:19.156 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:19.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:19 smithi093 bash[14068]: cluster 2024-01-21T07:04:18.016200+0000 mgr.smithi093.jhwfwc (mgr.14180) 731 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:19 smithi143 bash[18953]: cluster 2024-01-21T07:04:18.016200+0000 mgr.smithi093.jhwfwc (mgr.14180) 731 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:19.994 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:20.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:20 smithi143 bash[18953]: audit 2024-01-21T07:04:19.142183+0000 mgr.smithi093.jhwfwc (mgr.14180) 732 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:20.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:20 smithi093 bash[14068]: audit 2024-01-21T07:04:19.142183+0000 mgr.smithi093.jhwfwc (mgr.14180) 732 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:20.995 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:21.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:21 smithi143 bash[18953]: cluster 2024-01-21T07:04:20.017324+0000 mgr.smithi093.jhwfwc (mgr.14180) 733 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:21.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:21 smithi093 bash[14068]: cluster 2024-01-21T07:04:20.017324+0000 mgr.smithi093.jhwfwc (mgr.14180) 733 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:23.805 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:23 smithi093 bash[14068]: cluster 2024-01-21T07:04:22.018729+0000 mgr.smithi093.jhwfwc (mgr.14180) 734 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:23.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:23 smithi143 bash[18953]: cluster 2024-01-21T07:04:22.018729+0000 mgr.smithi093.jhwfwc (mgr.14180) 734 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:24.220 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:24.220 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:24.991 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:25.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:25 smithi143 bash[18953]: cluster 2024-01-21T07:04:24.019699+0000 mgr.smithi093.jhwfwc (mgr.14180) 735 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:25.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:25 smithi143 bash[18953]: audit 2024-01-21T07:04:24.209433+0000 mgr.smithi093.jhwfwc (mgr.14180) 736 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:25.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:25 smithi093 bash[14068]: cluster 2024-01-21T07:04:24.019699+0000 mgr.smithi093.jhwfwc (mgr.14180) 735 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:25.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:25 smithi093 bash[14068]: audit 2024-01-21T07:04:24.209433+0000 mgr.smithi093.jhwfwc (mgr.14180) 736 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:25.992 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:27.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:27 smithi143 bash[18953]: cluster 2024-01-21T07:04:26.020887+0000 mgr.smithi093.jhwfwc (mgr.14180) 737 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:27.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:27 smithi093 bash[14068]: cluster 2024-01-21T07:04:26.020887+0000 mgr.smithi093.jhwfwc (mgr.14180) 737 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:29.332 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:29.332 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:29.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:29 smithi093 bash[14068]: cluster 2024-01-21T07:04:28.022032+0000 mgr.smithi093.jhwfwc (mgr.14180) 738 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:29.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:29 smithi143 bash[18953]: cluster 2024-01-21T07:04:28.022032+0000 mgr.smithi093.jhwfwc (mgr.14180) 738 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:30.151 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:30.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:30 smithi143 bash[18953]: audit 2024-01-21T07:04:29.321143+0000 mgr.smithi093.jhwfwc (mgr.14180) 739 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:30.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:30 smithi093 bash[14068]: audit 2024-01-21T07:04:29.321143+0000 mgr.smithi093.jhwfwc (mgr.14180) 739 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:31.152 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:31.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:31 smithi093 bash[14068]: cluster 2024-01-21T07:04:30.023361+0000 mgr.smithi093.jhwfwc (mgr.14180) 740 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:31.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:31 smithi143 bash[18953]: cluster 2024-01-21T07:04:30.023361+0000 mgr.smithi093.jhwfwc (mgr.14180) 740 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:33.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:33 smithi093 bash[14068]: cluster 2024-01-21T07:04:32.024356+0000 mgr.smithi093.jhwfwc (mgr.14180) 741 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:33.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:33 smithi143 bash[18953]: cluster 2024-01-21T07:04:32.024356+0000 mgr.smithi093.jhwfwc (mgr.14180) 741 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:34.563 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:34.563 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:35.333 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:35.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:35 smithi093 bash[14068]: cluster 2024-01-21T07:04:34.025639+0000 mgr.smithi093.jhwfwc (mgr.14180) 742 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:35.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:35 smithi093 bash[14068]: audit 2024-01-21T07:04:34.555612+0000 mgr.smithi093.jhwfwc (mgr.14180) 743 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:35.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:35 smithi143 bash[18953]: cluster 2024-01-21T07:04:34.025639+0000 mgr.smithi093.jhwfwc (mgr.14180) 742 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:35.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:35 smithi143 bash[18953]: audit 2024-01-21T07:04:34.555612+0000 mgr.smithi093.jhwfwc (mgr.14180) 743 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:36.333 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:37.596 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:37 smithi093 bash[14068]: cluster 2024-01-21T07:04:36.026895+0000 mgr.smithi093.jhwfwc (mgr.14180) 744 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:37.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:37 smithi143 bash[18953]: cluster 2024-01-21T07:04:36.026895+0000 mgr.smithi093.jhwfwc (mgr.14180) 744 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:39.569 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:39.569 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:39.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:39 smithi143 bash[18953]: cluster 2024-01-21T07:04:38.028138+0000 mgr.smithi093.jhwfwc (mgr.14180) 745 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:39.797 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:39 smithi093 bash[14068]: cluster 2024-01-21T07:04:38.028138+0000 mgr.smithi093.jhwfwc (mgr.14180) 745 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:40.372 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:40.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:40 smithi093 bash[14068]: audit 2024-01-21T07:04:39.557760+0000 mgr.smithi093.jhwfwc (mgr.14180) 746 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:40.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:40 smithi143 bash[18953]: audit 2024-01-21T07:04:39.557760+0000 mgr.smithi093.jhwfwc (mgr.14180) 746 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:41.372 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:41.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:41 smithi093 bash[14068]: cluster 2024-01-21T07:04:40.029216+0000 mgr.smithi093.jhwfwc (mgr.14180) 747 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:41.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:41 smithi143 bash[18953]: cluster 2024-01-21T07:04:40.029216+0000 mgr.smithi093.jhwfwc (mgr.14180) 747 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:43.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:43 smithi143 bash[18953]: cluster 2024-01-21T07:04:42.029971+0000 mgr.smithi093.jhwfwc (mgr.14180) 748 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:43.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:43 smithi093 bash[14068]: cluster 2024-01-21T07:04:42.029971+0000 mgr.smithi093.jhwfwc (mgr.14180) 748 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:44.827 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:44.827 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:45.650 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:45.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:45 smithi143 bash[18953]: cluster 2024-01-21T07:04:44.031030+0000 mgr.smithi093.jhwfwc (mgr.14180) 749 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:45.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:45 smithi093 bash[14068]: cluster 2024-01-21T07:04:44.031030+0000 mgr.smithi093.jhwfwc (mgr.14180) 749 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:46.651 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:46.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:46 smithi143 bash[18953]: audit 2024-01-21T07:04:44.813541+0000 mgr.smithi093.jhwfwc (mgr.14180) 750 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:46.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:46 smithi093 bash[14068]: audit 2024-01-21T07:04:44.813541+0000 mgr.smithi093.jhwfwc (mgr.14180) 750 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:47.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:47 smithi093 bash[14068]: cluster 2024-01-21T07:04:46.032181+0000 mgr.smithi093.jhwfwc (mgr.14180) 751 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:47.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:47 smithi143 bash[18953]: cluster 2024-01-21T07:04:46.032181+0000 mgr.smithi093.jhwfwc (mgr.14180) 751 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:49.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:49 smithi093 bash[14068]: cluster 2024-01-21T07:04:48.032902+0000 mgr.smithi093.jhwfwc (mgr.14180) 752 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:49.746 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:49.746 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:49.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:49 smithi143 bash[18953]: cluster 2024-01-21T07:04:48.032902+0000 mgr.smithi093.jhwfwc (mgr.14180) 752 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:50.515 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:51.517 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:51.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:51 smithi143 bash[18953]: audit 2024-01-21T07:04:49.739030+0000 mgr.smithi093.jhwfwc (mgr.14180) 753 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:51.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:51 smithi143 bash[18953]: cluster 2024-01-21T07:04:50.033832+0000 mgr.smithi093.jhwfwc (mgr.14180) 754 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:51.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:51 smithi093 bash[14068]: audit 2024-01-21T07:04:49.739030+0000 mgr.smithi093.jhwfwc (mgr.14180) 753 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:51.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:51 smithi093 bash[14068]: cluster 2024-01-21T07:04:50.033832+0000 mgr.smithi093.jhwfwc (mgr.14180) 754 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:53.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:53 smithi143 bash[18953]: cluster 2024-01-21T07:04:52.034688+0000 mgr.smithi093.jhwfwc (mgr.14180) 755 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:53.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:53 smithi093 bash[14068]: cluster 2024-01-21T07:04:52.034688+0000 mgr.smithi093.jhwfwc (mgr.14180) 755 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:55.067 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:55.067 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:55.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:55 smithi143 bash[18953]: cluster 2024-01-21T07:04:54.035842+0000 mgr.smithi093.jhwfwc (mgr.14180) 756 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:55.841 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:55 smithi093 bash[14068]: cluster 2024-01-21T07:04:54.035842+0000 mgr.smithi093.jhwfwc (mgr.14180) 756 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:55.842 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:04:56.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:56 smithi143 bash[18953]: audit 2024-01-21T07:04:55.056450+0000 mgr.smithi093.jhwfwc (mgr.14180) 757 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:56.843 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:04:56.854 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:56 smithi093 bash[14068]: audit 2024-01-21T07:04:55.056450+0000 mgr.smithi093.jhwfwc (mgr.14180) 757 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:04:57.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:57 smithi143 bash[18953]: cluster 2024-01-21T07:04:56.037135+0000 mgr.smithi093.jhwfwc (mgr.14180) 758 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:57.888 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:57 smithi093 bash[14068]: cluster 2024-01-21T07:04:56.037135+0000 mgr.smithi093.jhwfwc (mgr.14180) 758 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:04:59.813 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:04:59.814 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:04:59.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:04:59 smithi093 bash[14068]: cluster 2024-01-21T07:04:58.037982+0000 mgr.smithi093.jhwfwc (mgr.14180) 759 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:00.058 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:04:59 smithi143 bash[18953]: cluster 2024-01-21T07:04:58.037982+0000 mgr.smithi093.jhwfwc (mgr.14180) 759 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:00.625 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:01.627 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:01.829 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:01 smithi093 bash[14068]: audit 2024-01-21T07:04:59.802973+0000 mgr.smithi093.jhwfwc (mgr.14180) 760 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:01.829 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:01 smithi093 bash[14068]: cluster 2024-01-21T07:05:00.039223+0000 mgr.smithi093.jhwfwc (mgr.14180) 761 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:02.058 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:01 smithi143 bash[18953]: audit 2024-01-21T07:04:59.802973+0000 mgr.smithi093.jhwfwc (mgr.14180) 760 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:02.058 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:01 smithi143 bash[18953]: cluster 2024-01-21T07:05:00.039223+0000 mgr.smithi093.jhwfwc (mgr.14180) 761 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:02.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:02 smithi093 bash[14068]: audit 2024-01-21T07:05:02.009257+0000 mon.smithi093 (mon.0) 842 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:05:02.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:02 smithi093 bash[14068]: audit 2024-01-21T07:05:02.297398+0000 mon.smithi093 (mon.0) 843 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:05:02.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:02 smithi093 bash[14068]: audit 2024-01-21T07:05:02.298642+0000 mon.smithi093 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:05:02.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:02 smithi093 bash[14068]: audit 2024-01-21T07:05:02.304697+0000 mon.smithi093 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:05:02.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:02 smithi093 bash[14068]: audit 2024-01-21T07:05:02.312006+0000 mon.smithi093 (mon.0) 846 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:05:03.058 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:02 smithi143 bash[18953]: audit 2024-01-21T07:05:02.009257+0000 mon.smithi093 (mon.0) 842 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:05:03.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:02 smithi143 bash[18953]: audit 2024-01-21T07:05:02.297398+0000 mon.smithi093 (mon.0) 843 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:05:03.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:02 smithi143 bash[18953]: audit 2024-01-21T07:05:02.298642+0000 mon.smithi093 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:05:03.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:02 smithi143 bash[18953]: audit 2024-01-21T07:05:02.304697+0000 mon.smithi093 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:05:03.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:02 smithi143 bash[18953]: audit 2024-01-21T07:05:02.312006+0000 mon.smithi093 (mon.0) 846 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:05:03.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:03 smithi093 bash[14068]: cluster 2024-01-21T07:05:02.040040+0000 mgr.smithi093.jhwfwc (mgr.14180) 762 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:03.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:03 smithi093 bash[14068]: cluster 2024-01-21T07:05:02.305328+0000 mgr.smithi093.jhwfwc (mgr.14180) 763 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:03.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:03 smithi093 bash[14068]: cephadm 2024-01-21T07:05:02.320141+0000 mgr.smithi093.jhwfwc (mgr.14180) 764 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.lmiddv on smithi143 2024-01-21T07:05:03.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:03 smithi093 bash[14068]: cluster 2024-01-21T07:05:02.562418+0000 mon.smithi093 (mon.0) 847 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:05:03.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:03 smithi093 bash[14068]: cluster 2024-01-21T07:05:02.562499+0000 mon.smithi093 (mon.0) 848 : cluster [INF] Cluster is now healthy 2024-01-21T07:05:04.058 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:03 smithi143 bash[18953]: cluster 2024-01-21T07:05:02.040040+0000 mgr.smithi093.jhwfwc (mgr.14180) 762 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:04.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:03 smithi143 bash[18953]: cluster 2024-01-21T07:05:02.305328+0000 mgr.smithi093.jhwfwc (mgr.14180) 763 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:04.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:03 smithi143 bash[18953]: cephadm 2024-01-21T07:05:02.320141+0000 mgr.smithi093.jhwfwc (mgr.14180) 764 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.lmiddv on smithi143 2024-01-21T07:05:04.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:03 smithi143 bash[18953]: cluster 2024-01-21T07:05:02.562418+0000 mon.smithi093 (mon.0) 847 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:05:04.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:03 smithi143 bash[18953]: cluster 2024-01-21T07:05:02.562499+0000 mon.smithi093 (mon.0) 848 : cluster [INF] Cluster is now healthy 2024-01-21T07:05:05.092 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:05:05.092 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:02:53.922528Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cwmmlq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:05:05.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:05 smithi093 bash[14068]: audit 2024-01-21T07:05:04.226461+0000 mon.smithi093 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:05:05.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:05 smithi093 bash[14068]: cluster 2024-01-21T07:05:04.306272+0000 mgr.smithi093.jhwfwc (mgr.14180) 765 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:05.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:05 smithi143 bash[18953]: audit 2024-01-21T07:05:04.226461+0000 mon.smithi093 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:05:05.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:05 smithi143 bash[18953]: cluster 2024-01-21T07:05:04.306272+0000 mgr.smithi093.jhwfwc (mgr.14180) 765 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:05.875 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:06.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:06 smithi143 bash[18953]: audit 2024-01-21T07:05:05.084771+0000 mgr.smithi093.jhwfwc (mgr.14180) 766 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:06.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:06 smithi093 bash[14068]: audit 2024-01-21T07:05:05.084771+0000 mgr.smithi093.jhwfwc (mgr.14180) 766 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:06.876 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: cephadm 2024-01-21T07:05:06.235903+0000 mgr.smithi093.jhwfwc (mgr.14180) 767 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.lmiddv ... 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.lmiddv ... 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: cephadm 2024-01-21T07:05:06.236395+0000 mgr.smithi093.jhwfwc (mgr.14180) 768 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: audit 2024-01-21T07:05:06.236995+0000 mon.smithi093 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.lmiddv"}]: dispatch 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: cephadm 2024-01-21T07:05:06.243269+0000 mgr.smithi093.jhwfwc (mgr.14180) 769 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:07.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.lmiddv ... 2024-01-21T07:05:07.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:07.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:07.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:07.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: cephadm 2024-01-21T07:05:06.246732+0000 mgr.smithi093.jhwfwc (mgr.14180) 770 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.aauymt on smithi093 2024-01-21T07:05:07.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:07 smithi093 bash[14068]: cluster 2024-01-21T07:05:06.307319+0000 mgr.smithi093.jhwfwc (mgr.14180) 771 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:07.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: cephadm 2024-01-21T07:05:06.235903+0000 mgr.smithi093.jhwfwc (mgr.14180) 767 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:07.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:07.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.lmiddv ... 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.lmiddv ... 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: cephadm 2024-01-21T07:05:06.236395+0000 mgr.smithi093.jhwfwc (mgr.14180) 768 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: audit 2024-01-21T07:05:06.236995+0000 mon.smithi093 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.lmiddv"}]: dispatch 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: cephadm 2024-01-21T07:05:06.243269+0000 mgr.smithi093.jhwfwc (mgr.14180) 769 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:07.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv 2024-01-21T07:05:07.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.lmiddv ... 2024-01-21T07:05:07.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:07.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:07.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:07.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:07.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: cephadm 2024-01-21T07:05:06.246732+0000 mgr.smithi093.jhwfwc (mgr.14180) 770 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.aauymt on smithi093 2024-01-21T07:05:07.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:07 smithi143 bash[18953]: cluster 2024-01-21T07:05:06.307319+0000 mgr.smithi093.jhwfwc (mgr.14180) 771 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:09.650 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:09 smithi093 bash[14068]: cluster 2024-01-21T07:05:08.308239+0000 mgr.smithi093.jhwfwc (mgr.14180) 772 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:09.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:09 smithi143 bash[18953]: cluster 2024-01-21T07:05:08.308239+0000 mgr.smithi093.jhwfwc (mgr.14180) 772 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:10.031 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:05:10.031 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:03:58.121578Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.psengx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-psengx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.psengx\nDeploy daemon haproxy.rgw.foo.smithi143.psengx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.001913Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aowecd on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aowecd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aowecd\nDeploy daemon haproxy.rgw.foo.smithi093.aowecd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:04:02.004202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.sbuafw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:05:11.095 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:11.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:11 smithi093 bash[14068]: audit 2024-01-21T07:05:10.017802+0000 mgr.smithi093.jhwfwc (mgr.14180) 773 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:11.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:11 smithi093 bash[14068]: cluster 2024-01-21T07:05:10.309085+0000 mgr.smithi093.jhwfwc (mgr.14180) 774 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:11.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:11 smithi093 bash[14068]: audit 2024-01-21T07:05:10.994044+0000 mon.smithi093 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.aauymt"}]: dispatch 2024-01-21T07:05:11.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:11 smithi143 bash[18953]: audit 2024-01-21T07:05:10.017802+0000 mgr.smithi093.jhwfwc (mgr.14180) 773 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:11.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:11 smithi143 bash[18953]: cluster 2024-01-21T07:05:10.309085+0000 mgr.smithi093.jhwfwc (mgr.14180) 774 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:11.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:11 smithi143 bash[18953]: audit 2024-01-21T07:05:10.994044+0000 mon.smithi093 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.aauymt"}]: dispatch 2024-01-21T07:05:12.096 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: cephadm 2024-01-21T07:05:10.993400+0000 mgr.smithi093.jhwfwc (mgr.14180) 775 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.aauymt ... 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:05:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.aauymt ... 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: cephadm 2024-01-21T07:05:10.993609+0000 mgr.smithi093.jhwfwc (mgr.14180) 776 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: cephadm 2024-01-21T07:05:10.995214+0000 mgr.smithi093.jhwfwc (mgr.14180) 777 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.aauymt ... 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: cephadm 2024-01-21T07:05:10.999310+0000 mgr.smithi093.jhwfwc (mgr.14180) 778 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: cephadm 2024-01-21T07:05:11.001887+0000 mgr.smithi093.jhwfwc (mgr.14180) 779 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: cluster 2024-01-21T07:05:11.002862+0000 mgr.smithi093.jhwfwc (mgr.14180) 780 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:12 smithi093 bash[14068]: cluster 2024-01-21T07:05:11.108234+0000 mon.smithi093 (mon.0) 852 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:05:12.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: cephadm 2024-01-21T07:05:10.993400+0000 mgr.smithi093.jhwfwc (mgr.14180) 775 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:12.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:12.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.aauymt ... 2024-01-21T07:05:12.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:12.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.aauymt ... 2024-01-21T07:05:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: cephadm 2024-01-21T07:05:10.993609+0000 mgr.smithi093.jhwfwc (mgr.14180) 776 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: cephadm 2024-01-21T07:05:10.995214+0000 mgr.smithi093.jhwfwc (mgr.14180) 777 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.aauymt ... 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:05:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:05:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:05:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:05:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: cephadm 2024-01-21T07:05:10.999310+0000 mgr.smithi093.jhwfwc (mgr.14180) 778 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:05:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: cephadm 2024-01-21T07:05:11.001887+0000 mgr.smithi093.jhwfwc (mgr.14180) 779 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:05:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: cluster 2024-01-21T07:05:11.002862+0000 mgr.smithi093.jhwfwc (mgr.14180) 780 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:12 smithi143 bash[18953]: cluster 2024-01-21T07:05:11.108234+0000 mon.smithi093 (mon.0) 852 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:05:14.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:14 smithi093 bash[14068]: cluster 2024-01-21T07:05:13.004063+0000 mgr.smithi093.jhwfwc (mgr.14180) 781 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:14.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:14 smithi143 bash[18953]: cluster 2024-01-21T07:05:13.004063+0000 mgr.smithi093.jhwfwc (mgr.14180) 781 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:15.365 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:05:15.365 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:05:15.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:15 smithi093 bash[14068]: audit 2024-01-21T07:05:14.406318+0000 mon.smithi093 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:05:15.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:15 smithi143 bash[18953]: audit 2024-01-21T07:05:14.406318+0000 mon.smithi093 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:05:16.142 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:16.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:16 smithi143 bash[18953]: cluster 2024-01-21T07:05:15.005251+0000 mgr.smithi093.jhwfwc (mgr.14180) 782 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:16.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:16 smithi143 bash[18953]: audit 2024-01-21T07:05:15.353561+0000 mgr.smithi093.jhwfwc (mgr.14180) 783 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:16.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:16 smithi093 bash[14068]: cluster 2024-01-21T07:05:15.005251+0000 mgr.smithi093.jhwfwc (mgr.14180) 782 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:16.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:16 smithi093 bash[14068]: audit 2024-01-21T07:05:15.353561+0000 mgr.smithi093.jhwfwc (mgr.14180) 783 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:17.143 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:18.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:18 smithi093 bash[14068]: cluster 2024-01-21T07:05:17.006596+0000 mgr.smithi093.jhwfwc (mgr.14180) 784 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:18.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:18 smithi143 bash[18953]: cluster 2024-01-21T07:05:17.006596+0000 mgr.smithi093.jhwfwc (mgr.14180) 784 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:20.229 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:05:20.229 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:05:20.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:20 smithi143 bash[18953]: cluster 2024-01-21T07:05:19.007698+0000 mgr.smithi093.jhwfwc (mgr.14180) 785 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:20.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:20 smithi143 bash[18953]: audit 2024-01-21T07:05:19.228132+0000 mon.smithi093 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:05:20.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:20 smithi093 bash[14068]: cluster 2024-01-21T07:05:19.007698+0000 mgr.smithi093.jhwfwc (mgr.14180) 785 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:20.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:20 smithi093 bash[14068]: audit 2024-01-21T07:05:19.228132+0000 mon.smithi093 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:05:20.990 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:21.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:21 smithi093 bash[14068]: audit 2024-01-21T07:05:20.217193+0000 mgr.smithi093.jhwfwc (mgr.14180) 786 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:21.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:21 smithi143 bash[18953]: audit 2024-01-21T07:05:20.217193+0000 mgr.smithi093.jhwfwc (mgr.14180) 786 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:21.991 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:22.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:22 smithi093 bash[14068]: cluster 2024-01-21T07:05:21.009058+0000 mgr.smithi093.jhwfwc (mgr.14180) 787 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:22.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:22 smithi143 bash[18953]: cluster 2024-01-21T07:05:21.009058+0000 mgr.smithi093.jhwfwc (mgr.14180) 787 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:24.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:24 smithi093 bash[14068]: cluster 2024-01-21T07:05:23.010242+0000 mgr.smithi093.jhwfwc (mgr.14180) 788 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:24.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:24 smithi143 bash[18953]: cluster 2024-01-21T07:05:23.010242+0000 mgr.smithi093.jhwfwc (mgr.14180) 788 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:25.409 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:05:25.409 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:05:26.153 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:26.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:26 smithi093 bash[14068]: cluster 2024-01-21T07:05:25.011227+0000 mgr.smithi093.jhwfwc (mgr.14180) 789 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:26.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:26 smithi093 bash[14068]: audit 2024-01-21T07:05:25.398324+0000 mgr.smithi093.jhwfwc (mgr.14180) 790 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:26.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:26 smithi143 bash[18953]: cluster 2024-01-21T07:05:25.011227+0000 mgr.smithi093.jhwfwc (mgr.14180) 789 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:26.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:26 smithi143 bash[18953]: audit 2024-01-21T07:05:25.398324+0000 mgr.smithi093.jhwfwc (mgr.14180) 790 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:27.155 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:28.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:28 smithi143 bash[18953]: cluster 2024-01-21T07:05:27.012610+0000 mgr.smithi093.jhwfwc (mgr.14180) 791 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:28.615 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:28 smithi093 bash[14068]: cluster 2024-01-21T07:05:27.012610+0000 mgr.smithi093.jhwfwc (mgr.14180) 791 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:30.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:30 smithi093 bash[14068]: cluster 2024-01-21T07:05:29.013769+0000 mgr.smithi093.jhwfwc (mgr.14180) 792 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:30.445 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:05:30.445 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:05:30.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:30 smithi143 bash[18953]: cluster 2024-01-21T07:05:29.013769+0000 mgr.smithi093.jhwfwc (mgr.14180) 792 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:31.238 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:31.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:31 smithi143 bash[18953]: audit 2024-01-21T07:05:30.432909+0000 mgr.smithi093.jhwfwc (mgr.14180) 793 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:31.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:31 smithi093 bash[14068]: audit 2024-01-21T07:05:30.432909+0000 mgr.smithi093.jhwfwc (mgr.14180) 793 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:32.239 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:32.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:32 smithi143 bash[18953]: cluster 2024-01-21T07:05:31.014582+0000 mgr.smithi093.jhwfwc (mgr.14180) 794 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:32.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:32 smithi093 bash[14068]: cluster 2024-01-21T07:05:31.014582+0000 mgr.smithi093.jhwfwc (mgr.14180) 794 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:34.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:34 smithi143 bash[18953]: cluster 2024-01-21T07:05:33.015849+0000 mgr.smithi093.jhwfwc (mgr.14180) 795 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:34.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:34 smithi093 bash[14068]: cluster 2024-01-21T07:05:33.015849+0000 mgr.smithi093.jhwfwc (mgr.14180) 795 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:35.428 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:05:35.428 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:05:36.161 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:36.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:36 smithi093 bash[14068]: cluster 2024-01-21T07:05:35.016866+0000 mgr.smithi093.jhwfwc (mgr.14180) 796 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:36.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:36 smithi093 bash[14068]: audit 2024-01-21T07:05:35.421342+0000 mgr.smithi093.jhwfwc (mgr.14180) 797 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:36.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:36 smithi143 bash[18953]: cluster 2024-01-21T07:05:35.016866+0000 mgr.smithi093.jhwfwc (mgr.14180) 796 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:36.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:36 smithi143 bash[18953]: audit 2024-01-21T07:05:35.421342+0000 mgr.smithi093.jhwfwc (mgr.14180) 797 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:37.161 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:38.506 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:38 smithi093 bash[14068]: cluster 2024-01-21T07:05:37.018202+0000 mgr.smithi093.jhwfwc (mgr.14180) 798 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:38.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:38 smithi143 bash[18953]: cluster 2024-01-21T07:05:37.018202+0000 mgr.smithi093.jhwfwc (mgr.14180) 798 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:40.316 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:05:40.316 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:05:40.554 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:40 smithi093 bash[14068]: cluster 2024-01-21T07:05:39.018879+0000 mgr.smithi093.jhwfwc (mgr.14180) 799 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:40.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:40 smithi143 bash[18953]: cluster 2024-01-21T07:05:39.018879+0000 mgr.smithi093.jhwfwc (mgr.14180) 799 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:41.157 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:41.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:41 smithi093 bash[14068]: audit 2024-01-21T07:05:40.304952+0000 mgr.smithi093.jhwfwc (mgr.14180) 800 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:41.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:41 smithi143 bash[18953]: audit 2024-01-21T07:05:40.304952+0000 mgr.smithi093.jhwfwc (mgr.14180) 800 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:42.158 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:42.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:42 smithi093 bash[14068]: cluster 2024-01-21T07:05:41.020187+0000 mgr.smithi093.jhwfwc (mgr.14180) 801 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:42.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:42 smithi143 bash[18953]: cluster 2024-01-21T07:05:41.020187+0000 mgr.smithi093.jhwfwc (mgr.14180) 801 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:44.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:44 smithi093 bash[14068]: cluster 2024-01-21T07:05:43.021387+0000 mgr.smithi093.jhwfwc (mgr.14180) 802 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:44.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:44 smithi143 bash[18953]: cluster 2024-01-21T07:05:43.021387+0000 mgr.smithi093.jhwfwc (mgr.14180) 802 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:45.380 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:05:45.380 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:05:46.155 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:46.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:46 smithi093 bash[14068]: cluster 2024-01-21T07:05:45.022637+0000 mgr.smithi093.jhwfwc (mgr.14180) 803 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:46.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:46 smithi093 bash[14068]: audit 2024-01-21T07:05:45.367162+0000 mgr.smithi093.jhwfwc (mgr.14180) 804 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:46 smithi143 bash[18953]: cluster 2024-01-21T07:05:45.022637+0000 mgr.smithi093.jhwfwc (mgr.14180) 803 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:46 smithi143 bash[18953]: audit 2024-01-21T07:05:45.367162+0000 mgr.smithi093.jhwfwc (mgr.14180) 804 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:47.156 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:48.562 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:48 smithi093 bash[14068]: cluster 2024-01-21T07:05:47.024062+0000 mgr.smithi093.jhwfwc (mgr.14180) 805 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:48.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:48 smithi143 bash[18953]: cluster 2024-01-21T07:05:47.024062+0000 mgr.smithi093.jhwfwc (mgr.14180) 805 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:50.356 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:05:50.356 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:05:50.587 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:50 smithi093 bash[14068]: cluster 2024-01-21T07:05:49.025272+0000 mgr.smithi093.jhwfwc (mgr.14180) 806 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:50.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:50 smithi143 bash[18953]: cluster 2024-01-21T07:05:49.025272+0000 mgr.smithi093.jhwfwc (mgr.14180) 806 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:51.160 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:51.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:51 smithi093 bash[14068]: audit 2024-01-21T07:05:50.342691+0000 mgr.smithi093.jhwfwc (mgr.14180) 807 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:51.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:51 smithi143 bash[18953]: audit 2024-01-21T07:05:50.342691+0000 mgr.smithi093.jhwfwc (mgr.14180) 807 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:52.161 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:52.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:52 smithi093 bash[14068]: cluster 2024-01-21T07:05:51.026552+0000 mgr.smithi093.jhwfwc (mgr.14180) 808 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:52.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:52 smithi143 bash[18953]: cluster 2024-01-21T07:05:51.026552+0000 mgr.smithi093.jhwfwc (mgr.14180) 808 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:54.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:54 smithi093 bash[14068]: cluster 2024-01-21T07:05:53.027273+0000 mgr.smithi093.jhwfwc (mgr.14180) 809 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:54.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:54 smithi143 bash[18953]: cluster 2024-01-21T07:05:53.027273+0000 mgr.smithi093.jhwfwc (mgr.14180) 809 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:55.640 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:05:55.640 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:05:56.434 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:05:56.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:56 smithi093 bash[14068]: cluster 2024-01-21T07:05:55.028479+0000 mgr.smithi093.jhwfwc (mgr.14180) 810 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:56.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:56 smithi143 bash[18953]: cluster 2024-01-21T07:05:55.028479+0000 mgr.smithi093.jhwfwc (mgr.14180) 810 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:57.435 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:05:57.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:57 smithi093 bash[14068]: audit 2024-01-21T07:05:55.627237+0000 mgr.smithi093.jhwfwc (mgr.14180) 811 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:57.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:57 smithi143 bash[18953]: audit 2024-01-21T07:05:55.627237+0000 mgr.smithi093.jhwfwc (mgr.14180) 811 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:05:58.658 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:05:58 smithi093 bash[14068]: cluster 2024-01-21T07:05:57.029963+0000 mgr.smithi093.jhwfwc (mgr.14180) 812 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:05:58.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:05:58 smithi143 bash[18953]: cluster 2024-01-21T07:05:57.029963+0000 mgr.smithi093.jhwfwc (mgr.14180) 812 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:00.593 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:00.593 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:00.645 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:00 smithi093 bash[14068]: cluster 2024-01-21T07:05:59.031172+0000 mgr.smithi093.jhwfwc (mgr.14180) 813 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:00.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:00 smithi143 bash[18953]: cluster 2024-01-21T07:05:59.031172+0000 mgr.smithi093.jhwfwc (mgr.14180) 813 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:01.366 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:01.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:01 smithi093 bash[14068]: audit 2024-01-21T07:06:00.580269+0000 mgr.smithi093.jhwfwc (mgr.14180) 814 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:01.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:01 smithi143 bash[18953]: audit 2024-01-21T07:06:00.580269+0000 mgr.smithi093.jhwfwc (mgr.14180) 814 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:02.367 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:02.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:02 smithi093 bash[14068]: cluster 2024-01-21T07:06:01.032400+0000 mgr.smithi093.jhwfwc (mgr.14180) 815 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:02.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:02 smithi143 bash[18953]: cluster 2024-01-21T07:06:01.032400+0000 mgr.smithi093.jhwfwc (mgr.14180) 815 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:04.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:04 smithi093 bash[14068]: cluster 2024-01-21T07:06:03.033691+0000 mgr.smithi093.jhwfwc (mgr.14180) 816 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:04.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:04 smithi143 bash[18953]: cluster 2024-01-21T07:06:03.033691+0000 mgr.smithi093.jhwfwc (mgr.14180) 816 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:05.547 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:05.547 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:06.266 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:06.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:06 smithi093 bash[14068]: cluster 2024-01-21T07:06:05.035018+0000 mgr.smithi093.jhwfwc (mgr.14180) 817 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:06.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:06 smithi093 bash[14068]: audit 2024-01-21T07:06:05.538908+0000 mgr.smithi093.jhwfwc (mgr.14180) 818 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:06.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:06 smithi143 bash[18953]: cluster 2024-01-21T07:06:05.035018+0000 mgr.smithi093.jhwfwc (mgr.14180) 817 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:06.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:06 smithi143 bash[18953]: audit 2024-01-21T07:06:05.538908+0000 mgr.smithi093.jhwfwc (mgr.14180) 818 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:07.267 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:08.660 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:08 smithi093 bash[14068]: cluster 2024-01-21T07:06:07.036409+0000 mgr.smithi093.jhwfwc (mgr.14180) 819 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:08.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:08 smithi143 bash[18953]: cluster 2024-01-21T07:06:07.036409+0000 mgr.smithi093.jhwfwc (mgr.14180) 819 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:10.456 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:10.456 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:04:02.005805Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.jekysl on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:10.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:10 smithi093 bash[14068]: cluster 2024-01-21T07:06:09.037681+0000 mgr.smithi093.jhwfwc (mgr.14180) 820 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:10.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:10 smithi143 bash[18953]: cluster 2024-01-21T07:06:09.037681+0000 mgr.smithi093.jhwfwc (mgr.14180) 820 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:11.224 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:11.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:11 smithi093 bash[14068]: audit 2024-01-21T07:06:10.443817+0000 mgr.smithi093.jhwfwc (mgr.14180) 821 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:11.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:11 smithi093 bash[14068]: audit 2024-01-21T07:06:11.006024+0000 mon.smithi093 (mon.0) 855 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:06:11.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:11 smithi093 bash[14068]: audit 2024-01-21T07:06:11.313011+0000 mon.smithi093 (mon.0) 856 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:06:11.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:11 smithi093 bash[14068]: audit 2024-01-21T07:06:11.314895+0000 mon.smithi093 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:06:11.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:11 smithi093 bash[14068]: audit 2024-01-21T07:06:11.324145+0000 mon.smithi093 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:06:11.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:11 smithi093 bash[14068]: audit 2024-01-21T07:06:11.331877+0000 mon.smithi093 (mon.0) 859 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:06:11.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:11 smithi143 bash[18953]: audit 2024-01-21T07:06:10.443817+0000 mgr.smithi093.jhwfwc (mgr.14180) 821 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:11.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:11 smithi143 bash[18953]: audit 2024-01-21T07:06:11.006024+0000 mon.smithi093 (mon.0) 855 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:06:11.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:11 smithi143 bash[18953]: audit 2024-01-21T07:06:11.313011+0000 mon.smithi093 (mon.0) 856 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:06:11.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:11 smithi143 bash[18953]: audit 2024-01-21T07:06:11.314895+0000 mon.smithi093 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:06:11.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:11 smithi143 bash[18953]: audit 2024-01-21T07:06:11.324145+0000 mon.smithi093 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:06:11.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:11 smithi143 bash[18953]: audit 2024-01-21T07:06:11.331877+0000 mon.smithi093 (mon.0) 859 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:06:12.225 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:12.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:12 smithi093 bash[14068]: cluster 2024-01-21T07:06:11.038802+0000 mgr.smithi093.jhwfwc (mgr.14180) 822 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:12.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:12 smithi093 bash[14068]: cluster 2024-01-21T07:06:11.325216+0000 mgr.smithi093.jhwfwc (mgr.14180) 823 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:12.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:12 smithi093 bash[14068]: cephadm 2024-01-21T07:06:11.345216+0000 mgr.smithi093.jhwfwc (mgr.14180) 824 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.dtjwaf on smithi143 2024-01-21T07:06:12.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:12 smithi093 bash[14068]: cluster 2024-01-21T07:06:11.403824+0000 mon.smithi093 (mon.0) 860 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:06:12.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:12 smithi093 bash[14068]: cluster 2024-01-21T07:06:11.403877+0000 mon.smithi093 (mon.0) 861 : cluster [INF] Cluster is now healthy 2024-01-21T07:06:12.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:12 smithi143 bash[18953]: cluster 2024-01-21T07:06:11.038802+0000 mgr.smithi093.jhwfwc (mgr.14180) 822 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:12.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:12 smithi143 bash[18953]: cluster 2024-01-21T07:06:11.325216+0000 mgr.smithi093.jhwfwc (mgr.14180) 823 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:12.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:12 smithi143 bash[18953]: cephadm 2024-01-21T07:06:11.345216+0000 mgr.smithi093.jhwfwc (mgr.14180) 824 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.dtjwaf on smithi143 2024-01-21T07:06:12.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:12 smithi143 bash[18953]: cluster 2024-01-21T07:06:11.403824+0000 mon.smithi093 (mon.0) 860 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:06:12.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:12 smithi143 bash[18953]: cluster 2024-01-21T07:06:11.403877+0000 mon.smithi093 (mon.0) 861 : cluster [INF] Cluster is now healthy 2024-01-21T07:06:14.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:14 smithi093 bash[14068]: cluster 2024-01-21T07:06:13.325856+0000 mgr.smithi093.jhwfwc (mgr.14180) 825 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:14.695 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:14 smithi143 bash[18953]: cluster 2024-01-21T07:06:13.325856+0000 mgr.smithi093.jhwfwc (mgr.14180) 825 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:15.464 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:15.464 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:06.243082Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.lmiddv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-lmiddv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.lmiddv\nDeploy daemon haproxy.rgw.foo.smithi143.lmiddv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.994977Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.aauymt on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-aauymt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.aauymt\nDeploy daemon haproxy.rgw.foo.smithi093.aauymt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:05:10.999117Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.nakbap on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:15.683 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:15 smithi093 bash[14068]: audit 2024-01-21T07:06:15.102900+0000 mon.smithi093 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.dtjwaf"}]: dispatch 2024-01-21T07:06:15.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:15 smithi143 bash[18953]: audit 2024-01-21T07:06:15.102900+0000 mon.smithi093 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.dtjwaf"}]: dispatch 2024-01-21T07:06:16.273 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: cephadm 2024-01-21T07:06:15.101865+0000 mgr.smithi093.jhwfwc (mgr.14180) 826 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.dtjwaf ... 2024-01-21T07:06:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.dtjwaf ... 2024-01-21T07:06:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: cephadm 2024-01-21T07:06:15.102371+0000 mgr.smithi093.jhwfwc (mgr.14180) 827 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: cephadm 2024-01-21T07:06:15.104148+0000 mgr.smithi093.jhwfwc (mgr.14180) 828 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.dtjwaf ... 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: cephadm 2024-01-21T07:06:15.107808+0000 mgr.smithi093.jhwfwc (mgr.14180) 829 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.iohuvc on smithi093 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: cluster 2024-01-21T07:06:15.327027+0000 mgr.smithi093.jhwfwc (mgr.14180) 830 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:16 smithi093 bash[14068]: audit 2024-01-21T07:06:15.455221+0000 mgr.smithi093.jhwfwc (mgr.14180) 831 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: cephadm 2024-01-21T07:06:15.101865+0000 mgr.smithi093.jhwfwc (mgr.14180) 826 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.dtjwaf ... 2024-01-21T07:06:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.dtjwaf ... 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: cephadm 2024-01-21T07:06:15.102371+0000 mgr.smithi093.jhwfwc (mgr.14180) 827 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: cephadm 2024-01-21T07:06:15.104148+0000 mgr.smithi093.jhwfwc (mgr.14180) 828 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.dtjwaf ... 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:16.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:16.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:16.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:16.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: cephadm 2024-01-21T07:06:15.107808+0000 mgr.smithi093.jhwfwc (mgr.14180) 829 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.iohuvc on smithi093 2024-01-21T07:06:16.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: cluster 2024-01-21T07:06:15.327027+0000 mgr.smithi093.jhwfwc (mgr.14180) 830 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:16.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:16 smithi143 bash[18953]: audit 2024-01-21T07:06:15.455221+0000 mgr.smithi093.jhwfwc (mgr.14180) 831 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:17.274 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:18.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:18 smithi143 bash[18953]: cluster 2024-01-21T07:06:17.328082+0000 mgr.smithi093.jhwfwc (mgr.14180) 832 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:18.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:18 smithi093 bash[14068]: cluster 2024-01-21T07:06:17.328082+0000 mgr.smithi093.jhwfwc (mgr.14180) 832 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:20.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: audit 2024-01-21T07:06:19.229946+0000 mon.smithi093 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:06:20.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: cluster 2024-01-21T07:06:19.329226+0000 mgr.smithi093.jhwfwc (mgr.14180) 833 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:20.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: cephadm 2024-01-21T07:06:19.385343+0000 mgr.smithi093.jhwfwc (mgr.14180) 834 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:20.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:20.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.iohuvc ... 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.iohuvc ... 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: cephadm 2024-01-21T07:06:19.385585+0000 mgr.smithi093.jhwfwc (mgr.14180) 835 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: audit 2024-01-21T07:06:19.385970+0000 mon.smithi093 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.iohuvc"}]: dispatch 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: cephadm 2024-01-21T07:06:19.386819+0000 mgr.smithi093.jhwfwc (mgr.14180) 836 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.iohuvc ... 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: cephadm 2024-01-21T07:06:19.388582+0000 mgr.smithi093.jhwfwc (mgr.14180) 837 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: cephadm 2024-01-21T07:06:19.392261+0000 mgr.smithi093.jhwfwc (mgr.14180) 838 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: cluster 2024-01-21T07:06:19.393806+0000 mgr.smithi093.jhwfwc (mgr.14180) 839 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:20 smithi143 bash[18953]: audit 2024-01-21T07:06:19.447182+0000 mon.smithi093 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:06:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: audit 2024-01-21T07:06:19.229946+0000 mon.smithi093 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:06:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: cluster 2024-01-21T07:06:19.329226+0000 mgr.smithi093.jhwfwc (mgr.14180) 833 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: cephadm 2024-01-21T07:06:19.385343+0000 mgr.smithi093.jhwfwc (mgr.14180) 834 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.iohuvc ... 2024-01-21T07:06:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.iohuvc ... 2024-01-21T07:06:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: cephadm 2024-01-21T07:06:19.385585+0000 mgr.smithi093.jhwfwc (mgr.14180) 835 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: audit 2024-01-21T07:06:19.385970+0000 mon.smithi093 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.iohuvc"}]: dispatch 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: cephadm 2024-01-21T07:06:19.386819+0000 mgr.smithi093.jhwfwc (mgr.14180) 836 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.iohuvc ... 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: cephadm 2024-01-21T07:06:19.388582+0000 mgr.smithi093.jhwfwc (mgr.14180) 837 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:06:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: cephadm 2024-01-21T07:06:19.392261+0000 mgr.smithi093.jhwfwc (mgr.14180) 838 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:06:20.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: cluster 2024-01-21T07:06:19.393806+0000 mgr.smithi093.jhwfwc (mgr.14180) 839 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:20.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:20 smithi093 bash[14068]: audit 2024-01-21T07:06:19.447182+0000 mon.smithi093 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:06:20.828 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:20.829 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:21.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:21 smithi093 bash[14068]: cluster 2024-01-21T07:06:20.225466+0000 mon.smithi093 (mon.0) 866 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:06:21.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:21 smithi143 bash[18953]: cluster 2024-01-21T07:06:20.225466+0000 mon.smithi093 (mon.0) 866 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:06:21.730 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:22.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:22 smithi143 bash[18953]: audit 2024-01-21T07:06:20.817503+0000 mgr.smithi093.jhwfwc (mgr.14180) 840 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:22.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:22 smithi143 bash[18953]: cluster 2024-01-21T07:06:21.395087+0000 mgr.smithi093.jhwfwc (mgr.14180) 841 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 22 op/s 2024-01-21T07:06:22.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:22 smithi093 bash[14068]: audit 2024-01-21T07:06:20.817503+0000 mgr.smithi093.jhwfwc (mgr.14180) 840 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:22.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:22 smithi093 bash[14068]: cluster 2024-01-21T07:06:21.395087+0000 mgr.smithi093.jhwfwc (mgr.14180) 841 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 22 op/s 2024-01-21T07:06:22.731 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:24.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:24 smithi093 bash[14068]: cluster 2024-01-21T07:06:23.396264+0000 mgr.smithi093.jhwfwc (mgr.14180) 842 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 54 op/s 2024-01-21T07:06:24.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:24 smithi143 bash[18953]: cluster 2024-01-21T07:06:23.396264+0000 mgr.smithi093.jhwfwc (mgr.14180) 842 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 54 op/s 2024-01-21T07:06:25.988 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:25.988 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:26.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:26 smithi093 bash[14068]: cluster 2024-01-21T07:06:25.397789+0000 mgr.smithi093.jhwfwc (mgr.14180) 843 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 130 KiB/s rd, 0 B/s wr, 216 op/s 2024-01-21T07:06:26.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:26 smithi143 bash[18953]: cluster 2024-01-21T07:06:25.397789+0000 mgr.smithi093.jhwfwc (mgr.14180) 843 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 130 KiB/s rd, 0 B/s wr, 216 op/s 2024-01-21T07:06:26.731 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:27.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:27 smithi093 bash[14068]: audit 2024-01-21T07:06:25.973736+0000 mgr.smithi093.jhwfwc (mgr.14180) 844 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:27.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:27 smithi143 bash[18953]: audit 2024-01-21T07:06:25.973736+0000 mgr.smithi093.jhwfwc (mgr.14180) 844 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:27.732 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:28.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:28 smithi093 bash[14068]: cluster 2024-01-21T07:06:27.399045+0000 mgr.smithi093.jhwfwc (mgr.14180) 845 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 231 op/s 2024-01-21T07:06:28.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:28 smithi143 bash[18953]: cluster 2024-01-21T07:06:27.399045+0000 mgr.smithi093.jhwfwc (mgr.14180) 845 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 231 op/s 2024-01-21T07:06:30.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:30 smithi093 bash[14068]: cluster 2024-01-21T07:06:29.400283+0000 mgr.smithi093.jhwfwc (mgr.14180) 846 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 231 op/s 2024-01-21T07:06:30.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:30 smithi143 bash[18953]: cluster 2024-01-21T07:06:29.400283+0000 mgr.smithi093.jhwfwc (mgr.14180) 846 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 231 op/s 2024-01-21T07:06:30.820 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:30.820 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:31.582 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:32.582 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:32 smithi143 bash[18953]: audit 2024-01-21T07:06:30.808506+0000 mgr.smithi093.jhwfwc (mgr.14180) 847 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:32 smithi143 bash[18953]: cluster 2024-01-21T07:06:31.401438+0000 mgr.smithi093.jhwfwc (mgr.14180) 848 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 KiB/s rd, 0 B/s wr, 194 op/s 2024-01-21T07:06:32.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:32 smithi093 bash[14068]: audit 2024-01-21T07:06:30.808506+0000 mgr.smithi093.jhwfwc (mgr.14180) 847 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:32.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:32 smithi093 bash[14068]: cluster 2024-01-21T07:06:31.401438+0000 mgr.smithi093.jhwfwc (mgr.14180) 848 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 KiB/s rd, 0 B/s wr, 194 op/s 2024-01-21T07:06:34.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:34 smithi093 bash[14068]: cluster 2024-01-21T07:06:33.402545+0000 mgr.smithi093.jhwfwc (mgr.14180) 849 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 KiB/s rd, 0 B/s wr, 175 op/s 2024-01-21T07:06:34.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:34 smithi093 bash[14068]: audit 2024-01-21T07:06:34.230563+0000 mon.smithi093 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:06:34.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:34 smithi143 bash[18953]: cluster 2024-01-21T07:06:33.402545+0000 mgr.smithi093.jhwfwc (mgr.14180) 849 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 KiB/s rd, 0 B/s wr, 175 op/s 2024-01-21T07:06:34.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:34 smithi143 bash[18953]: audit 2024-01-21T07:06:34.230563+0000 mon.smithi093 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:06:35.459 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:35.459 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:36.229 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:36.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:36 smithi093 bash[14068]: cluster 2024-01-21T07:06:35.403482+0000 mgr.smithi093.jhwfwc (mgr.14180) 850 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 149 op/s 2024-01-21T07:06:36.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:36 smithi093 bash[14068]: audit 2024-01-21T07:06:35.446984+0000 mgr.smithi093.jhwfwc (mgr.14180) 851 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:36.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:36 smithi143 bash[18953]: cluster 2024-01-21T07:06:35.403482+0000 mgr.smithi093.jhwfwc (mgr.14180) 850 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 149 op/s 2024-01-21T07:06:36.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:36 smithi143 bash[18953]: audit 2024-01-21T07:06:35.446984+0000 mgr.smithi093.jhwfwc (mgr.14180) 851 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:37.230 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:38.562 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:38 smithi093 bash[14068]: cluster 2024-01-21T07:06:37.404305+0000 mgr.smithi093.jhwfwc (mgr.14180) 852 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 12 op/s 2024-01-21T07:06:38.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:38 smithi143 bash[18953]: cluster 2024-01-21T07:06:37.404305+0000 mgr.smithi093.jhwfwc (mgr.14180) 852 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 12 op/s 2024-01-21T07:06:40.299 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:40.299 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:40.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:40 smithi093 bash[14068]: cluster 2024-01-21T07:06:39.405489+0000 mgr.smithi093.jhwfwc (mgr.14180) 853 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:40.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:40 smithi143 bash[18953]: cluster 2024-01-21T07:06:39.405489+0000 mgr.smithi093.jhwfwc (mgr.14180) 853 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:41.092 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:41.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:41 smithi143 bash[18953]: audit 2024-01-21T07:06:40.287718+0000 mgr.smithi093.jhwfwc (mgr.14180) 854 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:41.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:41 smithi093 bash[14068]: audit 2024-01-21T07:06:40.287718+0000 mgr.smithi093.jhwfwc (mgr.14180) 854 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:42.093 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:42.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:42 smithi093 bash[14068]: cluster 2024-01-21T07:06:41.406666+0000 mgr.smithi093.jhwfwc (mgr.14180) 855 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:42.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:42 smithi143 bash[18953]: cluster 2024-01-21T07:06:41.406666+0000 mgr.smithi093.jhwfwc (mgr.14180) 855 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:44.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:44 smithi143 bash[18953]: cluster 2024-01-21T07:06:43.407811+0000 mgr.smithi093.jhwfwc (mgr.14180) 856 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:44.842 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:44 smithi093 bash[14068]: cluster 2024-01-21T07:06:43.407811+0000 mgr.smithi093.jhwfwc (mgr.14180) 856 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:45.258 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:45.259 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:46.024 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:46.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:46 smithi093 bash[14068]: audit 2024-01-21T07:06:45.251381+0000 mgr.smithi093.jhwfwc (mgr.14180) 857 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:46.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:46 smithi093 bash[14068]: cluster 2024-01-21T07:06:45.408874+0000 mgr.smithi093.jhwfwc (mgr.14180) 858 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:46.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:46 smithi143 bash[18953]: audit 2024-01-21T07:06:45.251381+0000 mgr.smithi093.jhwfwc (mgr.14180) 857 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:46.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:46 smithi143 bash[18953]: cluster 2024-01-21T07:06:45.408874+0000 mgr.smithi093.jhwfwc (mgr.14180) 858 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:47.025 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:48.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:48 smithi143 bash[18953]: cluster 2024-01-21T07:06:47.410063+0000 mgr.smithi093.jhwfwc (mgr.14180) 859 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:48.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:48 smithi093 bash[14068]: cluster 2024-01-21T07:06:47.410063+0000 mgr.smithi093.jhwfwc (mgr.14180) 859 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:50.314 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:50.314 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:50 smithi093 bash[14068]: cluster 2024-01-21T07:06:49.411269+0000 mgr.smithi093.jhwfwc (mgr.14180) 860 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:50.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:50 smithi143 bash[18953]: cluster 2024-01-21T07:06:49.411269+0000 mgr.smithi093.jhwfwc (mgr.14180) 860 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:51.057 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:51.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:51 smithi143 bash[18953]: audit 2024-01-21T07:06:50.302891+0000 mgr.smithi093.jhwfwc (mgr.14180) 861 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:51.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:51 smithi093 bash[14068]: audit 2024-01-21T07:06:50.302891+0000 mgr.smithi093.jhwfwc (mgr.14180) 861 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:52.058 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:52.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:52 smithi093 bash[14068]: cluster 2024-01-21T07:06:51.412776+0000 mgr.smithi093.jhwfwc (mgr.14180) 862 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:52.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:52 smithi143 bash[18953]: cluster 2024-01-21T07:06:51.412776+0000 mgr.smithi093.jhwfwc (mgr.14180) 862 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:54.799 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:54 smithi093 bash[14068]: cluster 2024-01-21T07:06:53.413524+0000 mgr.smithi093.jhwfwc (mgr.14180) 863 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:54.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:54 smithi143 bash[18953]: cluster 2024-01-21T07:06:53.413524+0000 mgr.smithi093.jhwfwc (mgr.14180) 863 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:55.202 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:06:55.203 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:06:55.986 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:06:56.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:56 smithi093 bash[14068]: audit 2024-01-21T07:06:55.191386+0000 mgr.smithi093.jhwfwc (mgr.14180) 864 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:56.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:56 smithi093 bash[14068]: cluster 2024-01-21T07:06:55.414551+0000 mgr.smithi093.jhwfwc (mgr.14180) 865 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:56.558 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:56 smithi143 bash[18953]: audit 2024-01-21T07:06:55.191386+0000 mgr.smithi093.jhwfwc (mgr.14180) 864 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:06:56.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:56 smithi143 bash[18953]: cluster 2024-01-21T07:06:55.414551+0000 mgr.smithi093.jhwfwc (mgr.14180) 865 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:56.987 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:06:58.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:06:58 smithi093 bash[14068]: cluster 2024-01-21T07:06:57.415762+0000 mgr.smithi093.jhwfwc (mgr.14180) 866 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:06:58.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:06:58 smithi143 bash[18953]: cluster 2024-01-21T07:06:57.415762+0000 mgr.smithi093.jhwfwc (mgr.14180) 866 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:00.178 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:00.178 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:00.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:00 smithi093 bash[14068]: cluster 2024-01-21T07:06:59.417026+0000 mgr.smithi093.jhwfwc (mgr.14180) 867 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:00.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:00 smithi143 bash[18953]: cluster 2024-01-21T07:06:59.417026+0000 mgr.smithi093.jhwfwc (mgr.14180) 867 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:00.911 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:01.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:01 smithi143 bash[18953]: audit 2024-01-21T07:07:00.166822+0000 mgr.smithi093.jhwfwc (mgr.14180) 868 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:01.912 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:01.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:01 smithi093 bash[14068]: audit 2024-01-21T07:07:00.166822+0000 mgr.smithi093.jhwfwc (mgr.14180) 868 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:02.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:02 smithi143 bash[18953]: cluster 2024-01-21T07:07:01.418437+0000 mgr.smithi093.jhwfwc (mgr.14180) 869 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:02.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:02 smithi093 bash[14068]: cluster 2024-01-21T07:07:01.418437+0000 mgr.smithi093.jhwfwc (mgr.14180) 869 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:04.773 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:04 smithi093 bash[14068]: cluster 2024-01-21T07:07:03.419326+0000 mgr.smithi093.jhwfwc (mgr.14180) 870 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:04.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:04 smithi143 bash[18953]: cluster 2024-01-21T07:07:03.419326+0000 mgr.smithi093.jhwfwc (mgr.14180) 870 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:05.120 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:05.121 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:05.937 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:06.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:06 smithi093 bash[14068]: audit 2024-01-21T07:07:05.113459+0000 mgr.smithi093.jhwfwc (mgr.14180) 871 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:06.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:06 smithi093 bash[14068]: cluster 2024-01-21T07:07:05.420362+0000 mgr.smithi093.jhwfwc (mgr.14180) 872 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:06.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:06 smithi143 bash[18953]: audit 2024-01-21T07:07:05.113459+0000 mgr.smithi093.jhwfwc (mgr.14180) 871 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:06.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:06 smithi143 bash[18953]: cluster 2024-01-21T07:07:05.420362+0000 mgr.smithi093.jhwfwc (mgr.14180) 872 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:06.938 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:08.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:08 smithi093 bash[14068]: cluster 2024-01-21T07:07:07.421453+0000 mgr.smithi093.jhwfwc (mgr.14180) 873 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:08.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:08 smithi143 bash[18953]: cluster 2024-01-21T07:07:07.421453+0000 mgr.smithi093.jhwfwc (mgr.14180) 873 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:10.161 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:10.161 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:10.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:10 smithi093 bash[14068]: cluster 2024-01-21T07:07:09.422673+0000 mgr.smithi093.jhwfwc (mgr.14180) 874 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:10.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:10 smithi143 bash[18953]: cluster 2024-01-21T07:07:09.422673+0000 mgr.smithi093.jhwfwc (mgr.14180) 874 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:10.974 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:11.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:11 smithi143 bash[18953]: audit 2024-01-21T07:07:10.150115+0000 mgr.smithi093.jhwfwc (mgr.14180) 875 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:11.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:11 smithi093 bash[14068]: audit 2024-01-21T07:07:10.150115+0000 mgr.smithi093.jhwfwc (mgr.14180) 875 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:11.975 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:12.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:12 smithi143 bash[18953]: cluster 2024-01-21T07:07:11.424130+0000 mgr.smithi093.jhwfwc (mgr.14180) 876 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:12.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:12 smithi093 bash[14068]: cluster 2024-01-21T07:07:11.424130+0000 mgr.smithi093.jhwfwc (mgr.14180) 876 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:14.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:14 smithi093 bash[14068]: cluster 2024-01-21T07:07:13.425118+0000 mgr.smithi093.jhwfwc (mgr.14180) 877 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:14.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:14 smithi143 bash[18953]: cluster 2024-01-21T07:07:13.425118+0000 mgr.smithi093.jhwfwc (mgr.14180) 877 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:15.177 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:15.178 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:15.972 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:16.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:16 smithi093 bash[14068]: audit 2024-01-21T07:07:15.166252+0000 mgr.smithi093.jhwfwc (mgr.14180) 878 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:16.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:16 smithi093 bash[14068]: cluster 2024-01-21T07:07:15.426465+0000 mgr.smithi093.jhwfwc (mgr.14180) 879 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:16.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:16 smithi143 bash[18953]: audit 2024-01-21T07:07:15.166252+0000 mgr.smithi093.jhwfwc (mgr.14180) 878 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:16.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:16 smithi143 bash[18953]: cluster 2024-01-21T07:07:15.426465+0000 mgr.smithi093.jhwfwc (mgr.14180) 879 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:16.973 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:18.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:18 smithi143 bash[18953]: cluster 2024-01-21T07:07:17.427789+0000 mgr.smithi093.jhwfwc (mgr.14180) 880 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:18.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:18 smithi093 bash[14068]: cluster 2024-01-21T07:07:17.427789+0000 mgr.smithi093.jhwfwc (mgr.14180) 880 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:19.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:19 smithi143 bash[18953]: audit 2024-01-21T07:07:19.397770+0000 mon.smithi093 (mon.0) 868 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:07:19.794 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:19 smithi093 bash[14068]: audit 2024-01-21T07:07:19.397770+0000 mon.smithi093 (mon.0) 868 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:07:20.194 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:20.195 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:05:11.001776Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.xbekvu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:20 smithi093 bash[14068]: cluster 2024-01-21T07:07:19.429204+0000 mgr.smithi093.jhwfwc (mgr.14180) 881 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:20 smithi093 bash[14068]: audit 2024-01-21T07:07:19.702942+0000 mon.smithi093 (mon.0) 869 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:07:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:20 smithi093 bash[14068]: audit 2024-01-21T07:07:19.704094+0000 mon.smithi093 (mon.0) 870 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:07:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:20 smithi093 bash[14068]: audit 2024-01-21T07:07:19.713090+0000 mon.smithi093 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:07:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:20 smithi093 bash[14068]: audit 2024-01-21T07:07:19.718061+0000 mon.smithi093 (mon.0) 872 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:07:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:20 smithi143 bash[18953]: cluster 2024-01-21T07:07:19.429204+0000 mgr.smithi093.jhwfwc (mgr.14180) 881 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:20 smithi143 bash[18953]: audit 2024-01-21T07:07:19.702942+0000 mon.smithi093 (mon.0) 869 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:07:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:20 smithi143 bash[18953]: audit 2024-01-21T07:07:19.704094+0000 mon.smithi093 (mon.0) 870 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:07:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:20 smithi143 bash[18953]: audit 2024-01-21T07:07:19.713090+0000 mon.smithi093 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:07:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:20 smithi143 bash[18953]: audit 2024-01-21T07:07:19.718061+0000 mon.smithi093 (mon.0) 872 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:07:20.945 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:21.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:21 smithi143 bash[18953]: cluster 2024-01-21T07:07:19.713785+0000 mgr.smithi093.jhwfwc (mgr.14180) 882 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:21.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:21 smithi143 bash[18953]: cephadm 2024-01-21T07:07:19.728851+0000 mgr.smithi093.jhwfwc (mgr.14180) 883 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.uwqacl on smithi143 2024-01-21T07:07:21.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:21 smithi143 bash[18953]: audit 2024-01-21T07:07:20.187552+0000 mgr.smithi093.jhwfwc (mgr.14180) 884 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:21.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:21 smithi143 bash[18953]: cluster 2024-01-21T07:07:20.709842+0000 mon.smithi093 (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:07:21.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:21 smithi143 bash[18953]: cluster 2024-01-21T07:07:20.709895+0000 mon.smithi093 (mon.0) 874 : cluster [INF] Cluster is now healthy 2024-01-21T07:07:21.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:21 smithi093 bash[14068]: cluster 2024-01-21T07:07:19.713785+0000 mgr.smithi093.jhwfwc (mgr.14180) 882 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:21.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:21 smithi093 bash[14068]: cephadm 2024-01-21T07:07:19.728851+0000 mgr.smithi093.jhwfwc (mgr.14180) 883 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.uwqacl on smithi143 2024-01-21T07:07:21.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:21 smithi093 bash[14068]: audit 2024-01-21T07:07:20.187552+0000 mgr.smithi093.jhwfwc (mgr.14180) 884 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:21.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:21 smithi093 bash[14068]: cluster 2024-01-21T07:07:20.709842+0000 mon.smithi093 (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:07:21.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:21 smithi093 bash[14068]: cluster 2024-01-21T07:07:20.709895+0000 mon.smithi093 (mon.0) 874 : cluster [INF] Cluster is now healthy 2024-01-21T07:07:21.946 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:23.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:23 smithi143 bash[18953]: cluster 2024-01-21T07:07:21.714861+0000 mgr.smithi093.jhwfwc (mgr.14180) 885 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:23.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:23 smithi093 bash[14068]: cluster 2024-01-21T07:07:21.714861+0000 mgr.smithi093.jhwfwc (mgr.14180) 885 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:24.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: cephadm 2024-01-21T07:07:23.524075+0000 mgr.smithi093.jhwfwc (mgr.14180) 886 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:24.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.uwqacl ... 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:07:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.uwqacl ... 2024-01-21T07:07:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: cephadm 2024-01-21T07:07:23.524501+0000 mgr.smithi093.jhwfwc (mgr.14180) 887 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: audit 2024-01-21T07:07:23.525063+0000 mon.smithi093 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.uwqacl"}]: dispatch 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: cephadm 2024-01-21T07:07:23.526230+0000 mgr.smithi093.jhwfwc (mgr.14180) 888 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.uwqacl ... 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:24 smithi143 bash[18953]: cephadm 2024-01-21T07:07:23.529629+0000 mgr.smithi093.jhwfwc (mgr.14180) 889 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.gdjvkv on smithi093 2024-01-21T07:07:24.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: cephadm 2024-01-21T07:07:23.524075+0000 mgr.smithi093.jhwfwc (mgr.14180) 886 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:24.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:24.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.uwqacl ... 2024-01-21T07:07:24.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:24.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:24.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.uwqacl ... 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: cephadm 2024-01-21T07:07:23.524501+0000 mgr.smithi093.jhwfwc (mgr.14180) 887 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: audit 2024-01-21T07:07:23.525063+0000 mon.smithi093 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.uwqacl"}]: dispatch 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: cephadm 2024-01-21T07:07:23.526230+0000 mgr.smithi093.jhwfwc (mgr.14180) 888 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.uwqacl ... 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:24.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:24.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:24.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:24.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:24 smithi093 bash[14068]: cephadm 2024-01-21T07:07:23.529629+0000 mgr.smithi093.jhwfwc (mgr.14180) 889 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.gdjvkv on smithi093 2024-01-21T07:07:25.274 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:25.274 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:15.103884Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dtjwaf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dtjwaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dtjwaf\nDeploy daemon haproxy.rgw.foo.smithi143.dtjwaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.386713Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.iohuvc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-iohuvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.iohuvc\nDeploy daemon haproxy.rgw.foo.smithi093.iohuvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:06:19.388487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zrwybo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:25.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:25 smithi093 bash[14068]: cluster 2024-01-21T07:07:23.715302+0000 mgr.smithi093.jhwfwc (mgr.14180) 890 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:25.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:25 smithi143 bash[18953]: cluster 2024-01-21T07:07:23.715302+0000 mgr.smithi093.jhwfwc (mgr.14180) 890 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:26.098 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:26.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:26 smithi143 bash[18953]: audit 2024-01-21T07:07:25.262464+0000 mgr.smithi093.jhwfwc (mgr.14180) 891 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:26.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:26 smithi093 bash[14068]: audit 2024-01-21T07:07:25.262464+0000 mgr.smithi093.jhwfwc (mgr.14180) 891 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:27.099 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:27.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:27 smithi093 bash[14068]: cluster 2024-01-21T07:07:25.716515+0000 mgr.smithi093.jhwfwc (mgr.14180) 892 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:27.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:27 smithi093 bash[14068]: audit 2024-01-21T07:07:27.399480+0000 mon.smithi093 (mon.0) 876 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.gdjvkv"}]: dispatch 2024-01-21T07:07:27.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:27 smithi143 bash[18953]: cluster 2024-01-21T07:07:25.716515+0000 mgr.smithi093.jhwfwc (mgr.14180) 892 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:27.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:27 smithi143 bash[18953]: audit 2024-01-21T07:07:27.399480+0000 mon.smithi093 (mon.0) 876 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.gdjvkv"}]: dispatch 2024-01-21T07:07:28.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: cephadm 2024-01-21T07:07:27.398733+0000 mgr.smithi093.jhwfwc (mgr.14180) 893 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:28.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:28.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.gdjvkv ... 2024-01-21T07:07:28.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:28.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:28.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.gdjvkv ... 2024-01-21T07:07:28.625 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.625 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:28.625 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:28.625 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:28.625 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.625 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: cephadm 2024-01-21T07:07:27.398966+0000 mgr.smithi093.jhwfwc (mgr.14180) 894 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.625 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: cephadm 2024-01-21T07:07:27.400636+0000 mgr.smithi093.jhwfwc (mgr.14180) 895 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.625 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:28.625 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.gdjvkv ... 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: cephadm 2024-01-21T07:07:27.402391+0000 mgr.smithi093.jhwfwc (mgr.14180) 896 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: cephadm 2024-01-21T07:07:27.403906+0000 mgr.smithi093.jhwfwc (mgr.14180) 897 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: cluster 2024-01-21T07:07:27.405150+0000 mgr.smithi093.jhwfwc (mgr.14180) 898 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:28.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:28 smithi093 bash[14068]: cluster 2024-01-21T07:07:27.526173+0000 mon.smithi093 (mon.0) 877 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:07:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: cephadm 2024-01-21T07:07:27.398733+0000 mgr.smithi093.jhwfwc (mgr.14180) 893 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.gdjvkv ... 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.gdjvkv ... 2024-01-21T07:07:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: cephadm 2024-01-21T07:07:27.398966+0000 mgr.smithi093.jhwfwc (mgr.14180) 894 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: cephadm 2024-01-21T07:07:27.400636+0000 mgr.smithi093.jhwfwc (mgr.14180) 895 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.gdjvkv ... 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:07:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: cephadm 2024-01-21T07:07:27.402391+0000 mgr.smithi093.jhwfwc (mgr.14180) 896 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:07:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: cephadm 2024-01-21T07:07:27.403906+0000 mgr.smithi093.jhwfwc (mgr.14180) 897 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:07:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: cluster 2024-01-21T07:07:27.405150+0000 mgr.smithi093.jhwfwc (mgr.14180) 898 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:28 smithi143 bash[18953]: cluster 2024-01-21T07:07:27.526173+0000 mon.smithi093 (mon.0) 877 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:07:30.404 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:30.405 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:30.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:30 smithi143 bash[18953]: cluster 2024-01-21T07:07:29.406325+0000 mgr.smithi093.jhwfwc (mgr.14180) 899 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:30.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:30 smithi143 bash[18953]: audit 2024-01-21T07:07:29.494845+0000 mon.smithi093 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:07:30.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:30 smithi093 bash[14068]: cluster 2024-01-21T07:07:29.406325+0000 mgr.smithi093.jhwfwc (mgr.14180) 899 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:30.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:30 smithi093 bash[14068]: audit 2024-01-21T07:07:29.494845+0000 mon.smithi093 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:07:31.189 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:31.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:31 smithi143 bash[18953]: audit 2024-01-21T07:07:30.392283+0000 mgr.smithi093.jhwfwc (mgr.14180) 900 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:31.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:31 smithi093 bash[14068]: audit 2024-01-21T07:07:30.392283+0000 mgr.smithi093.jhwfwc (mgr.14180) 900 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:32.191 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:32.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:32 smithi093 bash[14068]: cluster 2024-01-21T07:07:31.407738+0000 mgr.smithi093.jhwfwc (mgr.14180) 901 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:32 smithi143 bash[18953]: cluster 2024-01-21T07:07:31.407738+0000 mgr.smithi093.jhwfwc (mgr.14180) 901 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:34.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:34 smithi143 bash[18953]: cluster 2024-01-21T07:07:33.408957+0000 mgr.smithi093.jhwfwc (mgr.14180) 902 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:34.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:34 smithi093 bash[14068]: cluster 2024-01-21T07:07:33.408957+0000 mgr.smithi093.jhwfwc (mgr.14180) 902 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:35.368 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:35.368 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:36.144 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:36.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:36 smithi093 bash[14068]: audit 2024-01-21T07:07:35.354432+0000 mgr.smithi093.jhwfwc (mgr.14180) 903 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:36.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:36 smithi093 bash[14068]: cluster 2024-01-21T07:07:35.409983+0000 mgr.smithi093.jhwfwc (mgr.14180) 904 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:36.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:36 smithi143 bash[18953]: audit 2024-01-21T07:07:35.354432+0000 mgr.smithi093.jhwfwc (mgr.14180) 903 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:36.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:36 smithi143 bash[18953]: cluster 2024-01-21T07:07:35.409983+0000 mgr.smithi093.jhwfwc (mgr.14180) 904 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:37.145 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:38.513 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:38 smithi093 bash[14068]: cluster 2024-01-21T07:07:37.410700+0000 mgr.smithi093.jhwfwc (mgr.14180) 905 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:38.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:38 smithi143 bash[18953]: cluster 2024-01-21T07:07:37.410700+0000 mgr.smithi093.jhwfwc (mgr.14180) 905 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:40.337 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:40.337 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:40.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:40 smithi093 bash[14068]: cluster 2024-01-21T07:07:39.411615+0000 mgr.smithi093.jhwfwc (mgr.14180) 906 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:40.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:40 smithi143 bash[18953]: cluster 2024-01-21T07:07:39.411615+0000 mgr.smithi093.jhwfwc (mgr.14180) 906 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:41.160 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:41.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:41 smithi143 bash[18953]: audit 2024-01-21T07:07:40.325397+0000 mgr.smithi093.jhwfwc (mgr.14180) 907 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:41.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:41 smithi093 bash[14068]: audit 2024-01-21T07:07:40.325397+0000 mgr.smithi093.jhwfwc (mgr.14180) 907 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:42.162 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:42.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:42 smithi093 bash[14068]: cluster 2024-01-21T07:07:41.412858+0000 mgr.smithi093.jhwfwc (mgr.14180) 908 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:42.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:42 smithi143 bash[18953]: cluster 2024-01-21T07:07:41.412858+0000 mgr.smithi093.jhwfwc (mgr.14180) 908 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:44.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:44 smithi093 bash[14068]: cluster 2024-01-21T07:07:43.413585+0000 mgr.smithi093.jhwfwc (mgr.14180) 909 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:44.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:44 smithi143 bash[18953]: cluster 2024-01-21T07:07:43.413585+0000 mgr.smithi093.jhwfwc (mgr.14180) 909 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:45.560 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:45.560 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:46.299 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:46.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:46 smithi143 bash[18953]: cluster 2024-01-21T07:07:45.415007+0000 mgr.smithi093.jhwfwc (mgr.14180) 910 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:46.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:46 smithi143 bash[18953]: audit 2024-01-21T07:07:45.547756+0000 mgr.smithi093.jhwfwc (mgr.14180) 911 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:46.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:46 smithi093 bash[14068]: cluster 2024-01-21T07:07:45.415007+0000 mgr.smithi093.jhwfwc (mgr.14180) 910 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:46.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:46 smithi093 bash[14068]: audit 2024-01-21T07:07:45.547756+0000 mgr.smithi093.jhwfwc (mgr.14180) 911 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:47.300 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:48.703 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:48 smithi093 bash[14068]: cluster 2024-01-21T07:07:47.416233+0000 mgr.smithi093.jhwfwc (mgr.14180) 912 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:48.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:48 smithi143 bash[18953]: cluster 2024-01-21T07:07:47.416233+0000 mgr.smithi093.jhwfwc (mgr.14180) 912 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:50.351 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:50.351 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:50 smithi093 bash[14068]: cluster 2024-01-21T07:07:49.417422+0000 mgr.smithi093.jhwfwc (mgr.14180) 913 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:50.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:50 smithi143 bash[18953]: cluster 2024-01-21T07:07:49.417422+0000 mgr.smithi093.jhwfwc (mgr.14180) 913 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:51.174 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:51.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:51 smithi143 bash[18953]: audit 2024-01-21T07:07:50.337542+0000 mgr.smithi093.jhwfwc (mgr.14180) 914 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:51.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:51 smithi093 bash[14068]: audit 2024-01-21T07:07:50.337542+0000 mgr.smithi093.jhwfwc (mgr.14180) 914 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:52.175 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:52.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:52 smithi093 bash[14068]: cluster 2024-01-21T07:07:51.418860+0000 mgr.smithi093.jhwfwc (mgr.14180) 915 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:52.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:52 smithi143 bash[18953]: cluster 2024-01-21T07:07:51.418860+0000 mgr.smithi093.jhwfwc (mgr.14180) 915 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:54.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:54 smithi093 bash[14068]: cluster 2024-01-21T07:07:53.419927+0000 mgr.smithi093.jhwfwc (mgr.14180) 916 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:54.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:54 smithi143 bash[18953]: cluster 2024-01-21T07:07:53.419927+0000 mgr.smithi093.jhwfwc (mgr.14180) 916 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:55.418 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:07:55.418 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:07:56.152 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:07:56.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:56 smithi093 bash[14068]: audit 2024-01-21T07:07:55.410504+0000 mgr.smithi093.jhwfwc (mgr.14180) 917 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:56.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:56 smithi093 bash[14068]: cluster 2024-01-21T07:07:55.420703+0000 mgr.smithi093.jhwfwc (mgr.14180) 918 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:56.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:56 smithi143 bash[18953]: audit 2024-01-21T07:07:55.410504+0000 mgr.smithi093.jhwfwc (mgr.14180) 917 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:07:56.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:56 smithi143 bash[18953]: cluster 2024-01-21T07:07:55.420703+0000 mgr.smithi093.jhwfwc (mgr.14180) 918 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:57.153 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:07:58.500 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:07:58 smithi093 bash[14068]: cluster 2024-01-21T07:07:57.421899+0000 mgr.smithi093.jhwfwc (mgr.14180) 919 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:07:58.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:07:58 smithi143 bash[18953]: cluster 2024-01-21T07:07:57.421899+0000 mgr.smithi093.jhwfwc (mgr.14180) 919 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:00.251 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:00.251 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:00.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:00 smithi093 bash[14068]: cluster 2024-01-21T07:07:59.423095+0000 mgr.smithi093.jhwfwc (mgr.14180) 920 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:00.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:00 smithi143 bash[18953]: cluster 2024-01-21T07:07:59.423095+0000 mgr.smithi093.jhwfwc (mgr.14180) 920 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:01.068 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:01.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:01 smithi143 bash[18953]: audit 2024-01-21T07:08:00.238281+0000 mgr.smithi093.jhwfwc (mgr.14180) 921 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:01.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:01 smithi093 bash[14068]: audit 2024-01-21T07:08:00.238281+0000 mgr.smithi093.jhwfwc (mgr.14180) 921 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:02.069 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:02.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:02 smithi093 bash[14068]: cluster 2024-01-21T07:08:01.424481+0000 mgr.smithi093.jhwfwc (mgr.14180) 922 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:02.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:02 smithi143 bash[18953]: cluster 2024-01-21T07:08:01.424481+0000 mgr.smithi093.jhwfwc (mgr.14180) 922 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:04.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:04 smithi143 bash[18953]: cluster 2024-01-21T07:08:03.425329+0000 mgr.smithi093.jhwfwc (mgr.14180) 923 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:04.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:04 smithi093 bash[14068]: cluster 2024-01-21T07:08:03.425329+0000 mgr.smithi093.jhwfwc (mgr.14180) 923 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:05.412 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:05.412 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:06.178 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:06.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:06 smithi143 bash[18953]: audit 2024-01-21T07:08:05.399757+0000 mgr.smithi093.jhwfwc (mgr.14180) 924 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:06.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:06 smithi143 bash[18953]: cluster 2024-01-21T07:08:05.426545+0000 mgr.smithi093.jhwfwc (mgr.14180) 925 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:06.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:06 smithi093 bash[14068]: audit 2024-01-21T07:08:05.399757+0000 mgr.smithi093.jhwfwc (mgr.14180) 924 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:06.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:06 smithi093 bash[14068]: cluster 2024-01-21T07:08:05.426545+0000 mgr.smithi093.jhwfwc (mgr.14180) 925 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:07.178 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:08.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:08 smithi143 bash[18953]: cluster 2024-01-21T07:08:07.427710+0000 mgr.smithi093.jhwfwc (mgr.14180) 926 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:08.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:08 smithi093 bash[14068]: cluster 2024-01-21T07:08:07.427710+0000 mgr.smithi093.jhwfwc (mgr.14180) 926 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:10.251 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:10.251 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:10.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:10 smithi093 bash[14068]: cluster 2024-01-21T07:08:09.428957+0000 mgr.smithi093.jhwfwc (mgr.14180) 927 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:10 smithi143 bash[18953]: cluster 2024-01-21T07:08:09.428957+0000 mgr.smithi093.jhwfwc (mgr.14180) 927 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:11.009 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:11.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:11 smithi143 bash[18953]: audit 2024-01-21T07:08:10.238450+0000 mgr.smithi093.jhwfwc (mgr.14180) 928 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:11.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:11 smithi093 bash[14068]: audit 2024-01-21T07:08:10.238450+0000 mgr.smithi093.jhwfwc (mgr.14180) 928 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:12.013 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:12.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:12 smithi143 bash[18953]: cluster 2024-01-21T07:08:11.430240+0000 mgr.smithi093.jhwfwc (mgr.14180) 929 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:12.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:12 smithi093 bash[14068]: cluster 2024-01-21T07:08:11.430240+0000 mgr.smithi093.jhwfwc (mgr.14180) 929 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:14.777 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:14 smithi093 bash[14068]: cluster 2024-01-21T07:08:13.430976+0000 mgr.smithi093.jhwfwc (mgr.14180) 930 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:14.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:14 smithi143 bash[18953]: cluster 2024-01-21T07:08:13.430976+0000 mgr.smithi093.jhwfwc (mgr.14180) 930 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:15.205 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:15.205 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:15.970 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:16.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:16 smithi093 bash[14068]: audit 2024-01-21T07:08:15.192416+0000 mgr.smithi093.jhwfwc (mgr.14180) 931 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:16.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:16 smithi093 bash[14068]: cluster 2024-01-21T07:08:15.432472+0000 mgr.smithi093.jhwfwc (mgr.14180) 932 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:16.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:16 smithi143 bash[18953]: audit 2024-01-21T07:08:15.192416+0000 mgr.smithi093.jhwfwc (mgr.14180) 931 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:16.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:16 smithi143 bash[18953]: cluster 2024-01-21T07:08:15.432472+0000 mgr.smithi093.jhwfwc (mgr.14180) 932 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:16.971 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:18.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:18 smithi093 bash[14068]: cluster 2024-01-21T07:08:17.433817+0000 mgr.smithi093.jhwfwc (mgr.14180) 933 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:18.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:18 smithi143 bash[18953]: cluster 2024-01-21T07:08:17.433817+0000 mgr.smithi093.jhwfwc (mgr.14180) 933 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:20.140 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:20.140 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:20.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:20 smithi093 bash[14068]: cluster 2024-01-21T07:08:19.435069+0000 mgr.smithi093.jhwfwc (mgr.14180) 934 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:20 smithi143 bash[18953]: cluster 2024-01-21T07:08:19.435069+0000 mgr.smithi093.jhwfwc (mgr.14180) 934 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:20.876 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:21.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:21 smithi143 bash[18953]: audit 2024-01-21T07:08:20.127009+0000 mgr.smithi093.jhwfwc (mgr.14180) 935 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:21.877 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:21.890 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:21 smithi093 bash[14068]: audit 2024-01-21T07:08:20.127009+0000 mgr.smithi093.jhwfwc (mgr.14180) 935 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:22.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:22 smithi143 bash[18953]: cluster 2024-01-21T07:08:21.436370+0000 mgr.smithi093.jhwfwc (mgr.14180) 936 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:22.842 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:22 smithi093 bash[14068]: cluster 2024-01-21T07:08:21.436370+0000 mgr.smithi093.jhwfwc (mgr.14180) 936 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:24.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:24 smithi143 bash[18953]: cluster 2024-01-21T07:08:23.437434+0000 mgr.smithi093.jhwfwc (mgr.14180) 937 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:24.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:24 smithi093 bash[14068]: cluster 2024-01-21T07:08:23.437434+0000 mgr.smithi093.jhwfwc (mgr.14180) 937 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:24.972 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:24.972 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:25.719 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:26.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:26 smithi143 bash[18953]: audit 2024-01-21T07:08:24.959274+0000 mgr.smithi093.jhwfwc (mgr.14180) 938 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:26.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:26 smithi143 bash[18953]: cluster 2024-01-21T07:08:25.438889+0000 mgr.smithi093.jhwfwc (mgr.14180) 939 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:26.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:26 smithi093 bash[14068]: audit 2024-01-21T07:08:24.959274+0000 mgr.smithi093.jhwfwc (mgr.14180) 938 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:26.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:26 smithi093 bash[14068]: cluster 2024-01-21T07:08:25.438889+0000 mgr.smithi093.jhwfwc (mgr.14180) 939 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:26.720 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:27.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:27 smithi093 bash[14068]: audit 2024-01-21T07:08:27.406966+0000 mon.smithi093 (mon.0) 879 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:08:27.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:27 smithi143 bash[18953]: audit 2024-01-21T07:08:27.406966+0000 mon.smithi093 (mon.0) 879 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:08:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:28 smithi143 bash[18953]: cluster 2024-01-21T07:08:27.440259+0000 mgr.smithi093.jhwfwc (mgr.14180) 940 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:28 smithi143 bash[18953]: audit 2024-01-21T07:08:27.667758+0000 mon.smithi093 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:08:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:28 smithi143 bash[18953]: audit 2024-01-21T07:08:27.939820+0000 mon.smithi093 (mon.0) 881 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:08:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:28 smithi143 bash[18953]: audit 2024-01-21T07:08:27.941046+0000 mon.smithi093 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:08:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:28 smithi143 bash[18953]: audit 2024-01-21T07:08:27.949923+0000 mon.smithi093 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:08:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:28 smithi143 bash[18953]: audit 2024-01-21T07:08:27.959156+0000 mon.smithi093 (mon.0) 884 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:08:28.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:28 smithi093 bash[14068]: cluster 2024-01-21T07:08:27.440259+0000 mgr.smithi093.jhwfwc (mgr.14180) 940 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:28.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:28 smithi093 bash[14068]: audit 2024-01-21T07:08:27.667758+0000 mon.smithi093 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:08:28.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:28 smithi093 bash[14068]: audit 2024-01-21T07:08:27.939820+0000 mon.smithi093 (mon.0) 881 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:08:28.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:28 smithi093 bash[14068]: audit 2024-01-21T07:08:27.941046+0000 mon.smithi093 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:08:28.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:28 smithi093 bash[14068]: audit 2024-01-21T07:08:27.949923+0000 mon.smithi093 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:08:28.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:28 smithi093 bash[14068]: audit 2024-01-21T07:08:27.959156+0000 mon.smithi093 (mon.0) 884 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:08:29.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:29 smithi093 bash[14068]: cluster 2024-01-21T07:08:27.950643+0000 mgr.smithi093.jhwfwc (mgr.14180) 941 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:29.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:29 smithi093 bash[14068]: cephadm 2024-01-21T07:08:27.966807+0000 mgr.smithi093.jhwfwc (mgr.14180) 942 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.hhahnd on smithi143 2024-01-21T07:08:29.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:29 smithi093 bash[14068]: cluster 2024-01-21T07:08:28.946780+0000 mon.smithi093 (mon.0) 885 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:08:29.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:29 smithi093 bash[14068]: cluster 2024-01-21T07:08:28.946857+0000 mon.smithi093 (mon.0) 886 : cluster [INF] Cluster is now healthy 2024-01-21T07:08:29.671 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:29.671 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:06:19.392064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hssanq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:29.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:29 smithi143 bash[18953]: cluster 2024-01-21T07:08:27.950643+0000 mgr.smithi093.jhwfwc (mgr.14180) 941 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:29 smithi143 bash[18953]: cephadm 2024-01-21T07:08:27.966807+0000 mgr.smithi093.jhwfwc (mgr.14180) 942 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.hhahnd on smithi143 2024-01-21T07:08:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:29 smithi143 bash[18953]: cluster 2024-01-21T07:08:28.946780+0000 mon.smithi093 (mon.0) 885 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:08:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:29 smithi143 bash[18953]: cluster 2024-01-21T07:08:28.946857+0000 mon.smithi093 (mon.0) 886 : cluster [INF] Cluster is now healthy 2024-01-21T07:08:30.488 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:31.489 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:31.766 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:31 smithi143 bash[18953]: audit 2024-01-21T07:08:29.658480+0000 mgr.smithi093.jhwfwc (mgr.14180) 943 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:31.766 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:31 smithi143 bash[18953]: cluster 2024-01-21T07:08:29.951661+0000 mgr.smithi093.jhwfwc (mgr.14180) 944 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:31.832 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:31 smithi093 bash[14068]: audit 2024-01-21T07:08:29.658480+0000 mgr.smithi093.jhwfwc (mgr.14180) 943 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:31.832 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:31 smithi093 bash[14068]: cluster 2024-01-21T07:08:29.951661+0000 mgr.smithi093.jhwfwc (mgr.14180) 944 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:32 smithi143 bash[18953]: audit 2024-01-21T07:08:31.831972+0000 mon.smithi093 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.hhahnd"}]: dispatch 2024-01-21T07:08:32.904 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:32 smithi093 bash[14068]: audit 2024-01-21T07:08:31.831972+0000 mon.smithi093 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.hhahnd"}]: dispatch 2024-01-21T07:08:33.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: cephadm 2024-01-21T07:08:31.830882+0000 mgr.smithi093.jhwfwc (mgr.14180) 945 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:33.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.hhahnd ... 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:08:33.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.hhahnd ... 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: cephadm 2024-01-21T07:08:31.831398+0000 mgr.smithi093.jhwfwc (mgr.14180) 946 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: cephadm 2024-01-21T07:08:31.833304+0000 mgr.smithi093.jhwfwc (mgr.14180) 947 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.hhahnd ... 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: cephadm 2024-01-21T07:08:31.838075+0000 mgr.smithi093.jhwfwc (mgr.14180) 948 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.emcywa on smithi093 2024-01-21T07:08:33.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:33 smithi143 bash[18953]: cluster 2024-01-21T07:08:31.952621+0000 mgr.smithi093.jhwfwc (mgr.14180) 949 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:33.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: cephadm 2024-01-21T07:08:31.830882+0000 mgr.smithi093.jhwfwc (mgr.14180) 945 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:33.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:33.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.hhahnd ... 2024-01-21T07:08:33.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:33.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.hhahnd ... 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: cephadm 2024-01-21T07:08:31.831398+0000 mgr.smithi093.jhwfwc (mgr.14180) 946 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: cephadm 2024-01-21T07:08:31.833304+0000 mgr.smithi093.jhwfwc (mgr.14180) 947 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:33.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd 2024-01-21T07:08:33.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.hhahnd ... 2024-01-21T07:08:33.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:33.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:33.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:33.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:33.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: cephadm 2024-01-21T07:08:31.838075+0000 mgr.smithi093.jhwfwc (mgr.14180) 948 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.emcywa on smithi093 2024-01-21T07:08:33.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:33 smithi093 bash[14068]: cluster 2024-01-21T07:08:31.952621+0000 mgr.smithi093.jhwfwc (mgr.14180) 949 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:34.877 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:34.877 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:23.526044Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.uwqacl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-uwqacl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.uwqacl\nDeploy daemon haproxy.rgw.foo.smithi143.uwqacl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.400527Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.gdjvkv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-gdjvkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.gdjvkv\nDeploy daemon haproxy.rgw.foo.smithi093.gdjvkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:07:27.402290Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.tvofox on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:35.362 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:35 smithi093 bash[14068]: cluster 2024-01-21T07:08:33.953521+0000 mgr.smithi093.jhwfwc (mgr.14180) 950 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:35.362 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:35 smithi093 bash[14068]: audit 2024-01-21T07:08:34.233903+0000 mon.smithi093 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:08:35.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:35 smithi143 bash[18953]: cluster 2024-01-21T07:08:33.953521+0000 mgr.smithi093.jhwfwc (mgr.14180) 950 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:35.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:35 smithi143 bash[18953]: audit 2024-01-21T07:08:34.233903+0000 mon.smithi093 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:08:35.652 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:36.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:36 smithi143 bash[18953]: audit 2024-01-21T07:08:34.863784+0000 mgr.smithi093.jhwfwc (mgr.14180) 951 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:36.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:36 smithi143 bash[18953]: audit 2024-01-21T07:08:35.851360+0000 mon.smithi093 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.emcywa"}]: dispatch 2024-01-21T07:08:36.654 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:36.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:36 smithi093 bash[14068]: audit 2024-01-21T07:08:34.863784+0000 mgr.smithi093.jhwfwc (mgr.14180) 951 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:36.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:36 smithi093 bash[14068]: audit 2024-01-21T07:08:35.851360+0000 mon.smithi093 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.emcywa"}]: dispatch 2024-01-21T07:08:37.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: cephadm 2024-01-21T07:08:35.850201+0000 mgr.smithi093.jhwfwc (mgr.14180) 952 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.emcywa ... 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.emcywa ... 2024-01-21T07:08:37.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: cephadm 2024-01-21T07:08:35.850683+0000 mgr.smithi093.jhwfwc (mgr.14180) 953 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: cephadm 2024-01-21T07:08:35.852824+0000 mgr.smithi093.jhwfwc (mgr.14180) 954 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.emcywa ... 2024-01-21T07:08:37.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:37.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:37.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:37.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: cephadm 2024-01-21T07:08:35.855240+0000 mgr.smithi093.jhwfwc (mgr.14180) 955 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:08:37.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: cephadm 2024-01-21T07:08:35.857358+0000 mgr.smithi093.jhwfwc (mgr.14180) 956 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:08:37.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: cluster 2024-01-21T07:08:35.858551+0000 mgr.smithi093.jhwfwc (mgr.14180) 957 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:37.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:37 smithi143 bash[18953]: cluster 2024-01-21T07:08:36.232823+0000 mon.smithi093 (mon.0) 890 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:08:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: cephadm 2024-01-21T07:08:35.850201+0000 mgr.smithi093.jhwfwc (mgr.14180) 952 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.emcywa ... 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.emcywa ... 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: cephadm 2024-01-21T07:08:35.850683+0000 mgr.smithi093.jhwfwc (mgr.14180) 953 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: cephadm 2024-01-21T07:08:35.852824+0000 mgr.smithi093.jhwfwc (mgr.14180) 954 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:08:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa 2024-01-21T07:08:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.emcywa ... 2024-01-21T07:08:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:08:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:08:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:08:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:08:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: cephadm 2024-01-21T07:08:35.855240+0000 mgr.smithi093.jhwfwc (mgr.14180) 955 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:08:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: cephadm 2024-01-21T07:08:35.857358+0000 mgr.smithi093.jhwfwc (mgr.14180) 956 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:08:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: cluster 2024-01-21T07:08:35.858551+0000 mgr.smithi093.jhwfwc (mgr.14180) 957 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:37 smithi093 bash[14068]: cluster 2024-01-21T07:08:36.232823+0000 mon.smithi093 (mon.0) 890 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:08:39.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:39 smithi143 bash[18953]: cluster 2024-01-21T07:08:37.859342+0000 mgr.smithi093.jhwfwc (mgr.14180) 958 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:39.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:39 smithi093 bash[14068]: cluster 2024-01-21T07:08:37.859342+0000 mgr.smithi093.jhwfwc (mgr.14180) 958 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:40.033 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:40.033 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:40.715 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:40.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:40 smithi143 bash[18953]: audit 2024-01-21T07:08:39.541067+0000 mon.smithi093 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:08:40.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:40 smithi093 bash[14068]: audit 2024-01-21T07:08:39.541067+0000 mon.smithi093 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:08:41.716 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:41.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:41 smithi143 bash[18953]: cluster 2024-01-21T07:08:39.860601+0000 mgr.smithi093.jhwfwc (mgr.14180) 959 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:41.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:41 smithi143 bash[18953]: audit 2024-01-21T07:08:40.020560+0000 mgr.smithi093.jhwfwc (mgr.14180) 960 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:41.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:41 smithi093 bash[14068]: cluster 2024-01-21T07:08:39.860601+0000 mgr.smithi093.jhwfwc (mgr.14180) 959 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:41.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:41 smithi093 bash[14068]: audit 2024-01-21T07:08:40.020560+0000 mgr.smithi093.jhwfwc (mgr.14180) 960 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:43.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:43 smithi143 bash[18953]: cluster 2024-01-21T07:08:41.861531+0000 mgr.smithi093.jhwfwc (mgr.14180) 961 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:43.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:43 smithi093 bash[14068]: cluster 2024-01-21T07:08:41.861531+0000 mgr.smithi093.jhwfwc (mgr.14180) 961 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:44.941 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:44.942 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:45.704 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:45.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:45 smithi093 bash[14068]: cluster 2024-01-21T07:08:43.862192+0000 mgr.smithi093.jhwfwc (mgr.14180) 962 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:46.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:45 smithi143 bash[18953]: cluster 2024-01-21T07:08:43.862192+0000 mgr.smithi093.jhwfwc (mgr.14180) 962 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:46.706 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:46.903 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:46 smithi093 bash[14068]: audit 2024-01-21T07:08:44.927414+0000 mgr.smithi093.jhwfwc (mgr.14180) 963 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:47.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:46 smithi143 bash[18953]: audit 2024-01-21T07:08:44.927414+0000 mgr.smithi093.jhwfwc (mgr.14180) 963 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:47.854 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:47 smithi093 bash[14068]: cluster 2024-01-21T07:08:45.863681+0000 mgr.smithi093.jhwfwc (mgr.14180) 964 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:48.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:47 smithi143 bash[18953]: cluster 2024-01-21T07:08:45.863681+0000 mgr.smithi093.jhwfwc (mgr.14180) 964 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:49.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:49 smithi093 bash[14068]: cluster 2024-01-21T07:08:47.864591+0000 mgr.smithi093.jhwfwc (mgr.14180) 965 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:49.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:49 smithi093 bash[14068]: audit 2024-01-21T07:08:49.233350+0000 mon.smithi093 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:08:49.811 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:49.812 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:50.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:49 smithi143 bash[18953]: cluster 2024-01-21T07:08:47.864591+0000 mgr.smithi093.jhwfwc (mgr.14180) 965 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:50.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:49 smithi143 bash[18953]: audit 2024-01-21T07:08:49.233350+0000 mon.smithi093 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:08:50.568 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:51.569 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:51.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:51 smithi093 bash[14068]: audit 2024-01-21T07:08:49.799583+0000 mgr.smithi093.jhwfwc (mgr.14180) 966 : audit [DBG] from='client.24895 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:52.013 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:51 smithi093 bash[14068]: cluster 2024-01-21T07:08:49.865806+0000 mgr.smithi093.jhwfwc (mgr.14180) 967 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:52.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:51 smithi143 bash[18953]: audit 2024-01-21T07:08:49.799583+0000 mgr.smithi093.jhwfwc (mgr.14180) 966 : audit [DBG] from='client.24895 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:52.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:51 smithi143 bash[18953]: cluster 2024-01-21T07:08:49.865806+0000 mgr.smithi093.jhwfwc (mgr.14180) 967 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:53.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:53 smithi093 bash[14068]: cluster 2024-01-21T07:08:51.867228+0000 mgr.smithi093.jhwfwc (mgr.14180) 968 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:54.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:53 smithi143 bash[18953]: cluster 2024-01-21T07:08:51.867228+0000 mgr.smithi093.jhwfwc (mgr.14180) 968 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:54.977 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:54.977 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:08:55.708 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:08:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:55 smithi093 bash[14068]: cluster 2024-01-21T07:08:53.868105+0000 mgr.smithi093.jhwfwc (mgr.14180) 969 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:56.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:55 smithi143 bash[18953]: cluster 2024-01-21T07:08:53.868105+0000 mgr.smithi093.jhwfwc (mgr.14180) 969 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:56.709 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:08:56.902 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:56 smithi093 bash[14068]: audit 2024-01-21T07:08:54.970661+0000 mgr.smithi093.jhwfwc (mgr.14180) 970 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:57.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:56 smithi143 bash[18953]: audit 2024-01-21T07:08:54.970661+0000 mgr.smithi093.jhwfwc (mgr.14180) 970 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:08:57.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:57 smithi093 bash[14068]: cluster 2024-01-21T07:08:55.869647+0000 mgr.smithi093.jhwfwc (mgr.14180) 971 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:58.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:57 smithi143 bash[18953]: cluster 2024-01-21T07:08:55.869647+0000 mgr.smithi093.jhwfwc (mgr.14180) 971 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:59.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:08:59 smithi093 bash[14068]: cluster 2024-01-21T07:08:57.870775+0000 mgr.smithi093.jhwfwc (mgr.14180) 972 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:08:59.947 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:08:59.947 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:00.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:08:59 smithi143 bash[18953]: cluster 2024-01-21T07:08:57.870775+0000 mgr.smithi093.jhwfwc (mgr.14180) 972 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:00.695 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:01.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:01 smithi143 bash[18953]: cluster 2024-01-21T07:08:59.872042+0000 mgr.smithi093.jhwfwc (mgr.14180) 973 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:01.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:01 smithi143 bash[18953]: audit 2024-01-21T07:08:59.936982+0000 mgr.smithi093.jhwfwc (mgr.14180) 974 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:01.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:01 smithi093 bash[14068]: cluster 2024-01-21T07:08:59.872042+0000 mgr.smithi093.jhwfwc (mgr.14180) 973 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:01.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:01 smithi093 bash[14068]: audit 2024-01-21T07:08:59.936982+0000 mgr.smithi093.jhwfwc (mgr.14180) 974 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:01.696 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:03.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:03 smithi093 bash[14068]: cluster 2024-01-21T07:09:01.873237+0000 mgr.smithi093.jhwfwc (mgr.14180) 975 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:03.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:03 smithi143 bash[18953]: cluster 2024-01-21T07:09:01.873237+0000 mgr.smithi093.jhwfwc (mgr.14180) 975 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:04.975 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:09:04.975 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:05.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:05 smithi093 bash[14068]: cluster 2024-01-21T07:09:03.874063+0000 mgr.smithi093.jhwfwc (mgr.14180) 976 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:05 smithi143 bash[18953]: cluster 2024-01-21T07:09:03.874063+0000 mgr.smithi093.jhwfwc (mgr.14180) 976 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:05.807 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:06.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:06 smithi143 bash[18953]: audit 2024-01-21T07:09:04.963244+0000 mgr.smithi093.jhwfwc (mgr.14180) 977 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:06.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:06 smithi093 bash[14068]: audit 2024-01-21T07:09:04.963244+0000 mgr.smithi093.jhwfwc (mgr.14180) 977 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:06.808 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:07.271 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:07 smithi093 bash[14068]: cluster 2024-01-21T07:09:05.875608+0000 mgr.smithi093.jhwfwc (mgr.14180) 978 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:07.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:07 smithi143 bash[18953]: cluster 2024-01-21T07:09:05.875608+0000 mgr.smithi093.jhwfwc (mgr.14180) 978 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:09.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:09 smithi143 bash[18953]: cluster 2024-01-21T07:09:07.876847+0000 mgr.smithi093.jhwfwc (mgr.14180) 979 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:09.576 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:09 smithi093 bash[14068]: cluster 2024-01-21T07:09:07.876847+0000 mgr.smithi093.jhwfwc (mgr.14180) 979 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:09.970 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:09:09.970 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:10.725 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:11.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:11 smithi143 bash[18953]: cluster 2024-01-21T07:09:09.878094+0000 mgr.smithi093.jhwfwc (mgr.14180) 980 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:11.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:11 smithi143 bash[18953]: audit 2024-01-21T07:09:09.959303+0000 mgr.smithi093.jhwfwc (mgr.14180) 981 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:11.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:11 smithi093 bash[14068]: cluster 2024-01-21T07:09:09.878094+0000 mgr.smithi093.jhwfwc (mgr.14180) 980 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:11.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:11 smithi093 bash[14068]: audit 2024-01-21T07:09:09.959303+0000 mgr.smithi093.jhwfwc (mgr.14180) 981 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:11.726 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:13.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:13 smithi093 bash[14068]: cluster 2024-01-21T07:09:11.878994+0000 mgr.smithi093.jhwfwc (mgr.14180) 982 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:13.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:13 smithi143 bash[18953]: cluster 2024-01-21T07:09:11.878994+0000 mgr.smithi093.jhwfwc (mgr.14180) 982 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:15.059 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:09:15.059 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:15.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:15 smithi093 bash[14068]: cluster 2024-01-21T07:09:13.879612+0000 mgr.smithi093.jhwfwc (mgr.14180) 983 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:15.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:15 smithi143 bash[18953]: cluster 2024-01-21T07:09:13.879612+0000 mgr.smithi093.jhwfwc (mgr.14180) 983 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:15.814 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:16.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:16 smithi143 bash[18953]: audit 2024-01-21T07:09:15.044641+0000 mgr.smithi093.jhwfwc (mgr.14180) 984 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:16.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:16 smithi093 bash[14068]: audit 2024-01-21T07:09:15.044641+0000 mgr.smithi093.jhwfwc (mgr.14180) 984 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:16.814 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:17.270 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:17 smithi093 bash[14068]: cluster 2024-01-21T07:09:15.881125+0000 mgr.smithi093.jhwfwc (mgr.14180) 985 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:17.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:17 smithi143 bash[18953]: cluster 2024-01-21T07:09:15.881125+0000 mgr.smithi093.jhwfwc (mgr.14180) 985 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:19.554 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:19 smithi093 bash[14068]: cluster 2024-01-21T07:09:17.882302+0000 mgr.smithi093.jhwfwc (mgr.14180) 986 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:19.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:19 smithi143 bash[18953]: cluster 2024-01-21T07:09:17.882302+0000 mgr.smithi093.jhwfwc (mgr.14180) 986 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:19.931 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:09:19.932 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:20.676 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:21.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:21 smithi143 bash[18953]: cluster 2024-01-21T07:09:19.883578+0000 mgr.smithi093.jhwfwc (mgr.14180) 987 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:21.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:21 smithi143 bash[18953]: audit 2024-01-21T07:09:19.921281+0000 mgr.smithi093.jhwfwc (mgr.14180) 988 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:21.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:21 smithi093 bash[14068]: cluster 2024-01-21T07:09:19.883578+0000 mgr.smithi093.jhwfwc (mgr.14180) 987 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:21.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:21 smithi093 bash[14068]: audit 2024-01-21T07:09:19.921281+0000 mgr.smithi093.jhwfwc (mgr.14180) 988 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:21.677 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:23.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:23 smithi143 bash[18953]: cluster 2024-01-21T07:09:21.884951+0000 mgr.smithi093.jhwfwc (mgr.14180) 989 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:23.576 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:23 smithi093 bash[14068]: cluster 2024-01-21T07:09:21.884951+0000 mgr.smithi093.jhwfwc (mgr.14180) 989 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:24.774 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:09:24.775 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:25.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:25 smithi093 bash[14068]: cluster 2024-01-21T07:09:23.885877+0000 mgr.smithi093.jhwfwc (mgr.14180) 990 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:25.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:25 smithi143 bash[18953]: cluster 2024-01-21T07:09:23.885877+0000 mgr.smithi093.jhwfwc (mgr.14180) 990 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:25.581 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:26.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:26 smithi143 bash[18953]: audit 2024-01-21T07:09:24.761316+0000 mgr.smithi093.jhwfwc (mgr.14180) 991 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:26.582 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:26.593 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:26 smithi093 bash[14068]: audit 2024-01-21T07:09:24.761316+0000 mgr.smithi093.jhwfwc (mgr.14180) 991 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:27.558 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:27 smithi093 bash[14068]: cluster 2024-01-21T07:09:25.887378+0000 mgr.smithi093.jhwfwc (mgr.14180) 992 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:27.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:27 smithi143 bash[18953]: cluster 2024-01-21T07:09:25.887378+0000 mgr.smithi093.jhwfwc (mgr.14180) 992 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:29.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:29 smithi143 bash[18953]: cluster 2024-01-21T07:09:27.888062+0000 mgr.smithi093.jhwfwc (mgr.14180) 993 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:29.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:29 smithi093 bash[14068]: cluster 2024-01-21T07:09:27.888062+0000 mgr.smithi093.jhwfwc (mgr.14180) 993 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:29.687 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:09:29.687 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:30.468 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:31.469 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:31.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:31 smithi143 bash[18953]: audit 2024-01-21T07:09:29.674879+0000 mgr.smithi093.jhwfwc (mgr.14180) 994 : audit [DBG] from='client.24917 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:31.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:31 smithi143 bash[18953]: cluster 2024-01-21T07:09:29.888808+0000 mgr.smithi093.jhwfwc (mgr.14180) 995 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:31.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:31 smithi093 bash[14068]: audit 2024-01-21T07:09:29.674879+0000 mgr.smithi093.jhwfwc (mgr.14180) 994 : audit [DBG] from='client.24917 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:31.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:31 smithi093 bash[14068]: cluster 2024-01-21T07:09:29.888808+0000 mgr.smithi093.jhwfwc (mgr.14180) 995 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:33.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:33 smithi143 bash[18953]: cluster 2024-01-21T07:09:31.890104+0000 mgr.smithi093.jhwfwc (mgr.14180) 996 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:33.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:33 smithi093 bash[14068]: cluster 2024-01-21T07:09:31.890104+0000 mgr.smithi093.jhwfwc (mgr.14180) 996 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:34.689 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:09:34.689 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:35.512 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:35.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:35 smithi093 bash[14068]: cluster 2024-01-21T07:09:33.891007+0000 mgr.smithi093.jhwfwc (mgr.14180) 997 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:35.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:35 smithi143 bash[18953]: cluster 2024-01-21T07:09:33.891007+0000 mgr.smithi093.jhwfwc (mgr.14180) 997 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:36.513 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:36.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:36 smithi093 bash[14068]: audit 2024-01-21T07:09:34.677577+0000 mgr.smithi093.jhwfwc (mgr.14180) 998 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:36.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:36 smithi093 bash[14068]: audit 2024-01-21T07:09:35.861795+0000 mon.smithi093 (mon.0) 893 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:09:36.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:36 smithi093 bash[14068]: audit 2024-01-21T07:09:36.143964+0000 mon.smithi093 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:36.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:36 smithi143 bash[18953]: audit 2024-01-21T07:09:34.677577+0000 mgr.smithi093.jhwfwc (mgr.14180) 998 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:36.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:36 smithi143 bash[18953]: audit 2024-01-21T07:09:35.861795+0000 mon.smithi093 (mon.0) 893 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:09:36.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:36 smithi143 bash[18953]: audit 2024-01-21T07:09:36.143964+0000 mon.smithi093 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:37.565 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:37 smithi093 bash[14068]: cluster 2024-01-21T07:09:35.892504+0000 mgr.smithi093.jhwfwc (mgr.14180) 999 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:37.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:37 smithi143 bash[18953]: cluster 2024-01-21T07:09:35.892504+0000 mgr.smithi093.jhwfwc (mgr.14180) 999 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:39.631 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:09:39.631 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T06:59:19.879879Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T06:59:19.785611Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T06:59:19.880217Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T06:59:19.785958Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T06:59:19.786142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T06:59:19.786283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T06:59:19.786404Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T06:59:19.880547Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T06:59:19.786877Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:39.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:39 smithi093 bash[14068]: cluster 2024-01-21T07:09:37.893684+0000 mgr.smithi093.jhwfwc (mgr.14180) 1000 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:39.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:39 smithi143 bash[18953]: cluster 2024-01-21T07:09:37.893684+0000 mgr.smithi093.jhwfwc (mgr.14180) 1000 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:40.447 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:40.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:40 smithi093 bash[14068]: audit 2024-01-21T07:09:39.618114+0000 mgr.smithi093.jhwfwc (mgr.14180) 1001 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:40.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:40 smithi143 bash[18953]: audit 2024-01-21T07:09:39.618114+0000 mgr.smithi093.jhwfwc (mgr.14180) 1001 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:41.448 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:41.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:41 smithi093 bash[14068]: cluster 2024-01-21T07:09:39.895070+0000 mgr.smithi093.jhwfwc (mgr.14180) 1002 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:41.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:41 smithi143 bash[18953]: cluster 2024-01-21T07:09:39.895070+0000 mgr.smithi093.jhwfwc (mgr.14180) 1002 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:42.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:42 smithi093 bash[14068]: audit 2024-01-21T07:09:41.691407+0000 mon.smithi093 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:42.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:42 smithi093 bash[14068]: cluster 2024-01-21T07:09:41.895871+0000 mgr.smithi093.jhwfwc (mgr.14180) 1003 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:42.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:42 smithi093 bash[14068]: audit 2024-01-21T07:09:42.060610+0000 mon.smithi093 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:42.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:42 smithi093 bash[14068]: audit 2024-01-21T07:09:42.326364+0000 mon.smithi093 (mon.0) 897 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:09:42.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:42 smithi093 bash[14068]: audit 2024-01-21T07:09:42.327392+0000 mon.smithi093 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:09:42.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:42 smithi093 bash[14068]: audit 2024-01-21T07:09:42.334396+0000 mon.smithi093 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:42.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:42 smithi093 bash[14068]: cluster 2024-01-21T07:09:42.335123+0000 mgr.smithi093.jhwfwc (mgr.14180) 1004 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:42.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:42 smithi093 bash[14068]: audit 2024-01-21T07:09:42.339440+0000 mon.smithi093 (mon.0) 900 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:09:42.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:42 smithi093 bash[14068]: cephadm 2024-01-21T07:09:42.349763+0000 mgr.smithi093.jhwfwc (mgr.14180) 1005 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.zbuzrh on smithi143 2024-01-21T07:09:43.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:42 smithi143 bash[18953]: audit 2024-01-21T07:09:41.691407+0000 mon.smithi093 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:43.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:42 smithi143 bash[18953]: cluster 2024-01-21T07:09:41.895871+0000 mgr.smithi093.jhwfwc (mgr.14180) 1003 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:43.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:42 smithi143 bash[18953]: audit 2024-01-21T07:09:42.060610+0000 mon.smithi093 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:43.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:42 smithi143 bash[18953]: audit 2024-01-21T07:09:42.326364+0000 mon.smithi093 (mon.0) 897 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:09:43.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:42 smithi143 bash[18953]: audit 2024-01-21T07:09:42.327392+0000 mon.smithi093 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:09:43.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:42 smithi143 bash[18953]: audit 2024-01-21T07:09:42.334396+0000 mon.smithi093 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:43.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:42 smithi143 bash[18953]: cluster 2024-01-21T07:09:42.335123+0000 mgr.smithi093.jhwfwc (mgr.14180) 1004 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:43.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:42 smithi143 bash[18953]: audit 2024-01-21T07:09:42.339440+0000 mon.smithi093 (mon.0) 900 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:09:43.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:42 smithi143 bash[18953]: cephadm 2024-01-21T07:09:42.349763+0000 mgr.smithi093.jhwfwc (mgr.14180) 1005 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.zbuzrh on smithi143 2024-01-21T07:09:43.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:43 smithi093 bash[14068]: cluster 2024-01-21T07:09:42.689879+0000 mon.smithi093 (mon.0) 901 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:09:43.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:43 smithi093 bash[14068]: cluster 2024-01-21T07:09:42.689920+0000 mon.smithi093 (mon.0) 902 : cluster [INF] Cluster is now healthy 2024-01-21T07:09:44.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:43 smithi143 bash[18953]: cluster 2024-01-21T07:09:42.689879+0000 mon.smithi093 (mon.0) 901 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:09:44.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:43 smithi143 bash[18953]: cluster 2024-01-21T07:09:42.689920+0000 mon.smithi093 (mon.0) 902 : cluster [INF] Cluster is now healthy 2024-01-21T07:09:44.669 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:09:44.669 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:07:27.403818Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.ygsiqu on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:45.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:44 smithi143 bash[18953]: cluster 2024-01-21T07:09:44.336065+0000 mgr.smithi093.jhwfwc (mgr.14180) 1006 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:45.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:44 smithi093 bash[14068]: cluster 2024-01-21T07:09:44.336065+0000 mgr.smithi093.jhwfwc (mgr.14180) 1006 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:45.446 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:46.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:46 smithi093 bash[14068]: audit 2024-01-21T07:09:44.658986+0000 mgr.smithi093.jhwfwc (mgr.14180) 1007 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:46.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:46 smithi093 bash[14068]: audit 2024-01-21T07:09:46.150964+0000 mon.smithi093 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.zbuzrh"}]: dispatch 2024-01-21T07:09:46.448 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:46.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:46 smithi143 bash[18953]: audit 2024-01-21T07:09:44.658986+0000 mgr.smithi093.jhwfwc (mgr.14180) 1007 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:46.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:46 smithi143 bash[18953]: audit 2024-01-21T07:09:46.150964+0000 mon.smithi093 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.zbuzrh"}]: dispatch 2024-01-21T07:09:47.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: cephadm 2024-01-21T07:09:46.149686+0000 mgr.smithi093.jhwfwc (mgr.14180) 1008 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:47.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:47.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.zbuzrh ... 2024-01-21T07:09:47.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:47.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.zbuzrh ... 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: cephadm 2024-01-21T07:09:46.150270+0000 mgr.smithi093.jhwfwc (mgr.14180) 1009 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: cephadm 2024-01-21T07:09:46.152818+0000 mgr.smithi093.jhwfwc (mgr.14180) 1010 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.zbuzrh ... 2024-01-21T07:09:47.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:47.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:47.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:47.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: cephadm 2024-01-21T07:09:46.157609+0000 mgr.smithi093.jhwfwc (mgr.14180) 1011 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.nmblyr on smithi093 2024-01-21T07:09:47.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:47 smithi143 bash[18953]: cluster 2024-01-21T07:09:46.337199+0000 mgr.smithi093.jhwfwc (mgr.14180) 1012 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:47.630 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: cephadm 2024-01-21T07:09:46.149686+0000 mgr.smithi093.jhwfwc (mgr.14180) 1008 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.630 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:47.630 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.630 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.630 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.zbuzrh ... 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.zbuzrh ... 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: cephadm 2024-01-21T07:09:46.150270+0000 mgr.smithi093.jhwfwc (mgr.14180) 1009 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: cephadm 2024-01-21T07:09:46.152818+0000 mgr.smithi093.jhwfwc (mgr.14180) 1010 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.632 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.zbuzrh ... 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: cephadm 2024-01-21T07:09:46.157609+0000 mgr.smithi093.jhwfwc (mgr.14180) 1011 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.nmblyr on smithi093 2024-01-21T07:09:47.633 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:47 smithi093 bash[14068]: cluster 2024-01-21T07:09:46.337199+0000 mgr.smithi093.jhwfwc (mgr.14180) 1012 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:49.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:49 smithi093 bash[14068]: cluster 2024-01-21T07:09:48.338087+0000 mgr.smithi093.jhwfwc (mgr.14180) 1013 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:49.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:49 smithi093 bash[14068]: audit 2024-01-21T07:09:49.235048+0000 mon.smithi093 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:49.750 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:09:49.751 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:31.833077Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.hhahnd on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-hhahnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.hhahnd\nDeploy daemon haproxy.rgw.foo.smithi143.hhahnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.852629Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.emcywa on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-emcywa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.emcywa\nDeploy daemon haproxy.rgw.foo.smithi093.emcywa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:08:35.855108Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.olspph on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:49.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:49 smithi143 bash[18953]: cluster 2024-01-21T07:09:48.338087+0000 mgr.smithi093.jhwfwc (mgr.14180) 1013 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:49.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:49 smithi143 bash[18953]: audit 2024-01-21T07:09:49.235048+0000 mon.smithi093 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:50.551 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:50 smithi093 bash[14068]: audit 2024-01-21T07:09:49.906459+0000 mon.smithi093 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.nmblyr"}]: dispatch 2024-01-21T07:09:50.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:50 smithi143 bash[18953]: audit 2024-01-21T07:09:49.906459+0000 mon.smithi093 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.nmblyr"}]: dispatch 2024-01-21T07:09:51.552 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: audit 2024-01-21T07:09:49.739789+0000 mgr.smithi093.jhwfwc (mgr.14180) 1014 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: cephadm 2024-01-21T07:09:49.905542+0000 mgr.smithi093.jhwfwc (mgr.14180) 1015 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.nmblyr ... 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.nmblyr ... 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: cephadm 2024-01-21T07:09:49.905945+0000 mgr.smithi093.jhwfwc (mgr.14180) 1016 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: cephadm 2024-01-21T07:09:49.907621+0000 mgr.smithi093.jhwfwc (mgr.14180) 1017 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:09:51.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.nmblyr ... 2024-01-21T07:09:51.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:51.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:51.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:51.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: cephadm 2024-01-21T07:09:49.911813+0000 mgr.smithi093.jhwfwc (mgr.14180) 1018 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:09:51.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: cephadm 2024-01-21T07:09:49.913987+0000 mgr.smithi093.jhwfwc (mgr.14180) 1019 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:09:51.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: cluster 2024-01-21T07:09:49.915040+0000 mgr.smithi093.jhwfwc (mgr.14180) 1020 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:51.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:51 smithi093 bash[14068]: cluster 2024-01-21T07:09:50.395140+0000 mon.smithi093 (mon.0) 906 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: audit 2024-01-21T07:09:49.739789+0000 mgr.smithi093.jhwfwc (mgr.14180) 1014 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: cephadm 2024-01-21T07:09:49.905542+0000 mgr.smithi093.jhwfwc (mgr.14180) 1015 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.nmblyr ... 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.nmblyr ... 2024-01-21T07:09:51.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:51.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:51.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:51.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: cephadm 2024-01-21T07:09:49.905945+0000 mgr.smithi093.jhwfwc (mgr.14180) 1016 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: cephadm 2024-01-21T07:09:49.907621+0000 mgr.smithi093.jhwfwc (mgr.14180) 1017 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:51.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.nmblyr ... 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: cephadm 2024-01-21T07:09:49.911813+0000 mgr.smithi093.jhwfwc (mgr.14180) 1018 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: cephadm 2024-01-21T07:09:49.913987+0000 mgr.smithi093.jhwfwc (mgr.14180) 1019 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: cluster 2024-01-21T07:09:49.915040+0000 mgr.smithi093.jhwfwc (mgr.14180) 1020 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:51.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:51 smithi143 bash[18953]: cluster 2024-01-21T07:09:50.395140+0000 mon.smithi093 (mon.0) 906 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:09:53.769 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:53 smithi093 bash[14068]: cluster 2024-01-21T07:09:51.916364+0000 mgr.smithi093.jhwfwc (mgr.14180) 1021 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:53.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:53 smithi143 bash[18953]: cluster 2024-01-21T07:09:51.916364+0000 mgr.smithi093.jhwfwc (mgr.14180) 1021 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:55.056 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:09:55.056 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:09:55.821 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:09:55.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:55 smithi093 bash[14068]: cluster 2024-01-21T07:09:53.916957+0000 mgr.smithi093.jhwfwc (mgr.14180) 1022 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:55.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:55 smithi093 bash[14068]: audit 2024-01-21T07:09:54.593627+0000 mon.smithi093 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:56.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:55 smithi143 bash[18953]: cluster 2024-01-21T07:09:53.916957+0000 mgr.smithi093.jhwfwc (mgr.14180) 1022 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:56.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:55 smithi143 bash[18953]: audit 2024-01-21T07:09:54.593627+0000 mon.smithi093 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:09:56.822 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:09:56.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:56 smithi093 bash[14068]: audit 2024-01-21T07:09:55.048869+0000 mgr.smithi093.jhwfwc (mgr.14180) 1023 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:57.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:56 smithi143 bash[18953]: audit 2024-01-21T07:09:55.048869+0000 mgr.smithi093.jhwfwc (mgr.14180) 1023 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:09:57.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:57 smithi093 bash[14068]: cluster 2024-01-21T07:09:55.918088+0000 mgr.smithi093.jhwfwc (mgr.14180) 1024 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:58.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:57 smithi143 bash[18953]: cluster 2024-01-21T07:09:55.918088+0000 mgr.smithi093.jhwfwc (mgr.14180) 1024 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:09:59.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:09:59 smithi093 bash[14068]: cluster 2024-01-21T07:09:57.919173+0000 mgr.smithi093.jhwfwc (mgr.14180) 1025 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:00.043 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:00.043 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:00.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:09:59 smithi143 bash[18953]: cluster 2024-01-21T07:09:57.919173+0000 mgr.smithi093.jhwfwc (mgr.14180) 1025 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:00.821 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:00.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:00 smithi093 bash[14068]: cluster 2024-01-21T07:10:00.000098+0000 mon.smithi093 (mon.0) 908 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T07:10:01.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:00 smithi143 bash[18953]: cluster 2024-01-21T07:10:00.000098+0000 mon.smithi093 (mon.0) 908 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T07:10:01.822 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:01.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:01 smithi093 bash[14068]: cluster 2024-01-21T07:09:59.920456+0000 mgr.smithi093.jhwfwc (mgr.14180) 1026 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:01.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:01 smithi093 bash[14068]: audit 2024-01-21T07:10:00.036241+0000 mgr.smithi093.jhwfwc (mgr.14180) 1027 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:02.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:01 smithi143 bash[18953]: cluster 2024-01-21T07:09:59.920456+0000 mgr.smithi093.jhwfwc (mgr.14180) 1026 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:02.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:01 smithi143 bash[18953]: audit 2024-01-21T07:10:00.036241+0000 mgr.smithi093.jhwfwc (mgr.14180) 1027 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:03.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:03 smithi093 bash[14068]: cluster 2024-01-21T07:10:01.921908+0000 mgr.smithi093.jhwfwc (mgr.14180) 1028 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:04.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:03 smithi143 bash[18953]: cluster 2024-01-21T07:10:01.921908+0000 mgr.smithi093.jhwfwc (mgr.14180) 1028 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:05.127 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:05.127 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:05 smithi143 bash[18953]: cluster 2024-01-21T07:10:03.922976+0000 mgr.smithi093.jhwfwc (mgr.14180) 1029 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:05 smithi143 bash[18953]: audit 2024-01-21T07:10:04.236014+0000 mon.smithi093 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:10:05.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:05 smithi093 bash[14068]: cluster 2024-01-21T07:10:03.922976+0000 mgr.smithi093.jhwfwc (mgr.14180) 1029 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:05.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:05 smithi093 bash[14068]: audit 2024-01-21T07:10:04.236014+0000 mon.smithi093 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:10:05.965 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:06.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:06 smithi143 bash[18953]: audit 2024-01-21T07:10:05.114962+0000 mgr.smithi093.jhwfwc (mgr.14180) 1030 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:06.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:06 smithi093 bash[14068]: audit 2024-01-21T07:10:05.114962+0000 mgr.smithi093.jhwfwc (mgr.14180) 1030 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:06.966 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:07.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:07 smithi143 bash[18953]: cluster 2024-01-21T07:10:05.924404+0000 mgr.smithi093.jhwfwc (mgr.14180) 1031 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:07.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:07 smithi093 bash[14068]: cluster 2024-01-21T07:10:05.924404+0000 mgr.smithi093.jhwfwc (mgr.14180) 1031 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:09.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:09 smithi143 bash[18953]: cluster 2024-01-21T07:10:07.925642+0000 mgr.smithi093.jhwfwc (mgr.14180) 1032 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:09.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:09 smithi093 bash[14068]: cluster 2024-01-21T07:10:07.925642+0000 mgr.smithi093.jhwfwc (mgr.14180) 1032 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:10.097 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:10.097 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:10.833 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:11.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:11 smithi143 bash[18953]: cluster 2024-01-21T07:10:09.926836+0000 mgr.smithi093.jhwfwc (mgr.14180) 1033 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:11.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:11 smithi143 bash[18953]: audit 2024-01-21T07:10:10.087228+0000 mgr.smithi093.jhwfwc (mgr.14180) 1034 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:11.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:11 smithi093 bash[14068]: cluster 2024-01-21T07:10:09.926836+0000 mgr.smithi093.jhwfwc (mgr.14180) 1033 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:11.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:11 smithi093 bash[14068]: audit 2024-01-21T07:10:10.087228+0000 mgr.smithi093.jhwfwc (mgr.14180) 1034 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:11.834 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:13.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:13 smithi143 bash[18953]: cluster 2024-01-21T07:10:11.927751+0000 mgr.smithi093.jhwfwc (mgr.14180) 1035 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:13.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:13 smithi093 bash[14068]: cluster 2024-01-21T07:10:11.927751+0000 mgr.smithi093.jhwfwc (mgr.14180) 1035 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:15.124 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:15.125 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:15.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:15 smithi093 bash[14068]: cluster 2024-01-21T07:10:13.928818+0000 mgr.smithi093.jhwfwc (mgr.14180) 1036 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:15.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:15 smithi143 bash[18953]: cluster 2024-01-21T07:10:13.928818+0000 mgr.smithi093.jhwfwc (mgr.14180) 1036 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:15.931 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:16.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:16 smithi143 bash[18953]: audit 2024-01-21T07:10:15.114288+0000 mgr.smithi093.jhwfwc (mgr.14180) 1037 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:16.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:16 smithi093 bash[14068]: audit 2024-01-21T07:10:15.114288+0000 mgr.smithi093.jhwfwc (mgr.14180) 1037 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:16.933 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:17.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:17 smithi093 bash[14068]: cluster 2024-01-21T07:10:15.929633+0000 mgr.smithi093.jhwfwc (mgr.14180) 1038 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:17.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:17 smithi143 bash[18953]: cluster 2024-01-21T07:10:15.929633+0000 mgr.smithi093.jhwfwc (mgr.14180) 1038 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:19.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:19 smithi143 bash[18953]: cluster 2024-01-21T07:10:17.930774+0000 mgr.smithi093.jhwfwc (mgr.14180) 1039 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:19.627 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:19 smithi093 bash[14068]: cluster 2024-01-21T07:10:17.930774+0000 mgr.smithi093.jhwfwc (mgr.14180) 1039 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:20.052 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:20.052 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:20.814 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:21.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:21 smithi143 bash[18953]: cluster 2024-01-21T07:10:19.932104+0000 mgr.smithi093.jhwfwc (mgr.14180) 1040 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:21.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:21 smithi143 bash[18953]: audit 2024-01-21T07:10:20.044876+0000 mgr.smithi093.jhwfwc (mgr.14180) 1041 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:21.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:21 smithi093 bash[14068]: cluster 2024-01-21T07:10:19.932104+0000 mgr.smithi093.jhwfwc (mgr.14180) 1040 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:21.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:21 smithi093 bash[14068]: audit 2024-01-21T07:10:20.044876+0000 mgr.smithi093.jhwfwc (mgr.14180) 1041 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:21.815 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:23.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:23 smithi143 bash[18953]: cluster 2024-01-21T07:10:21.933492+0000 mgr.smithi093.jhwfwc (mgr.14180) 1042 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:23.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:23 smithi093 bash[14068]: cluster 2024-01-21T07:10:21.933492+0000 mgr.smithi093.jhwfwc (mgr.14180) 1042 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:25.133 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:25.133 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:25.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:25 smithi143 bash[18953]: cluster 2024-01-21T07:10:23.934559+0000 mgr.smithi093.jhwfwc (mgr.14180) 1043 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:25.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:25 smithi093 bash[14068]: cluster 2024-01-21T07:10:23.934559+0000 mgr.smithi093.jhwfwc (mgr.14180) 1043 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:25.871 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:26.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:26 smithi093 bash[14068]: audit 2024-01-21T07:10:25.125806+0000 mgr.smithi093.jhwfwc (mgr.14180) 1044 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:26.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:26 smithi143 bash[18953]: audit 2024-01-21T07:10:25.125806+0000 mgr.smithi093.jhwfwc (mgr.14180) 1044 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:26.872 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:27.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:27 smithi093 bash[14068]: cluster 2024-01-21T07:10:25.935968+0000 mgr.smithi093.jhwfwc (mgr.14180) 1045 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:27.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:27 smithi143 bash[18953]: cluster 2024-01-21T07:10:25.935968+0000 mgr.smithi093.jhwfwc (mgr.14180) 1045 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:29.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:29 smithi093 bash[14068]: cluster 2024-01-21T07:10:27.936929+0000 mgr.smithi093.jhwfwc (mgr.14180) 1046 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:29.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:29 smithi143 bash[18953]: cluster 2024-01-21T07:10:27.936929+0000 mgr.smithi093.jhwfwc (mgr.14180) 1046 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:30.209 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:30.209 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:30.925 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:31.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:31 smithi093 bash[14068]: cluster 2024-01-21T07:10:29.938114+0000 mgr.smithi093.jhwfwc (mgr.14180) 1047 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:31.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:31 smithi093 bash[14068]: audit 2024-01-21T07:10:30.198443+0000 mgr.smithi093.jhwfwc (mgr.14180) 1048 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:31.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:31 smithi143 bash[18953]: cluster 2024-01-21T07:10:29.938114+0000 mgr.smithi093.jhwfwc (mgr.14180) 1047 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:31.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:31 smithi143 bash[18953]: audit 2024-01-21T07:10:30.198443+0000 mgr.smithi093.jhwfwc (mgr.14180) 1048 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:31.926 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:33.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:33 smithi093 bash[14068]: cluster 2024-01-21T07:10:31.939420+0000 mgr.smithi093.jhwfwc (mgr.14180) 1049 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:33.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:33 smithi143 bash[18953]: cluster 2024-01-21T07:10:31.939420+0000 mgr.smithi093.jhwfwc (mgr.14180) 1049 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:35.054 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:35.055 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:35.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:35 smithi093 bash[14068]: cluster 2024-01-21T07:10:33.940454+0000 mgr.smithi093.jhwfwc (mgr.14180) 1050 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:35.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:35 smithi143 bash[18953]: cluster 2024-01-21T07:10:33.940454+0000 mgr.smithi093.jhwfwc (mgr.14180) 1050 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:35.824 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:36.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:36 smithi093 bash[14068]: audit 2024-01-21T07:10:35.047060+0000 mgr.smithi093.jhwfwc (mgr.14180) 1051 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:36.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:36 smithi143 bash[18953]: audit 2024-01-21T07:10:35.047060+0000 mgr.smithi093.jhwfwc (mgr.14180) 1051 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:36.825 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:37.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:37 smithi093 bash[14068]: cluster 2024-01-21T07:10:35.942004+0000 mgr.smithi093.jhwfwc (mgr.14180) 1052 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:37.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:37 smithi143 bash[18953]: cluster 2024-01-21T07:10:35.942004+0000 mgr.smithi093.jhwfwc (mgr.14180) 1052 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:39.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:39 smithi093 bash[14068]: cluster 2024-01-21T07:10:37.943323+0000 mgr.smithi093.jhwfwc (mgr.14180) 1053 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:39.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:39 smithi143 bash[18953]: cluster 2024-01-21T07:10:37.943323+0000 mgr.smithi093.jhwfwc (mgr.14180) 1053 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:39.875 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:39.875 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:40.689 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:41.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:41 smithi093 bash[14068]: audit 2024-01-21T07:10:39.868420+0000 mgr.smithi093.jhwfwc (mgr.14180) 1054 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:41.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:41 smithi093 bash[14068]: cluster 2024-01-21T07:10:39.944650+0000 mgr.smithi093.jhwfwc (mgr.14180) 1055 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:41.690 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:41.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:41 smithi143 bash[18953]: audit 2024-01-21T07:10:39.868420+0000 mgr.smithi093.jhwfwc (mgr.14180) 1054 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:41.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:41 smithi143 bash[18953]: cluster 2024-01-21T07:10:39.944650+0000 mgr.smithi093.jhwfwc (mgr.14180) 1055 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:43.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:43 smithi093 bash[14068]: cluster 2024-01-21T07:10:41.946198+0000 mgr.smithi093.jhwfwc (mgr.14180) 1056 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:43.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:43 smithi143 bash[18953]: cluster 2024-01-21T07:10:41.946198+0000 mgr.smithi093.jhwfwc (mgr.14180) 1056 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:44.804 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:44.805 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:45.488 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:45.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:45 smithi093 bash[14068]: cluster 2024-01-21T07:10:43.947364+0000 mgr.smithi093.jhwfwc (mgr.14180) 1057 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:45 smithi143 bash[18953]: cluster 2024-01-21T07:10:43.947364+0000 mgr.smithi093.jhwfwc (mgr.14180) 1057 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:46.489 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:46.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:46 smithi093 bash[14068]: audit 2024-01-21T07:10:44.793555+0000 mgr.smithi093.jhwfwc (mgr.14180) 1058 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:46 smithi143 bash[18953]: audit 2024-01-21T07:10:44.793555+0000 mgr.smithi093.jhwfwc (mgr.14180) 1058 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:47.604 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:47 smithi093 bash[14068]: cluster 2024-01-21T07:10:45.948813+0000 mgr.smithi093.jhwfwc (mgr.14180) 1059 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:47.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:47 smithi143 bash[18953]: cluster 2024-01-21T07:10:45.948813+0000 mgr.smithi093.jhwfwc (mgr.14180) 1059 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:49.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:49 smithi093 bash[14068]: cluster 2024-01-21T07:10:47.950098+0000 mgr.smithi093.jhwfwc (mgr.14180) 1060 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:49.685 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:49.685 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:08:35.857241Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hfedaq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:49.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:49 smithi143 bash[18953]: cluster 2024-01-21T07:10:47.950098+0000 mgr.smithi093.jhwfwc (mgr.14180) 1060 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:50.430 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:50 smithi093 bash[14068]: audit 2024-01-21T07:10:49.918195+0000 mon.smithi093 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:10:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:50 smithi093 bash[14068]: audit 2024-01-21T07:10:50.199814+0000 mon.smithi093 (mon.0) 911 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:10:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:50 smithi093 bash[14068]: audit 2024-01-21T07:10:50.200674+0000 mon.smithi093 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:10:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:50 smithi093 bash[14068]: audit 2024-01-21T07:10:50.205929+0000 mon.smithi093 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:10:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:50 smithi093 bash[14068]: audit 2024-01-21T07:10:50.212043+0000 mon.smithi093 (mon.0) 914 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:10:50.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:50 smithi143 bash[18953]: audit 2024-01-21T07:10:49.918195+0000 mon.smithi093 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:10:50.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:50 smithi143 bash[18953]: audit 2024-01-21T07:10:50.199814+0000 mon.smithi093 (mon.0) 911 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:10:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:50 smithi143 bash[18953]: audit 2024-01-21T07:10:50.200674+0000 mon.smithi093 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:10:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:50 smithi143 bash[18953]: audit 2024-01-21T07:10:50.205929+0000 mon.smithi093 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:10:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:50 smithi143 bash[18953]: audit 2024-01-21T07:10:50.212043+0000 mon.smithi093 (mon.0) 914 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:10:51.430 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:51.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:51 smithi093 bash[14068]: audit 2024-01-21T07:10:49.677432+0000 mgr.smithi093.jhwfwc (mgr.14180) 1061 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:51.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:51 smithi093 bash[14068]: cluster 2024-01-21T07:10:49.951315+0000 mgr.smithi093.jhwfwc (mgr.14180) 1062 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:51.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:51 smithi093 bash[14068]: cluster 2024-01-21T07:10:50.207389+0000 mgr.smithi093.jhwfwc (mgr.14180) 1063 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:51.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:51 smithi093 bash[14068]: cephadm 2024-01-21T07:10:50.222889+0000 mgr.smithi093.jhwfwc (mgr.14180) 1064 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.ymnzmm on smithi143 2024-01-21T07:10:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:51 smithi093 bash[14068]: cluster 2024-01-21T07:10:50.390867+0000 mon.smithi093 (mon.0) 915 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:10:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:51 smithi093 bash[14068]: cluster 2024-01-21T07:10:50.390922+0000 mon.smithi093 (mon.0) 916 : cluster [INF] Cluster is now healthy 2024-01-21T07:10:51.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:51 smithi143 bash[18953]: audit 2024-01-21T07:10:49.677432+0000 mgr.smithi093.jhwfwc (mgr.14180) 1061 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:51 smithi143 bash[18953]: cluster 2024-01-21T07:10:49.951315+0000 mgr.smithi093.jhwfwc (mgr.14180) 1062 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:51 smithi143 bash[18953]: cluster 2024-01-21T07:10:50.207389+0000 mgr.smithi093.jhwfwc (mgr.14180) 1063 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:51 smithi143 bash[18953]: cephadm 2024-01-21T07:10:50.222889+0000 mgr.smithi093.jhwfwc (mgr.14180) 1064 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.ymnzmm on smithi143 2024-01-21T07:10:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:51 smithi143 bash[18953]: cluster 2024-01-21T07:10:50.390867+0000 mon.smithi093 (mon.0) 915 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:10:51.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:51 smithi143 bash[18953]: cluster 2024-01-21T07:10:50.390922+0000 mon.smithi093 (mon.0) 916 : cluster [INF] Cluster is now healthy 2024-01-21T07:10:53.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:53 smithi093 bash[14068]: cluster 2024-01-21T07:10:52.208234+0000 mgr.smithi093.jhwfwc (mgr.14180) 1065 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:53.672 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:53 smithi143 bash[18953]: cluster 2024-01-21T07:10:52.208234+0000 mgr.smithi093.jhwfwc (mgr.14180) 1065 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:54.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:54 smithi093 bash[14068]: audit 2024-01-21T07:10:54.197283+0000 mon.smithi093 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.ymnzmm"}]: dispatch 2024-01-21T07:10:54.737 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:54.737 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:46.152470Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.zbuzrh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-zbuzrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.zbuzrh\nDeploy daemon haproxy.rgw.foo.smithi143.zbuzrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.907492Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nmblyr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nmblyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nmblyr\nDeploy daemon haproxy.rgw.foo.smithi093.nmblyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:09:49.911611Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.reyemm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:54.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:54 smithi143 bash[18953]: audit 2024-01-21T07:10:54.197283+0000 mon.smithi093 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.ymnzmm"}]: dispatch 2024-01-21T07:10:55.544 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:10:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: cephadm 2024-01-21T07:10:54.196103+0000 mgr.smithi093.jhwfwc (mgr.14180) 1066 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.ymnzmm ... 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:10:55.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.ymnzmm ... 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: cephadm 2024-01-21T07:10:54.196560+0000 mgr.smithi093.jhwfwc (mgr.14180) 1067 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: cephadm 2024-01-21T07:10:54.198791+0000 mgr.smithi093.jhwfwc (mgr.14180) 1068 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.ymnzmm ... 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: cephadm 2024-01-21T07:10:54.202035+0000 mgr.smithi093.jhwfwc (mgr.14180) 1069 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.wzjwak on smithi093 2024-01-21T07:10:55.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:55 smithi143 bash[18953]: cluster 2024-01-21T07:10:54.208929+0000 mgr.smithi093.jhwfwc (mgr.14180) 1070 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: cephadm 2024-01-21T07:10:54.196103+0000 mgr.smithi093.jhwfwc (mgr.14180) 1066 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.ymnzmm ... 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:55.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.ymnzmm ... 2024-01-21T07:10:55.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: cephadm 2024-01-21T07:10:54.196560+0000 mgr.smithi093.jhwfwc (mgr.14180) 1067 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: cephadm 2024-01-21T07:10:54.198791+0000 mgr.smithi093.jhwfwc (mgr.14180) 1068 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm 2024-01-21T07:10:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm 2024-01-21T07:10:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.ymnzmm ... 2024-01-21T07:10:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: cephadm 2024-01-21T07:10:54.202035+0000 mgr.smithi093.jhwfwc (mgr.14180) 1069 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.wzjwak on smithi093 2024-01-21T07:10:55.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:55 smithi093 bash[14068]: cluster 2024-01-21T07:10:54.208929+0000 mgr.smithi093.jhwfwc (mgr.14180) 1070 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:56.546 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:10:56.746 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:56 smithi093 bash[14068]: audit 2024-01-21T07:10:54.725133+0000 mgr.smithi093.jhwfwc (mgr.14180) 1071 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:56.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:56 smithi143 bash[18953]: audit 2024-01-21T07:10:54.725133+0000 mgr.smithi093.jhwfwc (mgr.14180) 1071 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:10:57.542 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:57 smithi093 bash[14068]: cluster 2024-01-21T07:10:56.209894+0000 mgr.smithi093.jhwfwc (mgr.14180) 1072 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:57.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:57 smithi143 bash[18953]: cluster 2024-01-21T07:10:56.209894+0000 mgr.smithi093.jhwfwc (mgr.14180) 1072 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:58.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:58 smithi143 bash[18953]: audit 2024-01-21T07:10:58.021854+0000 mon.smithi093 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.wzjwak"}]: dispatch 2024-01-21T07:10:58.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:58 smithi093 bash[14068]: audit 2024-01-21T07:10:58.021854+0000 mon.smithi093 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.wzjwak"}]: dispatch 2024-01-21T07:10:59.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: cephadm 2024-01-21T07:10:58.020726+0000 mgr.smithi093.jhwfwc (mgr.14180) 1073 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.wzjwak ... 2024-01-21T07:10:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:59.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.wzjwak ... 2024-01-21T07:10:59.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: cephadm 2024-01-21T07:10:58.021248+0000 mgr.smithi093.jhwfwc (mgr.14180) 1074 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: cephadm 2024-01-21T07:10:58.023079+0000 mgr.smithi093.jhwfwc (mgr.14180) 1075 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:10:59.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.wzjwak ... 2024-01-21T07:10:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: cephadm 2024-01-21T07:10:58.027028+0000 mgr.smithi093.jhwfwc (mgr.14180) 1076 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:10:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: cephadm 2024-01-21T07:10:58.029588+0000 mgr.smithi093.jhwfwc (mgr.14180) 1077 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:10:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: cluster 2024-01-21T07:10:58.030510+0000 mgr.smithi093.jhwfwc (mgr.14180) 1078 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:59.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:10:59 smithi143 bash[18953]: cluster 2024-01-21T07:10:58.434842+0000 mon.smithi093 (mon.0) 919 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:10:59.846 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:10:59.846 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:10:59.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: cephadm 2024-01-21T07:10:58.020726+0000 mgr.smithi093.jhwfwc (mgr.14180) 1073 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:59.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:59.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.wzjwak ... 2024-01-21T07:10:59.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:59.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:59.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.wzjwak ... 2024-01-21T07:10:59.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: cephadm 2024-01-21T07:10:58.021248+0000 mgr.smithi093.jhwfwc (mgr.14180) 1074 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: cephadm 2024-01-21T07:10:58.023079+0000 mgr.smithi093.jhwfwc (mgr.14180) 1075 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.wzjwak ... 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:10:59.881 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:10:59.882 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:10:59.882 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: cephadm 2024-01-21T07:10:58.027028+0000 mgr.smithi093.jhwfwc (mgr.14180) 1076 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:10:59.882 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: cephadm 2024-01-21T07:10:58.029588+0000 mgr.smithi093.jhwfwc (mgr.14180) 1077 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:10:59.882 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: cluster 2024-01-21T07:10:58.030510+0000 mgr.smithi093.jhwfwc (mgr.14180) 1078 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:10:59.882 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:10:59 smithi093 bash[14068]: cluster 2024-01-21T07:10:58.434842+0000 mon.smithi093 (mon.0) 919 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:11:00.601 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:00.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:00 smithi093 bash[14068]: audit 2024-01-21T07:10:59.641674+0000 mon.smithi093 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:11:01.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:00 smithi143 bash[18953]: audit 2024-01-21T07:10:59.641674+0000 mon.smithi093 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:11:01.602 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:01.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:01 smithi093 bash[14068]: audit 2024-01-21T07:10:59.833467+0000 mgr.smithi093.jhwfwc (mgr.14180) 1079 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:01.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:01 smithi093 bash[14068]: cluster 2024-01-21T07:11:00.031575+0000 mgr.smithi093.jhwfwc (mgr.14180) 1080 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:02.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:01 smithi143 bash[18953]: audit 2024-01-21T07:10:59.833467+0000 mgr.smithi093.jhwfwc (mgr.14180) 1079 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:02.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:01 smithi143 bash[18953]: cluster 2024-01-21T07:11:00.031575+0000 mgr.smithi093.jhwfwc (mgr.14180) 1080 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:02.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:02 smithi093 bash[14068]: cluster 2024-01-21T07:11:02.032981+0000 mgr.smithi093.jhwfwc (mgr.14180) 1081 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:03.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:02 smithi143 bash[18953]: cluster 2024-01-21T07:11:02.032981+0000 mgr.smithi093.jhwfwc (mgr.14180) 1081 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:04.738 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:04.738 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:05.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:05 smithi093 bash[14068]: cluster 2024-01-21T07:11:04.033823+0000 mgr.smithi093.jhwfwc (mgr.14180) 1082 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:05.543 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:05 smithi143 bash[18953]: cluster 2024-01-21T07:11:04.033823+0000 mgr.smithi093.jhwfwc (mgr.14180) 1082 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:06.544 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:06.558 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:06 smithi093 bash[14068]: audit 2024-01-21T07:11:04.727430+0000 mgr.smithi093.jhwfwc (mgr.14180) 1083 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:06.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:06 smithi143 bash[18953]: audit 2024-01-21T07:11:04.727430+0000 mgr.smithi093.jhwfwc (mgr.14180) 1083 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:07.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:07 smithi143 bash[18953]: cluster 2024-01-21T07:11:06.035042+0000 mgr.smithi093.jhwfwc (mgr.14180) 1084 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:07.560 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:07 smithi093 bash[14068]: cluster 2024-01-21T07:11:06.035042+0000 mgr.smithi093.jhwfwc (mgr.14180) 1084 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:09.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:09 smithi143 bash[18953]: cluster 2024-01-21T07:11:08.035905+0000 mgr.smithi093.jhwfwc (mgr.14180) 1085 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:09.608 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:09.608 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:09.659 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:09 smithi093 bash[14068]: cluster 2024-01-21T07:11:08.035905+0000 mgr.smithi093.jhwfwc (mgr.14180) 1085 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:10.400 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:10.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:10 smithi143 bash[18953]: audit 2024-01-21T07:11:09.597210+0000 mgr.smithi093.jhwfwc (mgr.14180) 1086 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:10.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:10 smithi093 bash[14068]: audit 2024-01-21T07:11:09.597210+0000 mgr.smithi093.jhwfwc (mgr.14180) 1086 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:11.401 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:11.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:11 smithi143 bash[18953]: cluster 2024-01-21T07:11:10.036710+0000 mgr.smithi093.jhwfwc (mgr.14180) 1087 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:11.596 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:11 smithi093 bash[14068]: cluster 2024-01-21T07:11:10.036710+0000 mgr.smithi093.jhwfwc (mgr.14180) 1087 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:13.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:13 smithi143 bash[18953]: cluster 2024-01-21T07:11:12.037555+0000 mgr.smithi093.jhwfwc (mgr.14180) 1088 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:13.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:13 smithi093 bash[14068]: cluster 2024-01-21T07:11:12.037555+0000 mgr.smithi093.jhwfwc (mgr.14180) 1088 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:14.629 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:14.629 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:15.387 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:15.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:15 smithi143 bash[18953]: cluster 2024-01-21T07:11:14.038230+0000 mgr.smithi093.jhwfwc (mgr.14180) 1089 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:15.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:15 smithi143 bash[18953]: audit 2024-01-21T07:11:14.618736+0000 mgr.smithi093.jhwfwc (mgr.14180) 1090 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:15.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:15 smithi093 bash[14068]: cluster 2024-01-21T07:11:14.038230+0000 mgr.smithi093.jhwfwc (mgr.14180) 1089 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:15.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:15 smithi093 bash[14068]: audit 2024-01-21T07:11:14.618736+0000 mgr.smithi093.jhwfwc (mgr.14180) 1090 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:16.387 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:17.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:17 smithi143 bash[18953]: cluster 2024-01-21T07:11:16.039459+0000 mgr.smithi093.jhwfwc (mgr.14180) 1091 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:17.649 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:17 smithi093 bash[14068]: cluster 2024-01-21T07:11:16.039459+0000 mgr.smithi093.jhwfwc (mgr.14180) 1091 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:19.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:19 smithi093 bash[14068]: cluster 2024-01-21T07:11:18.040303+0000 mgr.smithi093.jhwfwc (mgr.14180) 1092 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:19.497 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:19.497 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:19.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:19 smithi143 bash[18953]: cluster 2024-01-21T07:11:18.040303+0000 mgr.smithi093.jhwfwc (mgr.14180) 1092 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:20.252 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:20.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:20 smithi143 bash[18953]: audit 2024-01-21T07:11:19.486635+0000 mgr.smithi093.jhwfwc (mgr.14180) 1093 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:20.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:20 smithi093 bash[14068]: audit 2024-01-21T07:11:19.486635+0000 mgr.smithi093.jhwfwc (mgr.14180) 1093 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:21.252 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:21.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:21 smithi143 bash[18953]: cluster 2024-01-21T07:11:20.041019+0000 mgr.smithi093.jhwfwc (mgr.14180) 1094 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:21.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:21 smithi093 bash[14068]: cluster 2024-01-21T07:11:20.041019+0000 mgr.smithi093.jhwfwc (mgr.14180) 1094 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:23.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:23 smithi143 bash[18953]: cluster 2024-01-21T07:11:22.041757+0000 mgr.smithi093.jhwfwc (mgr.14180) 1095 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:23.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:23 smithi093 bash[14068]: cluster 2024-01-21T07:11:22.041757+0000 mgr.smithi093.jhwfwc (mgr.14180) 1095 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:24.355 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:24.356 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:25.201 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:25.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:25 smithi143 bash[18953]: cluster 2024-01-21T07:11:24.042531+0000 mgr.smithi093.jhwfwc (mgr.14180) 1096 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:25.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:25 smithi143 bash[18953]: audit 2024-01-21T07:11:24.343272+0000 mgr.smithi093.jhwfwc (mgr.14180) 1097 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:25.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:25 smithi093 bash[14068]: cluster 2024-01-21T07:11:24.042531+0000 mgr.smithi093.jhwfwc (mgr.14180) 1096 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:25.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:25 smithi093 bash[14068]: audit 2024-01-21T07:11:24.343272+0000 mgr.smithi093.jhwfwc (mgr.14180) 1097 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:26.202 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:27.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:27 smithi143 bash[18953]: cluster 2024-01-21T07:11:26.043754+0000 mgr.smithi093.jhwfwc (mgr.14180) 1098 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:27.587 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:27 smithi093 bash[14068]: cluster 2024-01-21T07:11:26.043754+0000 mgr.smithi093.jhwfwc (mgr.14180) 1098 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:29.298 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:29.298 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:29.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:29 smithi093 bash[14068]: cluster 2024-01-21T07:11:28.044831+0000 mgr.smithi093.jhwfwc (mgr.14180) 1099 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:29.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:29 smithi143 bash[18953]: cluster 2024-01-21T07:11:28.044831+0000 mgr.smithi093.jhwfwc (mgr.14180) 1099 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:30.060 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:30.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:30 smithi093 bash[14068]: audit 2024-01-21T07:11:29.285010+0000 mgr.smithi093.jhwfwc (mgr.14180) 1100 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:30.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:30 smithi143 bash[18953]: audit 2024-01-21T07:11:29.285010+0000 mgr.smithi093.jhwfwc (mgr.14180) 1100 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:31.061 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:31.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:31 smithi093 bash[14068]: cluster 2024-01-21T07:11:30.046208+0000 mgr.smithi093.jhwfwc (mgr.14180) 1101 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:31.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:31 smithi143 bash[18953]: cluster 2024-01-21T07:11:30.046208+0000 mgr.smithi093.jhwfwc (mgr.14180) 1101 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:33.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:33 smithi093 bash[14068]: cluster 2024-01-21T07:11:32.047792+0000 mgr.smithi093.jhwfwc (mgr.14180) 1102 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:33.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:33 smithi143 bash[18953]: cluster 2024-01-21T07:11:32.047792+0000 mgr.smithi093.jhwfwc (mgr.14180) 1102 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:34.361 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:34.361 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:35.158 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:35.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:35 smithi093 bash[14068]: cluster 2024-01-21T07:11:34.048522+0000 mgr.smithi093.jhwfwc (mgr.14180) 1103 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:35.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:35 smithi093 bash[14068]: audit 2024-01-21T07:11:34.349311+0000 mgr.smithi093.jhwfwc (mgr.14180) 1104 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:35.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:35 smithi143 bash[18953]: cluster 2024-01-21T07:11:34.048522+0000 mgr.smithi093.jhwfwc (mgr.14180) 1103 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:35.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:35 smithi143 bash[18953]: audit 2024-01-21T07:11:34.349311+0000 mgr.smithi093.jhwfwc (mgr.14180) 1104 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:36.159 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:37.552 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:37 smithi093 bash[14068]: cluster 2024-01-21T07:11:36.049423+0000 mgr.smithi093.jhwfwc (mgr.14180) 1105 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:37.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:37 smithi143 bash[18953]: cluster 2024-01-21T07:11:36.049423+0000 mgr.smithi093.jhwfwc (mgr.14180) 1105 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:39.374 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:39.375 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:39.602 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:39 smithi093 bash[14068]: cluster 2024-01-21T07:11:38.050788+0000 mgr.smithi093.jhwfwc (mgr.14180) 1106 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:39.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:39 smithi143 bash[18953]: cluster 2024-01-21T07:11:38.050788+0000 mgr.smithi093.jhwfwc (mgr.14180) 1106 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:40.110 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:40.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:40 smithi093 bash[14068]: audit 2024-01-21T07:11:39.363266+0000 mgr.smithi093.jhwfwc (mgr.14180) 1107 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:40.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:40 smithi143 bash[18953]: audit 2024-01-21T07:11:39.363266+0000 mgr.smithi093.jhwfwc (mgr.14180) 1107 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:41.111 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:41.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:41 smithi093 bash[14068]: cluster 2024-01-21T07:11:40.052139+0000 mgr.smithi093.jhwfwc (mgr.14180) 1108 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:41.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:41 smithi143 bash[18953]: cluster 2024-01-21T07:11:40.052139+0000 mgr.smithi093.jhwfwc (mgr.14180) 1108 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:43.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:43 smithi093 bash[14068]: cluster 2024-01-21T07:11:42.053659+0000 mgr.smithi093.jhwfwc (mgr.14180) 1109 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:43.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:43 smithi143 bash[18953]: cluster 2024-01-21T07:11:42.053659+0000 mgr.smithi093.jhwfwc (mgr.14180) 1109 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:44.331 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:44.332 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:45.174 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:45.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:45 smithi093 bash[14068]: cluster 2024-01-21T07:11:44.054579+0000 mgr.smithi093.jhwfwc (mgr.14180) 1110 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:45.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:45 smithi093 bash[14068]: audit 2024-01-21T07:11:44.319408+0000 mgr.smithi093.jhwfwc (mgr.14180) 1111 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:45 smithi143 bash[18953]: cluster 2024-01-21T07:11:44.054579+0000 mgr.smithi093.jhwfwc (mgr.14180) 1110 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:45 smithi143 bash[18953]: audit 2024-01-21T07:11:44.319408+0000 mgr.smithi093.jhwfwc (mgr.14180) 1111 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:46.175 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:47.567 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:47 smithi093 bash[14068]: cluster 2024-01-21T07:11:46.055773+0000 mgr.smithi093.jhwfwc (mgr.14180) 1112 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:47.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:47 smithi143 bash[18953]: cluster 2024-01-21T07:11:46.055773+0000 mgr.smithi093.jhwfwc (mgr.14180) 1112 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:49.371 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:49.371 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:49.634 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:49 smithi093 bash[14068]: cluster 2024-01-21T07:11:48.056454+0000 mgr.smithi093.jhwfwc (mgr.14180) 1113 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:49.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:49 smithi143 bash[18953]: cluster 2024-01-21T07:11:48.056454+0000 mgr.smithi093.jhwfwc (mgr.14180) 1113 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:50.222 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:50 smithi093 bash[14068]: audit 2024-01-21T07:11:49.359946+0000 mgr.smithi093.jhwfwc (mgr.14180) 1114 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:50.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:50 smithi143 bash[18953]: audit 2024-01-21T07:11:49.359946+0000 mgr.smithi093.jhwfwc (mgr.14180) 1114 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:51.223 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:51.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:51 smithi093 bash[14068]: cluster 2024-01-21T07:11:50.057123+0000 mgr.smithi093.jhwfwc (mgr.14180) 1115 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:51.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:51 smithi143 bash[18953]: cluster 2024-01-21T07:11:50.057123+0000 mgr.smithi093.jhwfwc (mgr.14180) 1115 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:53.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:53 smithi093 bash[14068]: cluster 2024-01-21T07:11:52.058485+0000 mgr.smithi093.jhwfwc (mgr.14180) 1116 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:53.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:53 smithi143 bash[18953]: cluster 2024-01-21T07:11:52.058485+0000 mgr.smithi093.jhwfwc (mgr.14180) 1116 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:54.385 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:54.385 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:55.148 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:11:55.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:55 smithi093 bash[14068]: cluster 2024-01-21T07:11:54.059841+0000 mgr.smithi093.jhwfwc (mgr.14180) 1117 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:55.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:55 smithi093 bash[14068]: audit 2024-01-21T07:11:54.377988+0000 mgr.smithi093.jhwfwc (mgr.14180) 1118 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:55.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:55 smithi143 bash[18953]: cluster 2024-01-21T07:11:54.059841+0000 mgr.smithi093.jhwfwc (mgr.14180) 1117 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:55.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:55 smithi143 bash[18953]: audit 2024-01-21T07:11:54.377988+0000 mgr.smithi093.jhwfwc (mgr.14180) 1118 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:11:56.149 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:11:57.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:57 smithi093 bash[14068]: cluster 2024-01-21T07:11:56.061124+0000 mgr.smithi093.jhwfwc (mgr.14180) 1119 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:57.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:57 smithi143 bash[18953]: cluster 2024-01-21T07:11:56.061124+0000 mgr.smithi093.jhwfwc (mgr.14180) 1119 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:58.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:58 smithi143 bash[18953]: audit 2024-01-21T07:11:58.033414+0000 mon.smithi093 (mon.0) 921 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:11:58.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:58 smithi143 bash[18953]: audit 2024-01-21T07:11:58.338168+0000 mon.smithi093 (mon.0) 922 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:11:58.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:58 smithi143 bash[18953]: audit 2024-01-21T07:11:58.339741+0000 mon.smithi093 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:11:58.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:58 smithi143 bash[18953]: audit 2024-01-21T07:11:58.347474+0000 mon.smithi093 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:11:58.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:58 smithi143 bash[18953]: audit 2024-01-21T07:11:58.353695+0000 mon.smithi093 (mon.0) 925 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:11:58.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:58 smithi093 bash[14068]: audit 2024-01-21T07:11:58.033414+0000 mon.smithi093 (mon.0) 921 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:11:58.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:58 smithi093 bash[14068]: audit 2024-01-21T07:11:58.338168+0000 mon.smithi093 (mon.0) 922 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:11:58.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:58 smithi093 bash[14068]: audit 2024-01-21T07:11:58.339741+0000 mon.smithi093 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:11:58.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:58 smithi093 bash[14068]: audit 2024-01-21T07:11:58.347474+0000 mon.smithi093 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:11:58.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:58 smithi093 bash[14068]: audit 2024-01-21T07:11:58.353695+0000 mon.smithi093 (mon.0) 925 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:11:59.330 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:11:59.330 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:09:49.913866Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.tqjtrr on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:11:59.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:59 smithi093 bash[14068]: cluster 2024-01-21T07:11:58.062069+0000 mgr.smithi093.jhwfwc (mgr.14180) 1120 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:59.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:59 smithi093 bash[14068]: cluster 2024-01-21T07:11:58.348247+0000 mgr.smithi093.jhwfwc (mgr.14180) 1121 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:59.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:59 smithi093 bash[14068]: cephadm 2024-01-21T07:11:58.366199+0000 mgr.smithi093.jhwfwc (mgr.14180) 1122 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.mtsigr on smithi143 2024-01-21T07:11:59.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:59 smithi093 bash[14068]: cluster 2024-01-21T07:11:58.407968+0000 mon.smithi093 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:11:59.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:11:59 smithi093 bash[14068]: cluster 2024-01-21T07:11:58.408048+0000 mon.smithi093 (mon.0) 927 : cluster [INF] Cluster is now healthy 2024-01-21T07:11:59.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:59 smithi143 bash[18953]: cluster 2024-01-21T07:11:58.062069+0000 mgr.smithi093.jhwfwc (mgr.14180) 1120 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:59.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:59 smithi143 bash[18953]: cluster 2024-01-21T07:11:58.348247+0000 mgr.smithi093.jhwfwc (mgr.14180) 1121 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:11:59.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:59 smithi143 bash[18953]: cephadm 2024-01-21T07:11:58.366199+0000 mgr.smithi093.jhwfwc (mgr.14180) 1122 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.mtsigr on smithi143 2024-01-21T07:11:59.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:59 smithi143 bash[18953]: cluster 2024-01-21T07:11:58.407968+0000 mon.smithi093 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:11:59.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:11:59 smithi143 bash[18953]: cluster 2024-01-21T07:11:58.408048+0000 mon.smithi093 (mon.0) 927 : cluster [INF] Cluster is now healthy 2024-01-21T07:12:00.113 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:00.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:00 smithi143 bash[18953]: audit 2024-01-21T07:11:59.319317+0000 mgr.smithi093.jhwfwc (mgr.14180) 1123 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:00.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:00 smithi093 bash[14068]: audit 2024-01-21T07:11:59.319317+0000 mgr.smithi093.jhwfwc (mgr.14180) 1123 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:01.114 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:01.800 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:01 smithi143 bash[18953]: cluster 2024-01-21T07:12:00.349557+0000 mgr.smithi093.jhwfwc (mgr.14180) 1124 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:01.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:01 smithi093 bash[14068]: cluster 2024-01-21T07:12:00.349557+0000 mgr.smithi093.jhwfwc (mgr.14180) 1124 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:02.523 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:02 smithi093 bash[14068]: audit 2024-01-21T07:12:02.352792+0000 mon.smithi093 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.mtsigr"}]: dispatch 2024-01-21T07:12:02.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:02 smithi143 bash[18953]: audit 2024-01-21T07:12:02.352792+0000 mon.smithi093 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.mtsigr"}]: dispatch 2024-01-21T07:12:03.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: cluster 2024-01-21T07:12:02.350616+0000 mgr.smithi093.jhwfwc (mgr.14180) 1125 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:03.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: cephadm 2024-01-21T07:12:02.351723+0000 mgr.smithi093.jhwfwc (mgr.14180) 1126 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:03.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.mtsigr ... 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:12:03.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.mtsigr ... 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:03.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: cephadm 2024-01-21T07:12:02.352226+0000 mgr.smithi093.jhwfwc (mgr.14180) 1127 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: cephadm 2024-01-21T07:12:02.354277+0000 mgr.smithi093.jhwfwc (mgr.14180) 1128 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.mtsigr ... 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:03 smithi143 bash[18953]: cephadm 2024-01-21T07:12:02.359065+0000 mgr.smithi093.jhwfwc (mgr.14180) 1129 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.sxjnpy on smithi093 2024-01-21T07:12:03.876 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: cluster 2024-01-21T07:12:02.350616+0000 mgr.smithi093.jhwfwc (mgr.14180) 1125 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:03.876 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: cephadm 2024-01-21T07:12:02.351723+0000 mgr.smithi093.jhwfwc (mgr.14180) 1126 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.876 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:03.876 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.876 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.876 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:03.876 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.mtsigr ... 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:03.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.mtsigr ... 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: cephadm 2024-01-21T07:12:02.352226+0000 mgr.smithi093.jhwfwc (mgr.14180) 1127 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: cephadm 2024-01-21T07:12:02.354277+0000 mgr.smithi093.jhwfwc (mgr.14180) 1128 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:03.878 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr 2024-01-21T07:12:03.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.mtsigr ... 2024-01-21T07:12:03.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:03.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:03.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:03.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:03.879 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:03 smithi093 bash[14068]: cephadm 2024-01-21T07:12:02.359065+0000 mgr.smithi093.jhwfwc (mgr.14180) 1129 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.sxjnpy on smithi093 2024-01-21T07:12:04.306 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:12:04.306 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:54.198593Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.ymnzmm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-ymnzmm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.ymnzmm\nDeploy daemon haproxy.rgw.foo.smithi143.ymnzmm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.022879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.wzjwak on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-wzjwak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.wzjwak\nDeploy daemon haproxy.rgw.foo.smithi093.wzjwak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:10:58.026836Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.lbiopp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:12:05.063 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:05.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:05 smithi093 bash[14068]: audit 2024-01-21T07:12:04.238505+0000 mon.smithi093 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:12:05.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:05 smithi093 bash[14068]: audit 2024-01-21T07:12:04.295141+0000 mgr.smithi093.jhwfwc (mgr.14180) 1130 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:05.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:05 smithi093 bash[14068]: cluster 2024-01-21T07:12:04.351332+0000 mgr.smithi093.jhwfwc (mgr.14180) 1131 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:05 smithi143 bash[18953]: audit 2024-01-21T07:12:04.238505+0000 mon.smithi093 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:12:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:05 smithi143 bash[18953]: audit 2024-01-21T07:12:04.295141+0000 mgr.smithi093.jhwfwc (mgr.14180) 1130 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:05.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:05 smithi143 bash[18953]: cluster 2024-01-21T07:12:04.351332+0000 mgr.smithi093.jhwfwc (mgr.14180) 1131 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:06.064 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:07.609 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: cluster 2024-01-21T07:12:06.352477+0000 mgr.smithi093.jhwfwc (mgr.14180) 1132 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:07.609 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: cephadm 2024-01-21T07:12:06.544940+0000 mgr.smithi093.jhwfwc (mgr.14180) 1133 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.609 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:07.609 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.609 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.609 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:07.609 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.sxjnpy ... 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:07.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.sxjnpy ... 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: cephadm 2024-01-21T07:12:06.545353+0000 mgr.smithi093.jhwfwc (mgr.14180) 1134 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: audit 2024-01-21T07:12:06.545900+0000 mon.smithi093 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.sxjnpy"}]: dispatch 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: cephadm 2024-01-21T07:12:06.547112+0000 mgr.smithi093.jhwfwc (mgr.14180) 1135 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:12:07.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.sxjnpy ... 2024-01-21T07:12:07.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:07.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:07.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:07.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: cephadm 2024-01-21T07:12:06.550873+0000 mgr.smithi093.jhwfwc (mgr.14180) 1136 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:12:07.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: cephadm 2024-01-21T07:12:06.553753+0000 mgr.smithi093.jhwfwc (mgr.14180) 1137 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:12:07.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:07 smithi093 bash[14068]: cluster 2024-01-21T07:12:06.554906+0000 mgr.smithi093.jhwfwc (mgr.14180) 1138 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:07.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: cluster 2024-01-21T07:12:06.352477+0000 mgr.smithi093.jhwfwc (mgr.14180) 1132 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:07.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: cephadm 2024-01-21T07:12:06.544940+0000 mgr.smithi093.jhwfwc (mgr.14180) 1133 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:07.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:07.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.sxjnpy ... 2024-01-21T07:12:07.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.sxjnpy ... 2024-01-21T07:12:07.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:07.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:07.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:07.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: cephadm 2024-01-21T07:12:06.545353+0000 mgr.smithi093.jhwfwc (mgr.14180) 1134 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: audit 2024-01-21T07:12:06.545900+0000 mon.smithi093 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.sxjnpy"}]: dispatch 2024-01-21T07:12:07.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: cephadm 2024-01-21T07:12:06.547112+0000 mgr.smithi093.jhwfwc (mgr.14180) 1135 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.sxjnpy ... 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: cephadm 2024-01-21T07:12:06.550873+0000 mgr.smithi093.jhwfwc (mgr.14180) 1136 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: cephadm 2024-01-21T07:12:06.553753+0000 mgr.smithi093.jhwfwc (mgr.14180) 1137 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:12:07.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:07 smithi143 bash[18953]: cluster 2024-01-21T07:12:06.554906+0000 mgr.smithi093.jhwfwc (mgr.14180) 1138 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:08.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:08 smithi143 bash[18953]: cluster 2024-01-21T07:12:07.406363+0000 mon.smithi093 (mon.0) 931 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:12:08.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:08 smithi093 bash[14068]: cluster 2024-01-21T07:12:07.406363+0000 mon.smithi093 (mon.0) 931 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:12:09.483 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:12:09.483 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:12:09.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:09 smithi143 bash[18953]: cluster 2024-01-21T07:12:08.555761+0000 mgr.smithi093.jhwfwc (mgr.14180) 1139 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:09.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:09 smithi093 bash[14068]: cluster 2024-01-21T07:12:08.555761+0000 mgr.smithi093.jhwfwc (mgr.14180) 1139 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:10.232 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:10.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:10 smithi093 bash[14068]: audit 2024-01-21T07:12:09.470590+0000 mgr.smithi093.jhwfwc (mgr.14180) 1140 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:10.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:10 smithi093 bash[14068]: audit 2024-01-21T07:12:09.688406+0000 mon.smithi093 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:12:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:10 smithi143 bash[18953]: audit 2024-01-21T07:12:09.470590+0000 mgr.smithi093.jhwfwc (mgr.14180) 1140 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:10 smithi143 bash[18953]: audit 2024-01-21T07:12:09.688406+0000 mon.smithi093 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:12:11.234 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:11.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:11 smithi093 bash[14068]: cluster 2024-01-21T07:12:10.557292+0000 mgr.smithi093.jhwfwc (mgr.14180) 1141 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:11.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:11 smithi143 bash[18953]: cluster 2024-01-21T07:12:10.557292+0000 mgr.smithi093.jhwfwc (mgr.14180) 1141 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:13.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:13 smithi093 bash[14068]: cluster 2024-01-21T07:12:12.558539+0000 mgr.smithi093.jhwfwc (mgr.14180) 1142 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:14.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:13 smithi143 bash[18953]: cluster 2024-01-21T07:12:12.558539+0000 mgr.smithi093.jhwfwc (mgr.14180) 1142 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:14.455 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:12:14.455 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:12:15.280 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:15.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:15 smithi093 bash[14068]: audit 2024-01-21T07:12:14.441880+0000 mgr.smithi093.jhwfwc (mgr.14180) 1143 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:15.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:15 smithi093 bash[14068]: cluster 2024-01-21T07:12:14.559797+0000 mgr.smithi093.jhwfwc (mgr.14180) 1144 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:16.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:15 smithi143 bash[18953]: audit 2024-01-21T07:12:14.441880+0000 mgr.smithi093.jhwfwc (mgr.14180) 1143 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:16.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:15 smithi143 bash[18953]: cluster 2024-01-21T07:12:14.559797+0000 mgr.smithi093.jhwfwc (mgr.14180) 1144 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:16.281 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:17.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:17 smithi093 bash[14068]: cluster 2024-01-21T07:12:16.560683+0000 mgr.smithi093.jhwfwc (mgr.14180) 1145 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:18.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:17 smithi143 bash[18953]: cluster 2024-01-21T07:12:16.560683+0000 mgr.smithi093.jhwfwc (mgr.14180) 1145 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:19.578 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:12:19.579 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:12:19.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:19 smithi093 bash[14068]: cluster 2024-01-21T07:12:18.561557+0000 mgr.smithi093.jhwfwc (mgr.14180) 1146 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:19.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:19 smithi093 bash[14068]: audit 2024-01-21T07:12:19.239312+0000 mon.smithi093 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:12:20.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:19 smithi143 bash[18953]: cluster 2024-01-21T07:12:18.561557+0000 mgr.smithi093.jhwfwc (mgr.14180) 1146 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:20.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:19 smithi143 bash[18953]: audit 2024-01-21T07:12:19.239312+0000 mon.smithi093 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:12:20.358 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:20.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:20 smithi093 bash[14068]: audit 2024-01-21T07:12:19.569601+0000 mgr.smithi093.jhwfwc (mgr.14180) 1147 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:21.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:20 smithi143 bash[18953]: audit 2024-01-21T07:12:19.569601+0000 mgr.smithi093.jhwfwc (mgr.14180) 1147 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:21.359 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:21.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:21 smithi093 bash[14068]: cluster 2024-01-21T07:12:20.563109+0000 mgr.smithi093.jhwfwc (mgr.14180) 1148 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:22.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:21 smithi143 bash[18953]: cluster 2024-01-21T07:12:20.563109+0000 mgr.smithi093.jhwfwc (mgr.14180) 1148 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:23.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:23 smithi093 bash[14068]: cluster 2024-01-21T07:12:22.563997+0000 mgr.smithi093.jhwfwc (mgr.14180) 1149 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:24.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:23 smithi143 bash[18953]: cluster 2024-01-21T07:12:22.563997+0000 mgr.smithi093.jhwfwc (mgr.14180) 1149 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:24.596 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:12:24.596 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:12:25.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:25.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:25 smithi093 bash[14068]: cluster 2024-01-21T07:12:24.564786+0000 mgr.smithi093.jhwfwc (mgr.14180) 1150 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:25.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:25 smithi093 bash[14068]: audit 2024-01-21T07:12:24.584776+0000 mgr.smithi093.jhwfwc (mgr.14180) 1151 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:26.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:25 smithi143 bash[18953]: cluster 2024-01-21T07:12:24.564786+0000 mgr.smithi093.jhwfwc (mgr.14180) 1150 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:26.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:25 smithi143 bash[18953]: audit 2024-01-21T07:12:24.584776+0000 mgr.smithi093.jhwfwc (mgr.14180) 1151 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:26.350 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:27.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:27 smithi093 bash[14068]: cluster 2024-01-21T07:12:26.565716+0000 mgr.smithi093.jhwfwc (mgr.14180) 1152 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:28.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:27 smithi143 bash[18953]: cluster 2024-01-21T07:12:26.565716+0000 mgr.smithi093.jhwfwc (mgr.14180) 1152 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:29.448 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:12:29.448 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:12:29.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:29 smithi093 bash[14068]: cluster 2024-01-21T07:12:28.566646+0000 mgr.smithi093.jhwfwc (mgr.14180) 1153 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:30.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:29 smithi143 bash[18953]: cluster 2024-01-21T07:12:28.566646+0000 mgr.smithi093.jhwfwc (mgr.14180) 1153 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:30.264 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:31.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:30 smithi143 bash[18953]: audit 2024-01-21T07:12:29.436762+0000 mgr.smithi093.jhwfwc (mgr.14180) 1154 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:31.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:30 smithi143 bash[18953]: cluster 2024-01-21T07:12:30.568182+0000 mgr.smithi093.jhwfwc (mgr.14180) 1155 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:31.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:30 smithi093 bash[14068]: audit 2024-01-21T07:12:29.436762+0000 mgr.smithi093.jhwfwc (mgr.14180) 1154 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:31.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:30 smithi093 bash[14068]: cluster 2024-01-21T07:12:30.568182+0000 mgr.smithi093.jhwfwc (mgr.14180) 1155 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:31.265 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:33.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:33 smithi093 bash[14068]: cluster 2024-01-21T07:12:32.569303+0000 mgr.smithi093.jhwfwc (mgr.14180) 1156 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:34.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:33 smithi143 bash[18953]: cluster 2024-01-21T07:12:32.569303+0000 mgr.smithi093.jhwfwc (mgr.14180) 1156 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:34.553 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:12:34.553 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:12:35.330 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:35.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:35 smithi093 bash[14068]: audit 2024-01-21T07:12:34.541939+0000 mgr.smithi093.jhwfwc (mgr.14180) 1157 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:35.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:35 smithi093 bash[14068]: cluster 2024-01-21T07:12:34.570602+0000 mgr.smithi093.jhwfwc (mgr.14180) 1158 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:36.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:35 smithi143 bash[18953]: audit 2024-01-21T07:12:34.541939+0000 mgr.smithi093.jhwfwc (mgr.14180) 1157 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:36.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:35 smithi143 bash[18953]: cluster 2024-01-21T07:12:34.570602+0000 mgr.smithi093.jhwfwc (mgr.14180) 1158 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:36.331 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:37.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:37 smithi093 bash[14068]: cluster 2024-01-21T07:12:36.571946+0000 mgr.smithi093.jhwfwc (mgr.14180) 1159 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:38.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:37 smithi143 bash[18953]: cluster 2024-01-21T07:12:36.571946+0000 mgr.smithi093.jhwfwc (mgr.14180) 1159 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:39.592 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:12:39.593 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:12:39.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:39 smithi093 bash[14068]: cluster 2024-01-21T07:12:38.572908+0000 mgr.smithi093.jhwfwc (mgr.14180) 1160 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:40.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:39 smithi143 bash[18953]: cluster 2024-01-21T07:12:38.572908+0000 mgr.smithi093.jhwfwc (mgr.14180) 1160 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:40.411 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:40.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:40 smithi093 bash[14068]: audit 2024-01-21T07:12:39.581809+0000 mgr.smithi093.jhwfwc (mgr.14180) 1161 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:41.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:40 smithi143 bash[18953]: audit 2024-01-21T07:12:39.581809+0000 mgr.smithi093.jhwfwc (mgr.14180) 1161 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:41.413 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:41.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:41 smithi093 bash[14068]: cluster 2024-01-21T07:12:40.574385+0000 mgr.smithi093.jhwfwc (mgr.14180) 1162 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:42.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:41 smithi143 bash[18953]: cluster 2024-01-21T07:12:40.574385+0000 mgr.smithi093.jhwfwc (mgr.14180) 1162 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:43.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:43 smithi093 bash[14068]: cluster 2024-01-21T07:12:42.575600+0000 mgr.smithi093.jhwfwc (mgr.14180) 1163 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:44.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:43 smithi143 bash[18953]: cluster 2024-01-21T07:12:42.575600+0000 mgr.smithi093.jhwfwc (mgr.14180) 1163 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:44.789 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:12:44.789 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:12:45.589 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:45.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:45 smithi093 bash[14068]: cluster 2024-01-21T07:12:44.576457+0000 mgr.smithi093.jhwfwc (mgr.14180) 1164 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:46.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:45 smithi143 bash[18953]: cluster 2024-01-21T07:12:44.576457+0000 mgr.smithi093.jhwfwc (mgr.14180) 1164 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:46.591 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:46.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:46 smithi093 bash[14068]: audit 2024-01-21T07:12:44.778658+0000 mgr.smithi093.jhwfwc (mgr.14180) 1165 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:47.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:46 smithi143 bash[18953]: audit 2024-01-21T07:12:44.778658+0000 mgr.smithi093.jhwfwc (mgr.14180) 1165 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:47.983 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:47 smithi093 bash[14068]: cluster 2024-01-21T07:12:46.577771+0000 mgr.smithi093.jhwfwc (mgr.14180) 1166 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:48.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:47 smithi143 bash[18953]: cluster 2024-01-21T07:12:46.577771+0000 mgr.smithi093.jhwfwc (mgr.14180) 1166 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:48.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:48 smithi093 bash[14068]: cluster 2024-01-21T07:12:48.578719+0000 mgr.smithi093.jhwfwc (mgr.14180) 1167 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:49.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:48 smithi143 bash[18953]: cluster 2024-01-21T07:12:48.578719+0000 mgr.smithi093.jhwfwc (mgr.14180) 1167 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:49.807 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:12:49.807 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:12:50.621 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:51.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:51 smithi143 bash[18953]: audit 2024-01-21T07:12:49.800238+0000 mgr.smithi093.jhwfwc (mgr.14180) 1168 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:51.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:51 smithi143 bash[18953]: cluster 2024-01-21T07:12:50.580140+0000 mgr.smithi093.jhwfwc (mgr.14180) 1169 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:51.622 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:51.635 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:51 smithi093 bash[14068]: audit 2024-01-21T07:12:49.800238+0000 mgr.smithi093.jhwfwc (mgr.14180) 1168 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:51.635 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:51 smithi093 bash[14068]: cluster 2024-01-21T07:12:50.580140+0000 mgr.smithi093.jhwfwc (mgr.14180) 1169 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:53.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:53 smithi093 bash[14068]: cluster 2024-01-21T07:12:52.581406+0000 mgr.smithi093.jhwfwc (mgr.14180) 1170 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:54.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:53 smithi143 bash[18953]: cluster 2024-01-21T07:12:52.581406+0000 mgr.smithi093.jhwfwc (mgr.14180) 1170 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:55.040 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:12:55.040 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:12:55.857 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:12:55.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:55 smithi093 bash[14068]: cluster 2024-01-21T07:12:54.582628+0000 mgr.smithi093.jhwfwc (mgr.14180) 1171 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:56.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:55 smithi143 bash[18953]: cluster 2024-01-21T07:12:54.582628+0000 mgr.smithi093.jhwfwc (mgr.14180) 1171 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:56.859 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:12:56.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:56 smithi093 bash[14068]: audit 2024-01-21T07:12:55.029326+0000 mgr.smithi093.jhwfwc (mgr.14180) 1172 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:57.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:56 smithi143 bash[18953]: audit 2024-01-21T07:12:55.029326+0000 mgr.smithi093.jhwfwc (mgr.14180) 1172 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:12:57.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:57 smithi093 bash[14068]: cluster 2024-01-21T07:12:56.583932+0000 mgr.smithi093.jhwfwc (mgr.14180) 1173 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:12:58.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:57 smithi143 bash[18953]: cluster 2024-01-21T07:12:56.583932+0000 mgr.smithi093.jhwfwc (mgr.14180) 1173 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:00.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:12:59 smithi143 bash[18953]: cluster 2024-01-21T07:12:58.584855+0000 mgr.smithi093.jhwfwc (mgr.14180) 1174 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:00.153 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:00.153 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:00.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:12:59 smithi093 bash[14068]: cluster 2024-01-21T07:12:58.584855+0000 mgr.smithi093.jhwfwc (mgr.14180) 1174 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:00.904 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:01.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:01 smithi143 bash[18953]: audit 2024-01-21T07:13:00.146776+0000 mgr.smithi093.jhwfwc (mgr.14180) 1175 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:01.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:01 smithi143 bash[18953]: cluster 2024-01-21T07:13:00.586318+0000 mgr.smithi093.jhwfwc (mgr.14180) 1176 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:01.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:01 smithi093 bash[14068]: audit 2024-01-21T07:13:00.146776+0000 mgr.smithi093.jhwfwc (mgr.14180) 1175 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:01.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:01 smithi093 bash[14068]: cluster 2024-01-21T07:13:00.586318+0000 mgr.smithi093.jhwfwc (mgr.14180) 1176 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:01.906 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:03.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:03 smithi093 bash[14068]: cluster 2024-01-21T07:13:02.587560+0000 mgr.smithi093.jhwfwc (mgr.14180) 1177 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:04.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:03 smithi143 bash[18953]: cluster 2024-01-21T07:13:02.587560+0000 mgr.smithi093.jhwfwc (mgr.14180) 1177 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:05.155 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:05.155 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:05.892 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:05.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:05 smithi093 bash[14068]: cluster 2024-01-21T07:13:04.588890+0000 mgr.smithi093.jhwfwc (mgr.14180) 1178 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:06.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:05 smithi143 bash[18953]: cluster 2024-01-21T07:13:04.588890+0000 mgr.smithi093.jhwfwc (mgr.14180) 1178 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:06.893 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:06.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:06 smithi093 bash[14068]: audit 2024-01-21T07:13:05.142343+0000 mgr.smithi093.jhwfwc (mgr.14180) 1179 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:06.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:06 smithi093 bash[14068]: audit 2024-01-21T07:13:06.557384+0000 mon.smithi093 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:13:07.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:06 smithi143 bash[18953]: audit 2024-01-21T07:13:05.142343+0000 mgr.smithi093.jhwfwc (mgr.14180) 1179 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:07.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:06 smithi143 bash[18953]: audit 2024-01-21T07:13:06.557384+0000 mon.smithi093 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:13:08.031 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:07 smithi093 bash[14068]: cluster 2024-01-21T07:13:06.590292+0000 mgr.smithi093.jhwfwc (mgr.14180) 1180 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:08.031 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:07 smithi093 bash[14068]: audit 2024-01-21T07:13:06.861488+0000 mon.smithi093 (mon.0) 935 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:13:08.031 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:07 smithi093 bash[14068]: audit 2024-01-21T07:13:06.862989+0000 mon.smithi093 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:13:08.031 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:07 smithi093 bash[14068]: audit 2024-01-21T07:13:06.871550+0000 mon.smithi093 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:13:08.031 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:07 smithi093 bash[14068]: audit 2024-01-21T07:13:06.879789+0000 mon.smithi093 (mon.0) 938 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:13:08.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:07 smithi143 bash[18953]: cluster 2024-01-21T07:13:06.590292+0000 mgr.smithi093.jhwfwc (mgr.14180) 1180 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:08.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:07 smithi143 bash[18953]: audit 2024-01-21T07:13:06.861488+0000 mon.smithi093 (mon.0) 935 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:13:08.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:07 smithi143 bash[18953]: audit 2024-01-21T07:13:06.862989+0000 mon.smithi093 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:13:08.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:07 smithi143 bash[18953]: audit 2024-01-21T07:13:06.871550+0000 mon.smithi093 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:13:08.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:07 smithi143 bash[18953]: audit 2024-01-21T07:13:06.879789+0000 mon.smithi093 (mon.0) 938 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:13:09.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:08 smithi143 bash[18953]: cluster 2024-01-21T07:13:06.872455+0000 mgr.smithi093.jhwfwc (mgr.14180) 1181 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:09.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:08 smithi143 bash[18953]: cephadm 2024-01-21T07:13:06.889751+0000 mgr.smithi093.jhwfwc (mgr.14180) 1182 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.avfwdp on smithi143 2024-01-21T07:13:09.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:08 smithi143 bash[18953]: cluster 2024-01-21T07:13:07.868089+0000 mon.smithi093 (mon.0) 939 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:13:09.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:08 smithi143 bash[18953]: cluster 2024-01-21T07:13:07.868161+0000 mon.smithi093 (mon.0) 940 : cluster [INF] Cluster is now healthy 2024-01-21T07:13:09.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:08 smithi093 bash[14068]: cluster 2024-01-21T07:13:06.872455+0000 mgr.smithi093.jhwfwc (mgr.14180) 1181 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:09.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:08 smithi093 bash[14068]: cephadm 2024-01-21T07:13:06.889751+0000 mgr.smithi093.jhwfwc (mgr.14180) 1182 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.avfwdp on smithi143 2024-01-21T07:13:09.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:08 smithi093 bash[14068]: cluster 2024-01-21T07:13:07.868089+0000 mon.smithi093 (mon.0) 939 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:13:09.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:08 smithi093 bash[14068]: cluster 2024-01-21T07:13:07.868161+0000 mon.smithi093 (mon.0) 940 : cluster [INF] Cluster is now healthy 2024-01-21T07:13:10.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:09 smithi143 bash[18953]: cluster 2024-01-21T07:13:08.873093+0000 mgr.smithi093.jhwfwc (mgr.14180) 1183 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:10.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:09 smithi093 bash[14068]: cluster 2024-01-21T07:13:08.873093+0000 mgr.smithi093.jhwfwc (mgr.14180) 1183 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:10.207 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:10.207 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:10:58.029488Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.yyfvcm on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:02.354062Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.mtsigr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-mtsigr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.mtsigr\nDeploy daemon haproxy.rgw.foo.smithi143.mtsigr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.546904Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.sxjnpy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-sxjnpy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.sxjnpy\nDeploy daemon haproxy.rgw.foo.smithi093.sxjnpy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:12:06.550685Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.rynxhb on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:11.012 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:11.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:11 smithi143 bash[18953]: audit 2024-01-21T07:13:10.200449+0000 mgr.smithi093.jhwfwc (mgr.14180) 1184 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:11.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:11 smithi143 bash[18953]: audit 2024-01-21T07:13:10.841313+0000 mon.smithi093 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.avfwdp"}]: dispatch 2024-01-21T07:13:11.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:11 smithi093 bash[14068]: audit 2024-01-21T07:13:10.200449+0000 mgr.smithi093.jhwfwc (mgr.14180) 1184 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:11.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:11 smithi093 bash[14068]: audit 2024-01-21T07:13:10.841313+0000 mon.smithi093 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.avfwdp"}]: dispatch 2024-01-21T07:13:12.013 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: cephadm 2024-01-21T07:13:10.840112+0000 mgr.smithi093.jhwfwc (mgr.14180) 1185 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.avfwdp ... 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:12.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.avfwdp ... 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: cephadm 2024-01-21T07:13:10.840652+0000 mgr.smithi093.jhwfwc (mgr.14180) 1186 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: cephadm 2024-01-21T07:13:10.842950+0000 mgr.smithi093.jhwfwc (mgr.14180) 1187 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.avfwdp ... 2024-01-21T07:13:12.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: cephadm 2024-01-21T07:13:10.846468+0000 mgr.smithi093.jhwfwc (mgr.14180) 1188 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.xvzcdy on smithi093 2024-01-21T07:13:12.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:12 smithi093 bash[14068]: cluster 2024-01-21T07:13:10.874191+0000 mgr.smithi093.jhwfwc (mgr.14180) 1189 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: cephadm 2024-01-21T07:13:10.840112+0000 mgr.smithi093.jhwfwc (mgr.14180) 1185 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:12.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.avfwdp ... 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:12.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.avfwdp ... 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: cephadm 2024-01-21T07:13:10.840652+0000 mgr.smithi093.jhwfwc (mgr.14180) 1186 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: cephadm 2024-01-21T07:13:10.842950+0000 mgr.smithi093.jhwfwc (mgr.14180) 1187 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:12.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp 2024-01-21T07:13:12.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.avfwdp ... 2024-01-21T07:13:12.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:12.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:12.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:12.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:12.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: cephadm 2024-01-21T07:13:10.846468+0000 mgr.smithi093.jhwfwc (mgr.14180) 1188 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.xvzcdy on smithi093 2024-01-21T07:13:12.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:12 smithi143 bash[18953]: cluster 2024-01-21T07:13:10.874191+0000 mgr.smithi093.jhwfwc (mgr.14180) 1189 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:14.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:14 smithi093 bash[14068]: cluster 2024-01-21T07:13:12.875278+0000 mgr.smithi093.jhwfwc (mgr.14180) 1190 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:14.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:14 smithi143 bash[18953]: cluster 2024-01-21T07:13:12.875278+0000 mgr.smithi093.jhwfwc (mgr.14180) 1190 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:15.543 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:15.543 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:15.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:15 smithi143 bash[18953]: audit 2024-01-21T07:13:14.991007+0000 mon.smithi093 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.xvzcdy"}]: dispatch 2024-01-21T07:13:15.597 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:15 smithi093 bash[14068]: audit 2024-01-21T07:13:14.991007+0000 mon.smithi093 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.xvzcdy"}]: dispatch 2024-01-21T07:13:16.373 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:16.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: cluster 2024-01-21T07:13:14.876335+0000 mgr.smithi093.jhwfwc (mgr.14180) 1191 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:16.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: cephadm 2024-01-21T07:13:14.989849+0000 mgr.smithi093.jhwfwc (mgr.14180) 1192 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.xvzcdy ... 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:13:16.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.xvzcdy ... 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: cephadm 2024-01-21T07:13:14.990305+0000 mgr.smithi093.jhwfwc (mgr.14180) 1193 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: cephadm 2024-01-21T07:13:14.992507+0000 mgr.smithi093.jhwfwc (mgr.14180) 1194 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.xvzcdy ... 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: cephadm 2024-01-21T07:13:14.994481+0000 mgr.smithi093.jhwfwc (mgr.14180) 1195 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:13:16.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: cephadm 2024-01-21T07:13:14.996686+0000 mgr.smithi093.jhwfwc (mgr.14180) 1196 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:13:16.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: cluster 2024-01-21T07:13:14.997621+0000 mgr.smithi093.jhwfwc (mgr.14180) 1197 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:16.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: cluster 2024-01-21T07:13:15.273421+0000 mon.smithi093 (mon.0) 943 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:13:16.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:16 smithi143 bash[18953]: audit 2024-01-21T07:13:15.530430+0000 mgr.smithi093.jhwfwc (mgr.14180) 1198 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: cluster 2024-01-21T07:13:14.876335+0000 mgr.smithi093.jhwfwc (mgr.14180) 1191 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: cephadm 2024-01-21T07:13:14.989849+0000 mgr.smithi093.jhwfwc (mgr.14180) 1192 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.xvzcdy ... 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:16.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:16.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.xvzcdy ... 2024-01-21T07:13:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: cephadm 2024-01-21T07:13:14.990305+0000 mgr.smithi093.jhwfwc (mgr.14180) 1193 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: cephadm 2024-01-21T07:13:14.992507+0000 mgr.smithi093.jhwfwc (mgr.14180) 1194 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.xvzcdy ... 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: cephadm 2024-01-21T07:13:14.994481+0000 mgr.smithi093.jhwfwc (mgr.14180) 1195 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: cephadm 2024-01-21T07:13:14.996686+0000 mgr.smithi093.jhwfwc (mgr.14180) 1196 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: cluster 2024-01-21T07:13:14.997621+0000 mgr.smithi093.jhwfwc (mgr.14180) 1197 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:16.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: cluster 2024-01-21T07:13:15.273421+0000 mon.smithi093 (mon.0) 943 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:13:16.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:16 smithi093 bash[14068]: audit 2024-01-21T07:13:15.530430+0000 mgr.smithi093.jhwfwc (mgr.14180) 1198 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:17.375 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:18.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:18 smithi143 bash[18953]: cluster 2024-01-21T07:13:16.999078+0000 mgr.smithi093.jhwfwc (mgr.14180) 1199 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:18.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:18 smithi093 bash[14068]: cluster 2024-01-21T07:13:16.999078+0000 mgr.smithi093.jhwfwc (mgr.14180) 1199 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:20.535 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:20.535 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:20.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:20 smithi143 bash[18953]: cluster 2024-01-21T07:13:19.000144+0000 mgr.smithi093.jhwfwc (mgr.14180) 1200 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:20 smithi143 bash[18953]: audit 2024-01-21T07:13:19.734463+0000 mon.smithi093 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:13:20.588 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:20 smithi093 bash[14068]: cluster 2024-01-21T07:13:19.000144+0000 mgr.smithi093.jhwfwc (mgr.14180) 1200 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:20.588 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:20 smithi093 bash[14068]: audit 2024-01-21T07:13:19.734463+0000 mon.smithi093 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:13:21.328 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:21.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:21 smithi143 bash[18953]: audit 2024-01-21T07:13:20.522227+0000 mgr.smithi093.jhwfwc (mgr.14180) 1201 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:21.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:21 smithi093 bash[14068]: audit 2024-01-21T07:13:20.522227+0000 mgr.smithi093.jhwfwc (mgr.14180) 1201 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:22.329 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:22.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:22 smithi093 bash[14068]: cluster 2024-01-21T07:13:21.001582+0000 mgr.smithi093.jhwfwc (mgr.14180) 1202 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:22.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:22 smithi143 bash[18953]: cluster 2024-01-21T07:13:21.001582+0000 mgr.smithi093.jhwfwc (mgr.14180) 1202 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:24.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:24 smithi093 bash[14068]: cluster 2024-01-21T07:13:23.002952+0000 mgr.smithi093.jhwfwc (mgr.14180) 1203 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:24.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:24 smithi143 bash[18953]: cluster 2024-01-21T07:13:23.002952+0000 mgr.smithi093.jhwfwc (mgr.14180) 1203 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:25.612 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:25.613 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:26.398 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:26.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:26 smithi093 bash[14068]: cluster 2024-01-21T07:13:25.003928+0000 mgr.smithi093.jhwfwc (mgr.14180) 1204 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:26.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:26 smithi093 bash[14068]: audit 2024-01-21T07:13:25.600222+0000 mgr.smithi093.jhwfwc (mgr.14180) 1205 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:26.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:26 smithi143 bash[18953]: cluster 2024-01-21T07:13:25.003928+0000 mgr.smithi093.jhwfwc (mgr.14180) 1204 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:26.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:26 smithi143 bash[18953]: audit 2024-01-21T07:13:25.600222+0000 mgr.smithi093.jhwfwc (mgr.14180) 1205 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:27.399 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:28.656 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:28 smithi093 bash[14068]: cluster 2024-01-21T07:13:27.005295+0000 mgr.smithi093.jhwfwc (mgr.14180) 1206 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:28 smithi143 bash[18953]: cluster 2024-01-21T07:13:27.005295+0000 mgr.smithi093.jhwfwc (mgr.14180) 1206 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:30.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:30 smithi093 bash[14068]: cluster 2024-01-21T07:13:29.006320+0000 mgr.smithi093.jhwfwc (mgr.14180) 1207 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:30.523 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:30.523 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:30.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:30 smithi143 bash[18953]: cluster 2024-01-21T07:13:29.006320+0000 mgr.smithi093.jhwfwc (mgr.14180) 1207 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:31.344 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:31.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:31 smithi093 bash[14068]: audit 2024-01-21T07:13:30.512660+0000 mgr.smithi093.jhwfwc (mgr.14180) 1208 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:31.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:31 smithi143 bash[18953]: audit 2024-01-21T07:13:30.512660+0000 mgr.smithi093.jhwfwc (mgr.14180) 1208 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:32.346 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:32.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:32 smithi093 bash[14068]: cluster 2024-01-21T07:13:31.007716+0000 mgr.smithi093.jhwfwc (mgr.14180) 1209 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:32 smithi143 bash[18953]: cluster 2024-01-21T07:13:31.007716+0000 mgr.smithi093.jhwfwc (mgr.14180) 1209 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:34.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:34 smithi093 bash[14068]: cluster 2024-01-21T07:13:33.008997+0000 mgr.smithi093.jhwfwc (mgr.14180) 1210 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:34.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:34 smithi143 bash[18953]: cluster 2024-01-21T07:13:33.008997+0000 mgr.smithi093.jhwfwc (mgr.14180) 1210 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:35.578 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:35.579 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:36.410 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:36.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:36 smithi093 bash[14068]: cluster 2024-01-21T07:13:35.010311+0000 mgr.smithi093.jhwfwc (mgr.14180) 1211 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:36.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:36 smithi093 bash[14068]: audit 2024-01-21T07:13:35.567698+0000 mgr.smithi093.jhwfwc (mgr.14180) 1212 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:36.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:36 smithi143 bash[18953]: cluster 2024-01-21T07:13:35.010311+0000 mgr.smithi093.jhwfwc (mgr.14180) 1211 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:36.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:36 smithi143 bash[18953]: audit 2024-01-21T07:13:35.567698+0000 mgr.smithi093.jhwfwc (mgr.14180) 1212 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:37.411 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:38.635 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:38 smithi093 bash[14068]: cluster 2024-01-21T07:13:37.011696+0000 mgr.smithi093.jhwfwc (mgr.14180) 1213 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:38.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:38 smithi143 bash[18953]: cluster 2024-01-21T07:13:37.011696+0000 mgr.smithi093.jhwfwc (mgr.14180) 1213 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:40.394 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:40.394 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:40.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:40 smithi093 bash[14068]: cluster 2024-01-21T07:13:39.012922+0000 mgr.smithi093.jhwfwc (mgr.14180) 1214 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:40.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:40 smithi143 bash[18953]: cluster 2024-01-21T07:13:39.012922+0000 mgr.smithi093.jhwfwc (mgr.14180) 1214 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:41.157 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:41.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:41 smithi093 bash[14068]: audit 2024-01-21T07:13:40.387093+0000 mgr.smithi093.jhwfwc (mgr.14180) 1215 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:41.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:41 smithi143 bash[18953]: audit 2024-01-21T07:13:40.387093+0000 mgr.smithi093.jhwfwc (mgr.14180) 1215 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:42.158 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:42.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:42 smithi093 bash[14068]: cluster 2024-01-21T07:13:41.014368+0000 mgr.smithi093.jhwfwc (mgr.14180) 1216 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:42.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:42 smithi143 bash[18953]: cluster 2024-01-21T07:13:41.014368+0000 mgr.smithi093.jhwfwc (mgr.14180) 1216 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:44.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:44 smithi093 bash[14068]: cluster 2024-01-21T07:13:43.015610+0000 mgr.smithi093.jhwfwc (mgr.14180) 1217 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:44.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:44 smithi143 bash[18953]: cluster 2024-01-21T07:13:43.015610+0000 mgr.smithi093.jhwfwc (mgr.14180) 1217 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:45.536 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:45.536 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:46.340 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:46.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:46 smithi093 bash[14068]: cluster 2024-01-21T07:13:45.017023+0000 mgr.smithi093.jhwfwc (mgr.14180) 1218 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:46.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:46 smithi093 bash[14068]: audit 2024-01-21T07:13:45.528888+0000 mgr.smithi093.jhwfwc (mgr.14180) 1219 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:46 smithi143 bash[18953]: cluster 2024-01-21T07:13:45.017023+0000 mgr.smithi093.jhwfwc (mgr.14180) 1218 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:46 smithi143 bash[18953]: audit 2024-01-21T07:13:45.528888+0000 mgr.smithi093.jhwfwc (mgr.14180) 1219 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:47.342 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:48.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:48 smithi093 bash[14068]: cluster 2024-01-21T07:13:47.018529+0000 mgr.smithi093.jhwfwc (mgr.14180) 1220 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:48.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:48 smithi143 bash[18953]: cluster 2024-01-21T07:13:47.018529+0000 mgr.smithi093.jhwfwc (mgr.14180) 1220 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:50.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:50 smithi093 bash[14068]: cluster 2024-01-21T07:13:49.019766+0000 mgr.smithi093.jhwfwc (mgr.14180) 1221 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:50.529 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:50.530 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:50.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:50 smithi143 bash[18953]: cluster 2024-01-21T07:13:49.019766+0000 mgr.smithi093.jhwfwc (mgr.14180) 1221 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:51.345 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:51.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:51 smithi093 bash[14068]: audit 2024-01-21T07:13:50.518660+0000 mgr.smithi093.jhwfwc (mgr.14180) 1222 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:51.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:51 smithi143 bash[18953]: audit 2024-01-21T07:13:50.518660+0000 mgr.smithi093.jhwfwc (mgr.14180) 1222 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:52.346 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:52.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:52 smithi093 bash[14068]: cluster 2024-01-21T07:13:51.021324+0000 mgr.smithi093.jhwfwc (mgr.14180) 1223 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:52.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:52 smithi143 bash[18953]: cluster 2024-01-21T07:13:51.021324+0000 mgr.smithi093.jhwfwc (mgr.14180) 1223 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:54.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:54 smithi143 bash[18953]: cluster 2024-01-21T07:13:53.022790+0000 mgr.smithi093.jhwfwc (mgr.14180) 1224 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:54.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:54 smithi093 bash[14068]: cluster 2024-01-21T07:13:53.022790+0000 mgr.smithi093.jhwfwc (mgr.14180) 1224 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:55.275 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:13:55.275 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:13:56.053 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:13:56.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:56 smithi143 bash[18953]: cluster 2024-01-21T07:13:55.023650+0000 mgr.smithi093.jhwfwc (mgr.14180) 1225 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:56.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:56 smithi143 bash[18953]: audit 2024-01-21T07:13:55.263759+0000 mgr.smithi093.jhwfwc (mgr.14180) 1226 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:56.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:56 smithi093 bash[14068]: cluster 2024-01-21T07:13:55.023650+0000 mgr.smithi093.jhwfwc (mgr.14180) 1225 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:56.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:56 smithi093 bash[14068]: audit 2024-01-21T07:13:55.263759+0000 mgr.smithi093.jhwfwc (mgr.14180) 1226 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:13:57.053 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:13:58.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:13:58 smithi093 bash[14068]: cluster 2024-01-21T07:13:57.025164+0000 mgr.smithi093.jhwfwc (mgr.14180) 1227 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:13:58.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:13:58 smithi143 bash[18953]: cluster 2024-01-21T07:13:57.025164+0000 mgr.smithi093.jhwfwc (mgr.14180) 1227 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:00.287 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:00.287 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:00.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:00 smithi093 bash[14068]: cluster 2024-01-21T07:13:59.026218+0000 mgr.smithi093.jhwfwc (mgr.14180) 1228 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:00.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:00 smithi143 bash[18953]: cluster 2024-01-21T07:13:59.026218+0000 mgr.smithi093.jhwfwc (mgr.14180) 1228 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:01.055 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:01.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:01 smithi143 bash[18953]: audit 2024-01-21T07:14:00.277018+0000 mgr.smithi093.jhwfwc (mgr.14180) 1229 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:01.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:01 smithi093 bash[14068]: audit 2024-01-21T07:14:00.277018+0000 mgr.smithi093.jhwfwc (mgr.14180) 1229 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:02.056 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:02.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:02 smithi093 bash[14068]: cluster 2024-01-21T07:14:01.027124+0000 mgr.smithi093.jhwfwc (mgr.14180) 1230 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:02.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:02 smithi143 bash[18953]: cluster 2024-01-21T07:14:01.027124+0000 mgr.smithi093.jhwfwc (mgr.14180) 1230 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:04.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:04 smithi143 bash[18953]: cluster 2024-01-21T07:14:03.028412+0000 mgr.smithi093.jhwfwc (mgr.14180) 1231 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:04.903 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:04 smithi093 bash[14068]: cluster 2024-01-21T07:14:03.028412+0000 mgr.smithi093.jhwfwc (mgr.14180) 1231 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:05.322 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:05.322 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:06.072 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:06.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:06 smithi143 bash[18953]: cluster 2024-01-21T07:14:05.029181+0000 mgr.smithi093.jhwfwc (mgr.14180) 1232 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:06.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:06 smithi143 bash[18953]: audit 2024-01-21T07:14:05.312158+0000 mgr.smithi093.jhwfwc (mgr.14180) 1233 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:06.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:06 smithi093 bash[14068]: cluster 2024-01-21T07:14:05.029181+0000 mgr.smithi093.jhwfwc (mgr.14180) 1232 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:06.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:06 smithi093 bash[14068]: audit 2024-01-21T07:14:05.312158+0000 mgr.smithi093.jhwfwc (mgr.14180) 1233 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:07.073 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:08.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:08 smithi143 bash[18953]: cluster 2024-01-21T07:14:07.030571+0000 mgr.smithi093.jhwfwc (mgr.14180) 1234 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:08.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:08 smithi093 bash[14068]: cluster 2024-01-21T07:14:07.030571+0000 mgr.smithi093.jhwfwc (mgr.14180) 1234 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:10.298 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:10.299 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:10.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:10 smithi093 bash[14068]: cluster 2024-01-21T07:14:09.031702+0000 mgr.smithi093.jhwfwc (mgr.14180) 1235 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:10 smithi143 bash[18953]: cluster 2024-01-21T07:14:09.031702+0000 mgr.smithi093.jhwfwc (mgr.14180) 1235 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:11.054 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:11.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:11 smithi143 bash[18953]: audit 2024-01-21T07:14:10.285037+0000 mgr.smithi093.jhwfwc (mgr.14180) 1236 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:11.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:11 smithi093 bash[14068]: audit 2024-01-21T07:14:10.285037+0000 mgr.smithi093.jhwfwc (mgr.14180) 1236 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:12.054 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:12.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:12 smithi093 bash[14068]: cluster 2024-01-21T07:14:11.033162+0000 mgr.smithi093.jhwfwc (mgr.14180) 1237 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:12.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:12 smithi143 bash[18953]: cluster 2024-01-21T07:14:11.033162+0000 mgr.smithi093.jhwfwc (mgr.14180) 1237 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:14.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:14 smithi093 bash[14068]: cluster 2024-01-21T07:14:13.034045+0000 mgr.smithi093.jhwfwc (mgr.14180) 1238 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:14.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:14 smithi143 bash[18953]: cluster 2024-01-21T07:14:13.034045+0000 mgr.smithi093.jhwfwc (mgr.14180) 1238 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:15.211 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:15.211 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:12:06.553661Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.qlrtiy on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:15.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:15 smithi093 bash[14068]: audit 2024-01-21T07:14:15.000970+0000 mon.smithi093 (mon.0) 945 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:14:15.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:15 smithi093 bash[14068]: audit 2024-01-21T07:14:15.315775+0000 mon.smithi093 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:14:15.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:15 smithi093 bash[14068]: audit 2024-01-21T07:14:15.317225+0000 mon.smithi093 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:14:15.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:15 smithi093 bash[14068]: audit 2024-01-21T07:14:15.323117+0000 mon.smithi093 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:14:15.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:15 smithi093 bash[14068]: audit 2024-01-21T07:14:15.329631+0000 mon.smithi093 (mon.0) 949 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:14:15.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:15 smithi143 bash[18953]: audit 2024-01-21T07:14:15.000970+0000 mon.smithi093 (mon.0) 945 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:14:15.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:15 smithi143 bash[18953]: audit 2024-01-21T07:14:15.315775+0000 mon.smithi093 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:14:15.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:15 smithi143 bash[18953]: audit 2024-01-21T07:14:15.317225+0000 mon.smithi093 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:14:15.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:15 smithi143 bash[18953]: audit 2024-01-21T07:14:15.323117+0000 mon.smithi093 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:14:15.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:15 smithi143 bash[18953]: audit 2024-01-21T07:14:15.329631+0000 mon.smithi093 (mon.0) 949 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:14:15.991 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:16 smithi143 bash[18953]: cluster 2024-01-21T07:14:15.034893+0000 mgr.smithi093.jhwfwc (mgr.14180) 1239 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:16 smithi143 bash[18953]: audit 2024-01-21T07:14:15.203851+0000 mgr.smithi093.jhwfwc (mgr.14180) 1240 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:16 smithi143 bash[18953]: cluster 2024-01-21T07:14:15.324045+0000 mgr.smithi093.jhwfwc (mgr.14180) 1241 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:16 smithi143 bash[18953]: cephadm 2024-01-21T07:14:15.341616+0000 mgr.smithi093.jhwfwc (mgr.14180) 1242 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.rbnpgh on smithi143 2024-01-21T07:14:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:16 smithi143 bash[18953]: cluster 2024-01-21T07:14:15.486895+0000 mon.smithi093 (mon.0) 950 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:14:16.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:16 smithi143 bash[18953]: cluster 2024-01-21T07:14:15.486959+0000 mon.smithi093 (mon.0) 951 : cluster [INF] Cluster is now healthy 2024-01-21T07:14:16.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:16 smithi093 bash[14068]: cluster 2024-01-21T07:14:15.034893+0000 mgr.smithi093.jhwfwc (mgr.14180) 1239 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:16.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:16 smithi093 bash[14068]: audit 2024-01-21T07:14:15.203851+0000 mgr.smithi093.jhwfwc (mgr.14180) 1240 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:16.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:16 smithi093 bash[14068]: cluster 2024-01-21T07:14:15.324045+0000 mgr.smithi093.jhwfwc (mgr.14180) 1241 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:16.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:16 smithi093 bash[14068]: cephadm 2024-01-21T07:14:15.341616+0000 mgr.smithi093.jhwfwc (mgr.14180) 1242 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.rbnpgh on smithi143 2024-01-21T07:14:16.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:16 smithi093 bash[14068]: cluster 2024-01-21T07:14:15.486895+0000 mon.smithi093 (mon.0) 950 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:14:16.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:16 smithi093 bash[14068]: cluster 2024-01-21T07:14:15.486959+0000 mon.smithi093 (mon.0) 951 : cluster [INF] Cluster is now healthy 2024-01-21T07:14:16.992 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:18.760 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:18 smithi143 bash[18953]: cluster 2024-01-21T07:14:17.325051+0000 mgr.smithi093.jhwfwc (mgr.14180) 1243 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:18.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:18 smithi093 bash[14068]: cluster 2024-01-21T07:14:17.325051+0000 mgr.smithi093.jhwfwc (mgr.14180) 1243 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:19 smithi143 bash[18953]: audit 2024-01-21T07:14:19.160348+0000 mon.smithi093 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.rbnpgh"}]: dispatch 2024-01-21T07:14:19.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:19 smithi143 bash[18953]: audit 2024-01-21T07:14:19.239141+0000 mon.smithi093 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:14:19.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:19 smithi093 bash[14068]: audit 2024-01-21T07:14:19.160348+0000 mon.smithi093 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.rbnpgh"}]: dispatch 2024-01-21T07:14:19.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:19 smithi093 bash[14068]: audit 2024-01-21T07:14:19.239141+0000 mon.smithi093 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:14:20.334 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:20.334 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:10.842685Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.avfwdp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-avfwdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.avfwdp\nDeploy daemon haproxy.rgw.foo.smithi143.avfwdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.992286Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.xvzcdy on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-xvzcdy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.xvzcdy\nDeploy daemon haproxy.rgw.foo.smithi093.xvzcdy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:13:14.994366Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.bmmvci on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: cephadm 2024-01-21T07:14:19.159060+0000 mgr.smithi093.jhwfwc (mgr.14180) 1244 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.rbnpgh ... 2024-01-21T07:14:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.rbnpgh ... 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: cephadm 2024-01-21T07:14:19.159631+0000 mgr.smithi093.jhwfwc (mgr.14180) 1245 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: cephadm 2024-01-21T07:14:19.162226+0000 mgr.smithi093.jhwfwc (mgr.14180) 1246 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.rbnpgh ... 2024-01-21T07:14:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: cephadm 2024-01-21T07:14:19.166955+0000 mgr.smithi093.jhwfwc (mgr.14180) 1247 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.vqigji on smithi093 2024-01-21T07:14:20.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:20 smithi093 bash[14068]: cluster 2024-01-21T07:14:19.325745+0000 mgr.smithi093.jhwfwc (mgr.14180) 1248 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:20.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: cephadm 2024-01-21T07:14:19.159060+0000 mgr.smithi093.jhwfwc (mgr.14180) 1244 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:20.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:20.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.rbnpgh ... 2024-01-21T07:14:20.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.rbnpgh ... 2024-01-21T07:14:20.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: cephadm 2024-01-21T07:14:19.159631+0000 mgr.smithi093.jhwfwc (mgr.14180) 1245 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: cephadm 2024-01-21T07:14:19.162226+0000 mgr.smithi093.jhwfwc (mgr.14180) 1246 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.rbnpgh ... 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:20.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:20.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:20.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:20.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: cephadm 2024-01-21T07:14:19.166955+0000 mgr.smithi093.jhwfwc (mgr.14180) 1247 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.vqigji on smithi093 2024-01-21T07:14:20.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:20 smithi143 bash[18953]: cluster 2024-01-21T07:14:19.325745+0000 mgr.smithi093.jhwfwc (mgr.14180) 1248 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:21.135 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:21.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:21 smithi143 bash[18953]: audit 2024-01-21T07:14:20.321929+0000 mgr.smithi093.jhwfwc (mgr.14180) 1249 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:21.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:21 smithi093 bash[14068]: audit 2024-01-21T07:14:20.321929+0000 mgr.smithi093.jhwfwc (mgr.14180) 1249 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:22.137 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:22.626 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:22 smithi093 bash[14068]: cluster 2024-01-21T07:14:21.326909+0000 mgr.smithi093.jhwfwc (mgr.14180) 1250 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:22.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:22 smithi143 bash[18953]: cluster 2024-01-21T07:14:21.326909+0000 mgr.smithi093.jhwfwc (mgr.14180) 1250 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:23.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:23 smithi143 bash[18953]: audit 2024-01-21T07:14:23.286926+0000 mon.smithi093 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.vqigji"}]: dispatch 2024-01-21T07:14:23.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:23 smithi093 bash[14068]: audit 2024-01-21T07:14:23.286926+0000 mon.smithi093 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.vqigji"}]: dispatch 2024-01-21T07:14:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: cephadm 2024-01-21T07:14:23.286001+0000 mgr.smithi093.jhwfwc (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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.vqigji ... 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:14:24.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.vqigji ... 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: cephadm 2024-01-21T07:14:23.286443+0000 mgr.smithi093.jhwfwc (mgr.14180) 1252 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: cephadm 2024-01-21T07:14:23.288003+0000 mgr.smithi093.jhwfwc (mgr.14180) 1253 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.vqigji ... 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: cephadm 2024-01-21T07:14:23.291717+0000 mgr.smithi093.jhwfwc (mgr.14180) 1254 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:14:24.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: cephadm 2024-01-21T07:14:23.294669+0000 mgr.smithi093.jhwfwc (mgr.14180) 1255 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:14:24.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: cluster 2024-01-21T07:14:23.296353+0000 mgr.smithi093.jhwfwc (mgr.14180) 1256 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:24.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:24 smithi093 bash[14068]: cluster 2024-01-21T07:14:23.525330+0000 mon.smithi093 (mon.0) 955 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:14:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: cephadm 2024-01-21T07:14:23.286001+0000 mgr.smithi093.jhwfwc (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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.vqigji ... 2024-01-21T07:14:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:24.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.vqigji ... 2024-01-21T07:14:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: cephadm 2024-01-21T07:14:23.286443+0000 mgr.smithi093.jhwfwc (mgr.14180) 1252 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: cephadm 2024-01-21T07:14:23.288003+0000 mgr.smithi093.jhwfwc (mgr.14180) 1253 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.vqigji ... 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:14:24.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: cephadm 2024-01-21T07:14:23.291717+0000 mgr.smithi093.jhwfwc (mgr.14180) 1254 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:14:24.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: cephadm 2024-01-21T07:14:23.294669+0000 mgr.smithi093.jhwfwc (mgr.14180) 1255 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:14:24.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: cluster 2024-01-21T07:14:23.296353+0000 mgr.smithi093.jhwfwc (mgr.14180) 1256 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:24.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:24 smithi143 bash[18953]: cluster 2024-01-21T07:14:23.525330+0000 mon.smithi093 (mon.0) 955 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:14:25.603 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:25.603 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:25.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:25 smithi093 bash[14068]: audit 2024-01-21T07:14:24.776191+0000 mon.smithi093 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:14:25.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:25 smithi093 bash[14068]: cluster 2024-01-21T07:14:25.297403+0000 mgr.smithi093.jhwfwc (mgr.14180) 1257 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:25.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:25 smithi093 bash[14068]: audit 2024-01-21T07:14:25.591428+0000 mgr.smithi093.jhwfwc (mgr.14180) 1258 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:26.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:25 smithi143 bash[18953]: audit 2024-01-21T07:14:24.776191+0000 mon.smithi093 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:14:26.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:25 smithi143 bash[18953]: cluster 2024-01-21T07:14:25.297403+0000 mgr.smithi093.jhwfwc (mgr.14180) 1257 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:26.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:25 smithi143 bash[18953]: audit 2024-01-21T07:14:25.591428+0000 mgr.smithi093.jhwfwc (mgr.14180) 1258 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:26.504 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:27.505 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:28.630 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:28 smithi093 bash[14068]: cluster 2024-01-21T07:14:27.298634+0000 mgr.smithi093.jhwfwc (mgr.14180) 1259 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:28 smithi143 bash[18953]: cluster 2024-01-21T07:14:27.298634+0000 mgr.smithi093.jhwfwc (mgr.14180) 1259 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:30.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:30 smithi093 bash[14068]: cluster 2024-01-21T07:14:29.299440+0000 mgr.smithi093.jhwfwc (mgr.14180) 1260 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:30.694 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:30.695 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:30.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:30 smithi143 bash[18953]: cluster 2024-01-21T07:14:29.299440+0000 mgr.smithi093.jhwfwc (mgr.14180) 1260 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:31.561 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:31.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:31 smithi093 bash[14068]: audit 2024-01-21T07:14:30.680942+0000 mgr.smithi093.jhwfwc (mgr.14180) 1261 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:31.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:31 smithi143 bash[18953]: audit 2024-01-21T07:14:30.680942+0000 mgr.smithi093.jhwfwc (mgr.14180) 1261 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:32.562 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:32.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:32 smithi093 bash[14068]: cluster 2024-01-21T07:14:31.300675+0000 mgr.smithi093.jhwfwc (mgr.14180) 1262 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:32 smithi143 bash[18953]: cluster 2024-01-21T07:14:31.300675+0000 mgr.smithi093.jhwfwc (mgr.14180) 1262 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:34.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:34 smithi093 bash[14068]: cluster 2024-01-21T07:14:33.301366+0000 mgr.smithi093.jhwfwc (mgr.14180) 1263 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:34.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:34 smithi093 bash[14068]: audit 2024-01-21T07:14:34.242919+0000 mon.smithi093 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:14:34.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:34 smithi143 bash[18953]: cluster 2024-01-21T07:14:33.301366+0000 mgr.smithi093.jhwfwc (mgr.14180) 1263 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:34.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:34 smithi143 bash[18953]: audit 2024-01-21T07:14:34.242919+0000 mon.smithi093 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:14:36.038 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:36.038 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:36.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:36 smithi093 bash[14068]: cluster 2024-01-21T07:14:35.302684+0000 mgr.smithi093.jhwfwc (mgr.14180) 1264 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:36.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:36 smithi143 bash[18953]: cluster 2024-01-21T07:14:35.302684+0000 mgr.smithi093.jhwfwc (mgr.14180) 1264 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:36.855 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:37.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:37 smithi093 bash[14068]: audit 2024-01-21T07:14:36.027865+0000 mgr.smithi093.jhwfwc (mgr.14180) 1265 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:37.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:37 smithi143 bash[18953]: audit 2024-01-21T07:14:36.027865+0000 mgr.smithi093.jhwfwc (mgr.14180) 1265 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:37.856 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:38.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:38 smithi093 bash[14068]: cluster 2024-01-21T07:14:37.303949+0000 mgr.smithi093.jhwfwc (mgr.14180) 1266 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:38.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:38 smithi143 bash[18953]: cluster 2024-01-21T07:14:37.303949+0000 mgr.smithi093.jhwfwc (mgr.14180) 1266 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:40.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:40 smithi093 bash[14068]: cluster 2024-01-21T07:14:39.305164+0000 mgr.smithi093.jhwfwc (mgr.14180) 1267 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:40.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:40 smithi143 bash[18953]: cluster 2024-01-21T07:14:39.305164+0000 mgr.smithi093.jhwfwc (mgr.14180) 1267 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:41.254 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:41.255 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:42.012 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:42.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:42 smithi093 bash[14068]: audit 2024-01-21T07:14:41.242316+0000 mgr.smithi093.jhwfwc (mgr.14180) 1268 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:42.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:42 smithi093 bash[14068]: cluster 2024-01-21T07:14:41.306427+0000 mgr.smithi093.jhwfwc (mgr.14180) 1269 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:42.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:42 smithi143 bash[18953]: audit 2024-01-21T07:14:41.242316+0000 mgr.smithi093.jhwfwc (mgr.14180) 1268 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:42.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:42 smithi143 bash[18953]: cluster 2024-01-21T07:14:41.306427+0000 mgr.smithi093.jhwfwc (mgr.14180) 1269 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:43.013 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:44.508 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:44 smithi093 bash[14068]: cluster 2024-01-21T07:14:43.307506+0000 mgr.smithi093.jhwfwc (mgr.14180) 1270 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:44.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:44 smithi143 bash[18953]: cluster 2024-01-21T07:14:43.307506+0000 mgr.smithi093.jhwfwc (mgr.14180) 1270 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:46.126 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:46.127 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:46.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:46 smithi093 bash[14068]: cluster 2024-01-21T07:14:45.309106+0000 mgr.smithi093.jhwfwc (mgr.14180) 1271 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:46 smithi143 bash[18953]: cluster 2024-01-21T07:14:45.309106+0000 mgr.smithi093.jhwfwc (mgr.14180) 1271 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:46.883 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:47.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:47 smithi093 bash[14068]: audit 2024-01-21T07:14:46.114143+0000 mgr.smithi093.jhwfwc (mgr.14180) 1272 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:47.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:47 smithi143 bash[18953]: audit 2024-01-21T07:14:46.114143+0000 mgr.smithi093.jhwfwc (mgr.14180) 1272 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:47.884 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:48.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:48 smithi093 bash[14068]: cluster 2024-01-21T07:14:47.310287+0000 mgr.smithi093.jhwfwc (mgr.14180) 1273 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:48.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:48 smithi143 bash[18953]: cluster 2024-01-21T07:14:47.310287+0000 mgr.smithi093.jhwfwc (mgr.14180) 1273 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:50 smithi093 bash[14068]: cluster 2024-01-21T07:14:49.310916+0000 mgr.smithi093.jhwfwc (mgr.14180) 1274 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:50.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:50 smithi143 bash[18953]: cluster 2024-01-21T07:14:49.310916+0000 mgr.smithi093.jhwfwc (mgr.14180) 1274 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:51.407 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:51.407 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:52.082 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:52.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:52 smithi093 bash[14068]: cluster 2024-01-21T07:14:51.312097+0000 mgr.smithi093.jhwfwc (mgr.14180) 1275 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:52.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:52 smithi093 bash[14068]: audit 2024-01-21T07:14:51.396489+0000 mgr.smithi093.jhwfwc (mgr.14180) 1276 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:52.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:52 smithi143 bash[18953]: cluster 2024-01-21T07:14:51.312097+0000 mgr.smithi093.jhwfwc (mgr.14180) 1275 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:52.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:52 smithi143 bash[18953]: audit 2024-01-21T07:14:51.396489+0000 mgr.smithi093.jhwfwc (mgr.14180) 1276 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:53.083 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:54.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:54 smithi093 bash[14068]: cluster 2024-01-21T07:14:53.313283+0000 mgr.smithi093.jhwfwc (mgr.14180) 1277 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:54.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:54 smithi143 bash[18953]: cluster 2024-01-21T07:14:53.313283+0000 mgr.smithi093.jhwfwc (mgr.14180) 1277 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:56.339 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:14:56.340 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:14:56.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:56 smithi093 bash[14068]: cluster 2024-01-21T07:14:55.314467+0000 mgr.smithi093.jhwfwc (mgr.14180) 1278 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:56.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:56 smithi143 bash[18953]: cluster 2024-01-21T07:14:55.314467+0000 mgr.smithi093.jhwfwc (mgr.14180) 1278 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:57.127 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:14:57.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:57 smithi093 bash[14068]: audit 2024-01-21T07:14:56.328123+0000 mgr.smithi093.jhwfwc (mgr.14180) 1279 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:57.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:57 smithi143 bash[18953]: audit 2024-01-21T07:14:56.328123+0000 mgr.smithi093.jhwfwc (mgr.14180) 1279 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:14:58.129 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:14:58.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:14:58 smithi093 bash[14068]: cluster 2024-01-21T07:14:57.315696+0000 mgr.smithi093.jhwfwc (mgr.14180) 1280 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:14:58.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:14:58 smithi143 bash[18953]: cluster 2024-01-21T07:14:57.315696+0000 mgr.smithi093.jhwfwc (mgr.14180) 1280 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:00.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:00 smithi093 bash[14068]: cluster 2024-01-21T07:14:59.316987+0000 mgr.smithi093.jhwfwc (mgr.14180) 1281 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:00.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:00 smithi143 bash[18953]: cluster 2024-01-21T07:14:59.316987+0000 mgr.smithi093.jhwfwc (mgr.14180) 1281 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:01.499 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:01.500 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:02.483 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:02.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:02 smithi093 bash[14068]: cluster 2024-01-21T07:15:01.318213+0000 mgr.smithi093.jhwfwc (mgr.14180) 1282 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:02.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:02 smithi093 bash[14068]: audit 2024-01-21T07:15:01.492476+0000 mgr.smithi093.jhwfwc (mgr.14180) 1283 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:02.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:02 smithi143 bash[18953]: cluster 2024-01-21T07:15:01.318213+0000 mgr.smithi093.jhwfwc (mgr.14180) 1282 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:02.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:02 smithi143 bash[18953]: audit 2024-01-21T07:15:01.492476+0000 mgr.smithi093.jhwfwc (mgr.14180) 1283 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:03.484 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:15:04.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:04 smithi093 bash[14068]: cluster 2024-01-21T07:15:03.319315+0000 mgr.smithi093.jhwfwc (mgr.14180) 1284 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:04.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:04 smithi143 bash[18953]: cluster 2024-01-21T07:15:03.319315+0000 mgr.smithi093.jhwfwc (mgr.14180) 1284 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:06.648 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:06.648 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:06.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:06 smithi093 bash[14068]: cluster 2024-01-21T07:15:05.320837+0000 mgr.smithi093.jhwfwc (mgr.14180) 1285 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:06.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:06 smithi143 bash[18953]: cluster 2024-01-21T07:15:05.320837+0000 mgr.smithi093.jhwfwc (mgr.14180) 1285 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:07.420 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:07.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:07 smithi093 bash[14068]: audit 2024-01-21T07:15:06.640865+0000 mgr.smithi093.jhwfwc (mgr.14180) 1286 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:07.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:07 smithi143 bash[18953]: audit 2024-01-21T07:15:06.640865+0000 mgr.smithi093.jhwfwc (mgr.14180) 1286 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:08.421 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:15:08.618 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:08 smithi093 bash[14068]: cluster 2024-01-21T07:15:07.322002+0000 mgr.smithi093.jhwfwc (mgr.14180) 1287 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:08.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:08 smithi143 bash[18953]: cluster 2024-01-21T07:15:07.322002+0000 mgr.smithi093.jhwfwc (mgr.14180) 1287 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:10.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:10 smithi093 bash[14068]: cluster 2024-01-21T07:15:09.323369+0000 mgr.smithi093.jhwfwc (mgr.14180) 1288 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:10 smithi143 bash[18953]: cluster 2024-01-21T07:15:09.323369+0000 mgr.smithi093.jhwfwc (mgr.14180) 1288 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:11.635 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:11.635 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:12.404 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:12.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:12 smithi093 bash[14068]: cluster 2024-01-21T07:15:11.324166+0000 mgr.smithi093.jhwfwc (mgr.14180) 1289 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:12.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:12 smithi093 bash[14068]: audit 2024-01-21T07:15:11.623718+0000 mgr.smithi093.jhwfwc (mgr.14180) 1290 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:12.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:12 smithi143 bash[18953]: cluster 2024-01-21T07:15:11.324166+0000 mgr.smithi093.jhwfwc (mgr.14180) 1289 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:12.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:12 smithi143 bash[18953]: audit 2024-01-21T07:15:11.623718+0000 mgr.smithi093.jhwfwc (mgr.14180) 1290 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:13.405 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:15:14.645 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:14 smithi093 bash[14068]: cluster 2024-01-21T07:15:13.325205+0000 mgr.smithi093.jhwfwc (mgr.14180) 1291 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:14.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:14 smithi143 bash[18953]: cluster 2024-01-21T07:15:13.325205+0000 mgr.smithi093.jhwfwc (mgr.14180) 1291 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:16.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:16 smithi093 bash[14068]: cluster 2024-01-21T07:15:15.326506+0000 mgr.smithi093.jhwfwc (mgr.14180) 1292 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:16.670 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:16.670 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:16 smithi143 bash[18953]: cluster 2024-01-21T07:15:15.326506+0000 mgr.smithi093.jhwfwc (mgr.14180) 1292 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:17.426 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:17.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:17 smithi093 bash[14068]: audit 2024-01-21T07:15:16.657010+0000 mgr.smithi093.jhwfwc (mgr.14180) 1293 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:17.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:17 smithi143 bash[18953]: audit 2024-01-21T07:15:16.657010+0000 mgr.smithi093.jhwfwc (mgr.14180) 1293 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:18.427 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:15:18.622 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:18 smithi093 bash[14068]: cluster 2024-01-21T07:15:17.327671+0000 mgr.smithi093.jhwfwc (mgr.14180) 1294 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:18.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:18 smithi143 bash[18953]: cluster 2024-01-21T07:15:17.327671+0000 mgr.smithi093.jhwfwc (mgr.14180) 1294 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:20.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:20 smithi093 bash[14068]: cluster 2024-01-21T07:15:19.328907+0000 mgr.smithi093.jhwfwc (mgr.14180) 1295 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:20 smithi143 bash[18953]: cluster 2024-01-21T07:15:19.328907+0000 mgr.smithi093.jhwfwc (mgr.14180) 1295 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:21.611 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:21.611 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:22.388 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:22.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:22 smithi093 bash[14068]: cluster 2024-01-21T07:15:21.330153+0000 mgr.smithi093.jhwfwc (mgr.14180) 1296 : cluster [DBG] pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:22.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:22 smithi093 bash[14068]: audit 2024-01-21T07:15:21.599684+0000 mgr.smithi093.jhwfwc (mgr.14180) 1297 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:22.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:22 smithi143 bash[18953]: cluster 2024-01-21T07:15:21.330153+0000 mgr.smithi093.jhwfwc (mgr.14180) 1296 : cluster [DBG] pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:22.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:22 smithi143 bash[18953]: audit 2024-01-21T07:15:21.599684+0000 mgr.smithi093.jhwfwc (mgr.14180) 1297 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:23.389 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:15:23.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:23 smithi093 bash[14068]: audit 2024-01-21T07:15:23.298791+0000 mon.smithi093 (mon.0) 958 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:15:23.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:23 smithi143 bash[18953]: audit 2024-01-21T07:15:23.298791+0000 mon.smithi093 (mon.0) 958 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:15:24.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:24 smithi093 bash[14068]: cluster 2024-01-21T07:15:23.331232+0000 mgr.smithi093.jhwfwc (mgr.14180) 1298 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:24 smithi093 bash[14068]: audit 2024-01-21T07:15:23.607017+0000 mon.smithi093 (mon.0) 959 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:15:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:24 smithi093 bash[14068]: audit 2024-01-21T07:15:23.608526+0000 mon.smithi093 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:15:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:24 smithi093 bash[14068]: audit 2024-01-21T07:15:23.614747+0000 mon.smithi093 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:15:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:24 smithi093 bash[14068]: cluster 2024-01-21T07:15:23.615438+0000 mgr.smithi093.jhwfwc (mgr.14180) 1299 : cluster [DBG] pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:24 smithi093 bash[14068]: audit 2024-01-21T07:15:23.620255+0000 mon.smithi093 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:15:24.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:24 smithi093 bash[14068]: cephadm 2024-01-21T07:15:23.628184+0000 mgr.smithi093.jhwfwc (mgr.14180) 1300 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.peesrf on smithi143 2024-01-21T07:15:24.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:24 smithi143 bash[18953]: cluster 2024-01-21T07:15:23.331232+0000 mgr.smithi093.jhwfwc (mgr.14180) 1298 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:24 smithi143 bash[18953]: audit 2024-01-21T07:15:23.607017+0000 mon.smithi093 (mon.0) 959 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:15:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:24 smithi143 bash[18953]: audit 2024-01-21T07:15:23.608526+0000 mon.smithi093 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:15:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:24 smithi143 bash[18953]: audit 2024-01-21T07:15:23.614747+0000 mon.smithi093 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:15:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:24 smithi143 bash[18953]: cluster 2024-01-21T07:15:23.615438+0000 mgr.smithi093.jhwfwc (mgr.14180) 1299 : cluster [DBG] pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:24 smithi143 bash[18953]: audit 2024-01-21T07:15:23.620255+0000 mon.smithi093 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:15:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:24 smithi143 bash[18953]: cephadm 2024-01-21T07:15:23.628184+0000 mgr.smithi093.jhwfwc (mgr.14180) 1300 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.peesrf on smithi143 2024-01-21T07:15:25.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:25 smithi093 bash[14068]: cluster 2024-01-21T07:15:24.613003+0000 mon.smithi093 (mon.0) 963 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:15:25.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:25 smithi093 bash[14068]: cluster 2024-01-21T07:15:24.613062+0000 mon.smithi093 (mon.0) 964 : cluster [INF] Cluster is now healthy 2024-01-21T07:15:25.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:25 smithi143 bash[18953]: cluster 2024-01-21T07:15:24.613003+0000 mon.smithi093 (mon.0) 963 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:15:25.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:25 smithi143 bash[18953]: cluster 2024-01-21T07:15:24.613062+0000 mon.smithi093 (mon.0) 964 : cluster [INF] Cluster is now healthy 2024-01-21T07:15:26.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:26 smithi093 bash[14068]: cluster 2024-01-21T07:15:25.616684+0000 mgr.smithi093.jhwfwc (mgr.14180) 1301 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:26.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:26 smithi143 bash[18953]: cluster 2024-01-21T07:15:25.616684+0000 mgr.smithi093.jhwfwc (mgr.14180) 1301 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:26.868 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:26.868 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:13:14.996555Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.uyqpfg on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:19.161970Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rbnpgh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rbnpgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rbnpgh\nDeploy daemon haproxy.rgw.foo.smithi143.rbnpgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.287789Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.vqigji on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-vqigji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.vqigji\nDeploy daemon haproxy.rgw.foo.smithi093.vqigji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:14:23.291552Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.cotrgs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:27.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:27 smithi093 bash[14068]: audit 2024-01-21T07:15:27.431429+0000 mon.smithi093 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.peesrf"}]: dispatch 2024-01-21T07:15:27.767 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:27.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:27 smithi143 bash[18953]: audit 2024-01-21T07:15:27.431429+0000 mon.smithi093 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.peesrf"}]: dispatch 2024-01-21T07:15:28.768 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:15:28.783 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: audit 2024-01-21T07:15:26.856227+0000 mgr.smithi093.jhwfwc (mgr.14180) 1302 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:28.783 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: cephadm 2024-01-21T07:15:27.430329+0000 mgr.smithi093.jhwfwc (mgr.14180) 1303 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.783 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:28.783 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.783 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.783 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:28.783 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.783 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.peesrf ... 2024-01-21T07:15:28.783 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.783 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:28.783 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:28.784 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.785 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.peesrf ... 2024-01-21T07:15:28.785 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.785 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:28.785 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:28.785 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:28.785 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.786 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: cephadm 2024-01-21T07:15:27.430833+0000 mgr.smithi093.jhwfwc (mgr.14180) 1304 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.786 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: cephadm 2024-01-21T07:15:27.432836+0000 mgr.smithi093.jhwfwc (mgr.14180) 1305 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.786 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:28.786 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.786 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.786 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:28.787 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.787 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.peesrf ... 2024-01-21T07:15:28.787 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.787 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:28.787 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:28.788 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:28.788 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.788 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: cephadm 2024-01-21T07:15:27.437679+0000 mgr.smithi093.jhwfwc (mgr.14180) 1306 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.kwwkue on smithi093 2024-01-21T07:15:28.788 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:28 smithi093 bash[14068]: cluster 2024-01-21T07:15:27.617495+0000 mgr.smithi093.jhwfwc (mgr.14180) 1307 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: audit 2024-01-21T07:15:26.856227+0000 mgr.smithi093.jhwfwc (mgr.14180) 1302 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: cephadm 2024-01-21T07:15:27.430329+0000 mgr.smithi093.jhwfwc (mgr.14180) 1303 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.peesrf ... 2024-01-21T07:15:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.peesrf ... 2024-01-21T07:15:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: cephadm 2024-01-21T07:15:27.430833+0000 mgr.smithi093.jhwfwc (mgr.14180) 1304 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: cephadm 2024-01-21T07:15:27.432836+0000 mgr.smithi093.jhwfwc (mgr.14180) 1305 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf 2024-01-21T07:15:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf 2024-01-21T07:15:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.peesrf ... 2024-01-21T07:15:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: cephadm 2024-01-21T07:15:27.437679+0000 mgr.smithi093.jhwfwc (mgr.14180) 1306 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.kwwkue on smithi093 2024-01-21T07:15:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:28 smithi143 bash[18953]: cluster 2024-01-21T07:15:27.617495+0000 mgr.smithi093.jhwfwc (mgr.14180) 1307 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:31.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:30 smithi143 bash[18953]: cluster 2024-01-21T07:15:29.618530+0000 mgr.smithi093.jhwfwc (mgr.14180) 1308 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:31.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:30 smithi093 bash[14068]: cluster 2024-01-21T07:15:29.618530+0000 mgr.smithi093.jhwfwc (mgr.14180) 1308 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:32.318 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:32.318 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:32.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: cluster 2024-01-21T07:15:31.619735+0000 mgr.smithi093.jhwfwc (mgr.14180) 1309 : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:32.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: cephadm 2024-01-21T07:15:31.680781+0000 mgr.smithi093.jhwfwc (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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:32.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.kwwkue ... 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:15:32.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.kwwkue ... 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:32.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: cephadm 2024-01-21T07:15:31.681040+0000 mgr.smithi093.jhwfwc (mgr.14180) 1311 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: audit 2024-01-21T07:15:31.681548+0000 mon.smithi093 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.kwwkue"}]: dispatch 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: cephadm 2024-01-21T07:15:31.682512+0000 mgr.smithi093.jhwfwc (mgr.14180) 1312 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.kwwkue ... 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:32.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: cephadm 2024-01-21T07:15:31.684664+0000 mgr.smithi093.jhwfwc (mgr.14180) 1313 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:15:32.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: cephadm 2024-01-21T07:15:31.686321+0000 mgr.smithi093.jhwfwc (mgr.14180) 1314 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:15:32.917 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:32 smithi093 bash[14068]: cluster 2024-01-21T07:15:31.687137+0000 mgr.smithi093.jhwfwc (mgr.14180) 1315 : cluster [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:33.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: cluster 2024-01-21T07:15:31.619735+0000 mgr.smithi093.jhwfwc (mgr.14180) 1309 : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:33.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: cephadm 2024-01-21T07:15:31.680781+0000 mgr.smithi093.jhwfwc (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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:33.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:33.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:33.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:33.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:33.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:33.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.kwwkue ... 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:33.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:33.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:33.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:33.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.kwwkue ... 2024-01-21T07:15:33.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:33.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:33.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:33.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:33.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:33.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: cephadm 2024-01-21T07:15:31.681040+0000 mgr.smithi093.jhwfwc (mgr.14180) 1311 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: audit 2024-01-21T07:15:31.681548+0000 mon.smithi093 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.kwwkue"}]: dispatch 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: cephadm 2024-01-21T07:15:31.682512+0000 mgr.smithi093.jhwfwc (mgr.14180) 1312 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.kwwkue ... 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:15:33.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: cephadm 2024-01-21T07:15:31.684664+0000 mgr.smithi093.jhwfwc (mgr.14180) 1313 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:15:33.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: cephadm 2024-01-21T07:15:31.686321+0000 mgr.smithi093.jhwfwc (mgr.14180) 1314 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:15:33.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:32 smithi143 bash[18953]: cluster 2024-01-21T07:15:31.687137+0000 mgr.smithi093.jhwfwc (mgr.14180) 1315 : cluster [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:33.119 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:34.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:33 smithi143 bash[18953]: audit 2024-01-21T07:15:32.304854+0000 mgr.smithi093.jhwfwc (mgr.14180) 1316 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:34.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:33 smithi143 bash[18953]: cluster 2024-01-21T07:15:32.677475+0000 mon.smithi093 (mon.0) 967 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:15:34.120 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:15:34.133 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:33 smithi093 bash[14068]: audit 2024-01-21T07:15:32.304854+0000 mgr.smithi093.jhwfwc (mgr.14180) 1316 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:34.133 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:33 smithi093 bash[14068]: cluster 2024-01-21T07:15:32.677475+0000 mon.smithi093 (mon.0) 967 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:15:35.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:34 smithi143 bash[18953]: cluster 2024-01-21T07:15:33.688037+0000 mgr.smithi093.jhwfwc (mgr.14180) 1317 : cluster [DBG] pgmap v868: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:35.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:34 smithi093 bash[14068]: cluster 2024-01-21T07:15:33.688037+0000 mgr.smithi093.jhwfwc (mgr.14180) 1317 : cluster [DBG] pgmap v868: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:35.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:35 smithi093 bash[14068]: audit 2024-01-21T07:15:34.821441+0000 mon.smithi093 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:15:35.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:35 smithi093 bash[14068]: cluster 2024-01-21T07:15:35.688968+0000 mgr.smithi093.jhwfwc (mgr.14180) 1318 : cluster [DBG] pgmap v869: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:36.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:35 smithi143 bash[18953]: audit 2024-01-21T07:15:34.821441+0000 mon.smithi093 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:15:36.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:35 smithi143 bash[18953]: cluster 2024-01-21T07:15:35.688968+0000 mgr.smithi093.jhwfwc (mgr.14180) 1318 : cluster [DBG] pgmap v869: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:37.552 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:37.552 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:37.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:37 smithi093 bash[14068]: audit 2024-01-21T07:15:37.541012+0000 mgr.smithi093.jhwfwc (mgr.14180) 1319 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:37.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:37 smithi093 bash[14068]: cluster 2024-01-21T07:15:37.690083+0000 mgr.smithi093.jhwfwc (mgr.14180) 1320 : cluster [DBG] pgmap v870: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:38.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:37 smithi143 bash[18953]: audit 2024-01-21T07:15:37.541012+0000 mgr.smithi093.jhwfwc (mgr.14180) 1319 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:38.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:37 smithi143 bash[18953]: cluster 2024-01-21T07:15:37.690083+0000 mgr.smithi093.jhwfwc (mgr.14180) 1320 : cluster [DBG] pgmap v870: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:38.415 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:39.416 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:15:39.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:39 smithi093 bash[14068]: cluster 2024-01-21T07:15:39.691211+0000 mgr.smithi093.jhwfwc (mgr.14180) 1321 : cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:40.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:39 smithi143 bash[18953]: cluster 2024-01-21T07:15:39.691211+0000 mgr.smithi093.jhwfwc (mgr.14180) 1321 : cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:42.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:41 smithi143 bash[18953]: cluster 2024-01-21T07:15:41.692718+0000 mgr.smithi093.jhwfwc (mgr.14180) 1322 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:42.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:41 smithi093 bash[14068]: cluster 2024-01-21T07:15:41.692718+0000 mgr.smithi093.jhwfwc (mgr.14180) 1322 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:42.736 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:42.736 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:43.561 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:43.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:43 smithi093 bash[14068]: audit 2024-01-21T07:15:42.723159+0000 mgr.smithi093.jhwfwc (mgr.14180) 1323 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:43.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:43 smithi093 bash[14068]: cluster 2024-01-21T07:15:43.693638+0000 mgr.smithi093.jhwfwc (mgr.14180) 1324 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:44.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:43 smithi143 bash[18953]: audit 2024-01-21T07:15:42.723159+0000 mgr.smithi093.jhwfwc (mgr.14180) 1323 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:44.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:43 smithi143 bash[18953]: cluster 2024-01-21T07:15:43.693638+0000 mgr.smithi093.jhwfwc (mgr.14180) 1324 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:44.562 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:15:46.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:46 smithi093 bash[14068]: cluster 2024-01-21T07:15:45.694610+0000 mgr.smithi093.jhwfwc (mgr.14180) 1325 : cluster [DBG] pgmap v874: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:46 smithi143 bash[18953]: cluster 2024-01-21T07:15:45.694610+0000 mgr.smithi093.jhwfwc (mgr.14180) 1325 : cluster [DBG] pgmap v874: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:47.880 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:47.880 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:48.057 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:47 smithi093 bash[14068]: cluster 2024-01-21T07:15:47.695765+0000 mgr.smithi093.jhwfwc (mgr.14180) 1326 : cluster [DBG] pgmap v875: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:48.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:47 smithi143 bash[18953]: cluster 2024-01-21T07:15:47.695765+0000 mgr.smithi093.jhwfwc (mgr.14180) 1326 : cluster [DBG] pgmap v875: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:48.681 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:49.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:48 smithi143 bash[18953]: audit 2024-01-21T07:15:47.873315+0000 mgr.smithi093.jhwfwc (mgr.14180) 1327 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:49.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:48 smithi093 bash[14068]: audit 2024-01-21T07:15:47.873315+0000 mgr.smithi093.jhwfwc (mgr.14180) 1327 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:49.683 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:15:50.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:49 smithi143 bash[18953]: cluster 2024-01-21T07:15:49.696990+0000 mgr.smithi093.jhwfwc (mgr.14180) 1328 : cluster [DBG] pgmap v876: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:50.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:49 smithi093 bash[14068]: cluster 2024-01-21T07:15:49.696990+0000 mgr.smithi093.jhwfwc (mgr.14180) 1328 : cluster [DBG] pgmap v876: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:52.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:52 smithi093 bash[14068]: cluster 2024-01-21T07:15:51.698444+0000 mgr.smithi093.jhwfwc (mgr.14180) 1329 : cluster [DBG] pgmap v877: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:52.990 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:52.990 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:53.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:52 smithi143 bash[18953]: cluster 2024-01-21T07:15:51.698444+0000 mgr.smithi093.jhwfwc (mgr.14180) 1329 : cluster [DBG] pgmap v877: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:53.819 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:54.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:53 smithi143 bash[18953]: audit 2024-01-21T07:15:52.981351+0000 mgr.smithi093.jhwfwc (mgr.14180) 1330 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:54.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:53 smithi093 bash[14068]: audit 2024-01-21T07:15:52.981351+0000 mgr.smithi093.jhwfwc (mgr.14180) 1330 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:54.823 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:15:55.020 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:54 smithi093 bash[14068]: cluster 2024-01-21T07:15:53.699330+0000 mgr.smithi093.jhwfwc (mgr.14180) 1331 : cluster [DBG] pgmap v878: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:55.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:54 smithi143 bash[18953]: cluster 2024-01-21T07:15:53.699330+0000 mgr.smithi093.jhwfwc (mgr.14180) 1331 : cluster [DBG] pgmap v878: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:57.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:57 smithi093 bash[14068]: cluster 2024-01-21T07:15:55.700882+0000 mgr.smithi093.jhwfwc (mgr.14180) 1332 : cluster [DBG] pgmap v879: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:57.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:57 smithi143 bash[18953]: cluster 2024-01-21T07:15:55.700882+0000 mgr.smithi093.jhwfwc (mgr.14180) 1332 : cluster [DBG] pgmap v879: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:58.166 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:15:58.166 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:15:58.927 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:15:59.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:59 smithi093 bash[14068]: cluster 2024-01-21T07:15:57.702113+0000 mgr.smithi093.jhwfwc (mgr.14180) 1333 : cluster [DBG] pgmap v880: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:59.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:15:59 smithi093 bash[14068]: audit 2024-01-21T07:15:58.159329+0000 mgr.smithi093.jhwfwc (mgr.14180) 1334 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:59.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:59 smithi143 bash[18953]: cluster 2024-01-21T07:15:57.702113+0000 mgr.smithi093.jhwfwc (mgr.14180) 1333 : cluster [DBG] pgmap v880: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:15:59.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:15:59 smithi143 bash[18953]: audit 2024-01-21T07:15:58.159329+0000 mgr.smithi093.jhwfwc (mgr.14180) 1334 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:15:59.928 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:01.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:01 smithi093 bash[14068]: cluster 2024-01-21T07:15:59.703400+0000 mgr.smithi093.jhwfwc (mgr.14180) 1335 : cluster [DBG] pgmap v881: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:01.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:01 smithi143 bash[18953]: cluster 2024-01-21T07:15:59.703400+0000 mgr.smithi093.jhwfwc (mgr.14180) 1335 : cluster [DBG] pgmap v881: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:03.069 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:03.070 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:03.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:03 smithi093 bash[14068]: cluster 2024-01-21T07:16:01.704982+0000 mgr.smithi093.jhwfwc (mgr.14180) 1336 : cluster [DBG] pgmap v882: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:03.803 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:16:03.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:03 smithi143 bash[18953]: cluster 2024-01-21T07:16:01.704982+0000 mgr.smithi093.jhwfwc (mgr.14180) 1336 : cluster [DBG] pgmap v882: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:04.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:04 smithi093 bash[14068]: audit 2024-01-21T07:16:03.058293+0000 mgr.smithi093.jhwfwc (mgr.14180) 1337 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:04.804 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:04.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:04 smithi143 bash[18953]: audit 2024-01-21T07:16:03.058293+0000 mgr.smithi093.jhwfwc (mgr.14180) 1337 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:05.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:05 smithi093 bash[14068]: cluster 2024-01-21T07:16:03.705643+0000 mgr.smithi093.jhwfwc (mgr.14180) 1338 : cluster [DBG] pgmap v883: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:05.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:05 smithi143 bash[18953]: cluster 2024-01-21T07:16:03.705643+0000 mgr.smithi093.jhwfwc (mgr.14180) 1338 : cluster [DBG] pgmap v883: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:07.619 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:07 smithi093 bash[14068]: cluster 2024-01-21T07:16:05.707119+0000 mgr.smithi093.jhwfwc (mgr.14180) 1339 : cluster [DBG] pgmap v884: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:07.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:07 smithi143 bash[18953]: cluster 2024-01-21T07:16:05.707119+0000 mgr.smithi093.jhwfwc (mgr.14180) 1339 : cluster [DBG] pgmap v884: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:08.038 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:08.038 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:08.804 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:16:09.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:09 smithi093 bash[14068]: cluster 2024-01-21T07:16:07.708404+0000 mgr.smithi093.jhwfwc (mgr.14180) 1340 : cluster [DBG] pgmap v885: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:09.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:09 smithi093 bash[14068]: audit 2024-01-21T07:16:08.031284+0000 mgr.smithi093.jhwfwc (mgr.14180) 1341 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:09.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:09 smithi143 bash[18953]: cluster 2024-01-21T07:16:07.708404+0000 mgr.smithi093.jhwfwc (mgr.14180) 1340 : cluster [DBG] pgmap v885: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:09.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:09 smithi143 bash[18953]: audit 2024-01-21T07:16:08.031284+0000 mgr.smithi093.jhwfwc (mgr.14180) 1341 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:09.805 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:11.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:11 smithi093 bash[14068]: cluster 2024-01-21T07:16:09.709639+0000 mgr.smithi093.jhwfwc (mgr.14180) 1342 : cluster [DBG] pgmap v886: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:11.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:11 smithi143 bash[18953]: cluster 2024-01-21T07:16:09.709639+0000 mgr.smithi093.jhwfwc (mgr.14180) 1342 : cluster [DBG] pgmap v886: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:13.174 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:13.174 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:13.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:13 smithi093 bash[14068]: cluster 2024-01-21T07:16:11.711074+0000 mgr.smithi093.jhwfwc (mgr.14180) 1343 : cluster [DBG] pgmap v887: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:13.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:13 smithi143 bash[18953]: cluster 2024-01-21T07:16:11.711074+0000 mgr.smithi093.jhwfwc (mgr.14180) 1343 : cluster [DBG] pgmap v887: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:13.959 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:16:14.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:14 smithi093 bash[14068]: audit 2024-01-21T07:16:13.162957+0000 mgr.smithi093.jhwfwc (mgr.14180) 1344 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:14.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:14 smithi143 bash[18953]: audit 2024-01-21T07:16:13.162957+0000 mgr.smithi093.jhwfwc (mgr.14180) 1344 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:14.960 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:15.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:15 smithi093 bash[14068]: cluster 2024-01-21T07:16:13.711874+0000 mgr.smithi093.jhwfwc (mgr.14180) 1345 : cluster [DBG] pgmap v888: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:15.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:15 smithi143 bash[18953]: cluster 2024-01-21T07:16:13.711874+0000 mgr.smithi093.jhwfwc (mgr.14180) 1345 : cluster [DBG] pgmap v888: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:17.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:17 smithi093 bash[14068]: cluster 2024-01-21T07:16:15.713302+0000 mgr.smithi093.jhwfwc (mgr.14180) 1346 : cluster [DBG] pgmap v889: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:17.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:17 smithi143 bash[18953]: cluster 2024-01-21T07:16:15.713302+0000 mgr.smithi093.jhwfwc (mgr.14180) 1346 : cluster [DBG] pgmap v889: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:18.147 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:18.147 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:18.924 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:16:19.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:19 smithi093 bash[14068]: cluster 2024-01-21T07:16:17.714479+0000 mgr.smithi093.jhwfwc (mgr.14180) 1347 : cluster [DBG] pgmap v890: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:19.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:19 smithi093 bash[14068]: audit 2024-01-21T07:16:18.135538+0000 mgr.smithi093.jhwfwc (mgr.14180) 1348 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:19.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:19 smithi143 bash[18953]: cluster 2024-01-21T07:16:17.714479+0000 mgr.smithi093.jhwfwc (mgr.14180) 1347 : cluster [DBG] pgmap v890: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:19.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:19 smithi143 bash[18953]: audit 2024-01-21T07:16:18.135538+0000 mgr.smithi093.jhwfwc (mgr.14180) 1348 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:19.925 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:21.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:21 smithi093 bash[14068]: cluster 2024-01-21T07:16:19.715395+0000 mgr.smithi093.jhwfwc (mgr.14180) 1349 : cluster [DBG] pgmap v891: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:21.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:21 smithi143 bash[18953]: cluster 2024-01-21T07:16:19.715395+0000 mgr.smithi093.jhwfwc (mgr.14180) 1349 : cluster [DBG] pgmap v891: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:23.405 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:23.405 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:23.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:23 smithi143 bash[18953]: cluster 2024-01-21T07:16:21.716926+0000 mgr.smithi093.jhwfwc (mgr.14180) 1350 : cluster [DBG] pgmap v892: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 35 op/s 2024-01-21T07:16:23.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:23 smithi093 bash[14068]: cluster 2024-01-21T07:16:21.716926+0000 mgr.smithi093.jhwfwc (mgr.14180) 1350 : cluster [DBG] pgmap v892: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 35 op/s 2024-01-21T07:16:24.166 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:16:24.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:24 smithi143 bash[18953]: audit 2024-01-21T07:16:23.394506+0000 mgr.smithi093.jhwfwc (mgr.14180) 1351 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:24.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:24 smithi093 bash[14068]: audit 2024-01-21T07:16:23.394506+0000 mgr.smithi093.jhwfwc (mgr.14180) 1351 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:25.167 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:25.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:25 smithi093 bash[14068]: cluster 2024-01-21T07:16:23.717476+0000 mgr.smithi093.jhwfwc (mgr.14180) 1352 : cluster [DBG] pgmap v893: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 35 op/s 2024-01-21T07:16:25.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:25 smithi143 bash[18953]: cluster 2024-01-21T07:16:23.717476+0000 mgr.smithi093.jhwfwc (mgr.14180) 1352 : cluster [DBG] pgmap v893: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 35 op/s 2024-01-21T07:16:27.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:27 smithi093 bash[14068]: cluster 2024-01-21T07:16:25.718947+0000 mgr.smithi093.jhwfwc (mgr.14180) 1353 : cluster [DBG] pgmap v894: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 172 op/s 2024-01-21T07:16:27.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:27 smithi143 bash[18953]: cluster 2024-01-21T07:16:25.718947+0000 mgr.smithi093.jhwfwc (mgr.14180) 1353 : cluster [DBG] pgmap v894: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 172 op/s 2024-01-21T07:16:28.465 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:28.465 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:29.291 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:16:29.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:29 smithi093 bash[14068]: cluster 2024-01-21T07:16:27.720177+0000 mgr.smithi093.jhwfwc (mgr.14180) 1354 : cluster [DBG] pgmap v895: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-01-21T07:16:29.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:29 smithi093 bash[14068]: audit 2024-01-21T07:16:28.453037+0000 mgr.smithi093.jhwfwc (mgr.14180) 1355 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:29 smithi143 bash[18953]: cluster 2024-01-21T07:16:27.720177+0000 mgr.smithi093.jhwfwc (mgr.14180) 1354 : cluster [DBG] pgmap v895: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-01-21T07:16:29.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:29 smithi143 bash[18953]: audit 2024-01-21T07:16:28.453037+0000 mgr.smithi093.jhwfwc (mgr.14180) 1355 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:30.292 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:31.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:31 smithi093 bash[14068]: cluster 2024-01-21T07:16:29.721545+0000 mgr.smithi093.jhwfwc (mgr.14180) 1356 : cluster [DBG] pgmap v896: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-01-21T07:16:31.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:31 smithi143 bash[18953]: cluster 2024-01-21T07:16:29.721545+0000 mgr.smithi093.jhwfwc (mgr.14180) 1356 : cluster [DBG] pgmap v896: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-01-21T07:16:32.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:32 smithi093 bash[14068]: audit 2024-01-21T07:16:31.689953+0000 mon.smithi093 (mon.0) 969 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:16:32.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:32 smithi093 bash[14068]: audit 2024-01-21T07:16:31.986960+0000 mon.smithi093 (mon.0) 970 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:16:32.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:32 smithi093 bash[14068]: audit 2024-01-21T07:16:31.988631+0000 mon.smithi093 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:16:32.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:32 smithi093 bash[14068]: audit 2024-01-21T07:16:31.998025+0000 mon.smithi093 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:16:32.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:32 smithi093 bash[14068]: audit 2024-01-21T07:16:32.005354+0000 mon.smithi093 (mon.0) 973 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:16:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:32 smithi143 bash[18953]: audit 2024-01-21T07:16:31.689953+0000 mon.smithi093 (mon.0) 969 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:16:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:32 smithi143 bash[18953]: audit 2024-01-21T07:16:31.986960+0000 mon.smithi093 (mon.0) 970 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:16:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:32 smithi143 bash[18953]: audit 2024-01-21T07:16:31.988631+0000 mon.smithi093 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:16:32.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:32 smithi143 bash[18953]: audit 2024-01-21T07:16:31.998025+0000 mon.smithi093 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:16:32.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:32 smithi143 bash[18953]: audit 2024-01-21T07:16:32.005354+0000 mon.smithi093 (mon.0) 973 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:16:33.536 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:33.536 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:14:23.294509Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.hjrlxq on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:33.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:33 smithi093 bash[14068]: cluster 2024-01-21T07:16:31.722330+0000 mgr.smithi093.jhwfwc (mgr.14180) 1357 : cluster [DBG] pgmap v897: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-01-21T07:16:33.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:33 smithi093 bash[14068]: cluster 2024-01-21T07:16:31.998733+0000 mgr.smithi093.jhwfwc (mgr.14180) 1358 : cluster [DBG] pgmap v898: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 KiB/s rd, 0 B/s wr, 174 op/s 2024-01-21T07:16:33.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:33 smithi093 bash[14068]: cephadm 2024-01-21T07:16:32.014742+0000 mgr.smithi093.jhwfwc (mgr.14180) 1359 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.rqkudh on smithi143 2024-01-21T07:16:33.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:33 smithi093 bash[14068]: cluster 2024-01-21T07:16:32.445927+0000 mon.smithi093 (mon.0) 974 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:16:33.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:33 smithi093 bash[14068]: cluster 2024-01-21T07:16:32.445984+0000 mon.smithi093 (mon.0) 975 : cluster [INF] Cluster is now healthy 2024-01-21T07:16:33.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:33 smithi143 bash[18953]: cluster 2024-01-21T07:16:31.722330+0000 mgr.smithi093.jhwfwc (mgr.14180) 1357 : cluster [DBG] pgmap v897: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-01-21T07:16:33.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:33 smithi143 bash[18953]: cluster 2024-01-21T07:16:31.998733+0000 mgr.smithi093.jhwfwc (mgr.14180) 1358 : cluster [DBG] pgmap v898: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 KiB/s rd, 0 B/s wr, 174 op/s 2024-01-21T07:16:33.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:33 smithi143 bash[18953]: cephadm 2024-01-21T07:16:32.014742+0000 mgr.smithi093.jhwfwc (mgr.14180) 1359 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.rqkudh on smithi143 2024-01-21T07:16:33.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:33 smithi143 bash[18953]: cluster 2024-01-21T07:16:32.445927+0000 mon.smithi093 (mon.0) 974 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:16:33.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:33 smithi143 bash[18953]: cluster 2024-01-21T07:16:32.445984+0000 mon.smithi093 (mon.0) 975 : cluster [INF] Cluster is now healthy 2024-01-21T07:16:34.298 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:16:34.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:34 smithi093 bash[14068]: audit 2024-01-21T07:16:33.525251+0000 mgr.smithi093.jhwfwc (mgr.14180) 1360 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:34.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:34 smithi093 bash[14068]: audit 2024-01-21T07:16:34.245250+0000 mon.smithi093 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:16:34.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:34 smithi143 bash[18953]: audit 2024-01-21T07:16:33.525251+0000 mgr.smithi093.jhwfwc (mgr.14180) 1360 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:34.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:34 smithi143 bash[18953]: audit 2024-01-21T07:16:34.245250+0000 mon.smithi093 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:16:35.300 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:35.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:35 smithi093 bash[14068]: cluster 2024-01-21T07:16:33.999378+0000 mgr.smithi093.jhwfwc (mgr.14180) 1361 : cluster [DBG] pgmap v899: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 KiB/s rd, 0 B/s wr, 174 op/s 2024-01-21T07:16:35.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:35 smithi143 bash[18953]: cluster 2024-01-21T07:16:33.999378+0000 mgr.smithi093.jhwfwc (mgr.14180) 1361 : cluster [DBG] pgmap v899: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 KiB/s rd, 0 B/s wr, 174 op/s 2024-01-21T07:16:36.758 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:36 smithi093 bash[14068]: audit 2024-01-21T07:16:35.999967+0000 mon.smithi093 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.rqkudh"}]: dispatch 2024-01-21T07:16:36.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:36 smithi143 bash[18953]: audit 2024-01-21T07:16:35.999967+0000 mon.smithi093 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.rqkudh"}]: dispatch 2024-01-21T07:16:37.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: cephadm 2024-01-21T07:16:35.998773+0000 mgr.smithi093.jhwfwc (mgr.14180) 1362 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.rqkudh ... 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.rqkudh ... 2024-01-21T07:16:37.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: cephadm 2024-01-21T07:16:35.999230+0000 mgr.smithi093.jhwfwc (mgr.14180) 1363 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: cluster 2024-01-21T07:16:36.000068+0000 mgr.smithi093.jhwfwc (mgr.14180) 1364 : cluster [DBG] pgmap v900: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 0 B/s wr, 14 op/s 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: cephadm 2024-01-21T07:16:36.002774+0000 mgr.smithi093.jhwfwc (mgr.14180) 1365 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.rqkudh ... 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:37 smithi093 bash[14068]: cephadm 2024-01-21T07:16:36.006468+0000 mgr.smithi093.jhwfwc (mgr.14180) 1366 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.uemrmv on smithi093 2024-01-21T07:16:37.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: cephadm 2024-01-21T07:16:35.998773+0000 mgr.smithi093.jhwfwc (mgr.14180) 1362 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:37.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:37.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.rqkudh ... 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.rqkudh ... 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: cephadm 2024-01-21T07:16:35.999230+0000 mgr.smithi093.jhwfwc (mgr.14180) 1363 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: cluster 2024-01-21T07:16:36.000068+0000 mgr.smithi093.jhwfwc (mgr.14180) 1364 : cluster [DBG] pgmap v900: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 0 B/s wr, 14 op/s 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: cephadm 2024-01-21T07:16:36.002774+0000 mgr.smithi093.jhwfwc (mgr.14180) 1365 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh 2024-01-21T07:16:37.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:37.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh 2024-01-21T07:16:37.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.rqkudh ... 2024-01-21T07:16:37.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:37.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:37.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:37.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:37.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:37 smithi143 bash[18953]: cephadm 2024-01-21T07:16:36.006468+0000 mgr.smithi093.jhwfwc (mgr.14180) 1366 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.uemrmv on smithi093 2024-01-21T07:16:38.840 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:38.840 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:27.432590Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.peesrf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-peesrf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.peesrf\nDeploy daemon haproxy.rgw.foo.smithi143.peesrf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.682370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.kwwkue on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-kwwkue\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.kwwkue\nDeploy daemon haproxy.rgw.foo.smithi093.kwwkue ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:15:31.684568Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ldtodv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:39.521 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:16:39.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:39 smithi093 bash[14068]: cluster 2024-01-21T07:16:38.000989+0000 mgr.smithi093.jhwfwc (mgr.14180) 1367 : cluster [DBG] pgmap v901: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:39.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:39 smithi143 bash[18953]: cluster 2024-01-21T07:16:38.000989+0000 mgr.smithi093.jhwfwc (mgr.14180) 1367 : cluster [DBG] pgmap v901: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:40.523 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:40.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:40 smithi143 bash[18953]: audit 2024-01-21T07:16:38.826668+0000 mgr.smithi093.jhwfwc (mgr.14180) 1368 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:40.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:40 smithi143 bash[18953]: audit 2024-01-21T07:16:39.771727+0000 mon.smithi093 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.uemrmv"}]: dispatch 2024-01-21T07:16:40.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:40 smithi143 bash[18953]: audit 2024-01-21T07:16:39.870242+0000 mon.smithi093 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:16:40.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:40 smithi093 bash[14068]: audit 2024-01-21T07:16:38.826668+0000 mgr.smithi093.jhwfwc (mgr.14180) 1368 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:40.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:40 smithi093 bash[14068]: audit 2024-01-21T07:16:39.771727+0000 mon.smithi093 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.uemrmv"}]: dispatch 2024-01-21T07:16:40.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:40 smithi093 bash[14068]: audit 2024-01-21T07:16:39.870242+0000 mon.smithi093 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:16:41.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: cephadm 2024-01-21T07:16:39.770677+0000 mgr.smithi093.jhwfwc (mgr.14180) 1369 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:41.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:41.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.uemrmv ... 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:41.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.uemrmv ... 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: cephadm 2024-01-21T07:16:39.771142+0000 mgr.smithi093.jhwfwc (mgr.14180) 1370 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: cephadm 2024-01-21T07:16:39.773209+0000 mgr.smithi093.jhwfwc (mgr.14180) 1371 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.uemrmv ... 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: cephadm 2024-01-21T07:16:39.777249+0000 mgr.smithi093.jhwfwc (mgr.14180) 1372 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: cephadm 2024-01-21T07:16:39.778978+0000 mgr.smithi093.jhwfwc (mgr.14180) 1373 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: cluster 2024-01-21T07:16:39.780482+0000 mgr.smithi093.jhwfwc (mgr.14180) 1374 : cluster [DBG] pgmap v902: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:41.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:41 smithi143 bash[18953]: cluster 2024-01-21T07:16:40.489085+0000 mon.smithi093 (mon.0) 980 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:16:41.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: cephadm 2024-01-21T07:16:39.770677+0000 mgr.smithi093.jhwfwc (mgr.14180) 1369 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:41.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:41.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.uemrmv ... 2024-01-21T07:16:41.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:41.844 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.uemrmv ... 2024-01-21T07:16:41.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:41.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:41.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:41.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: cephadm 2024-01-21T07:16:39.771142+0000 mgr.smithi093.jhwfwc (mgr.14180) 1370 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: cephadm 2024-01-21T07:16:39.773209+0000 mgr.smithi093.jhwfwc (mgr.14180) 1371 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:41.846 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.uemrmv ... 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: cephadm 2024-01-21T07:16:39.777249+0000 mgr.smithi093.jhwfwc (mgr.14180) 1372 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: cephadm 2024-01-21T07:16:39.778978+0000 mgr.smithi093.jhwfwc (mgr.14180) 1373 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: cluster 2024-01-21T07:16:39.780482+0000 mgr.smithi093.jhwfwc (mgr.14180) 1374 : cluster [DBG] pgmap v902: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:41.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:41 smithi093 bash[14068]: cluster 2024-01-21T07:16:40.489085+0000 mon.smithi093 (mon.0) 980 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:16:43.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:43 smithi143 bash[18953]: cluster 2024-01-21T07:16:41.781858+0000 mgr.smithi093.jhwfwc (mgr.14180) 1375 : cluster [DBG] pgmap v903: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:43.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:43 smithi093 bash[14068]: cluster 2024-01-21T07:16:41.781858+0000 mgr.smithi093.jhwfwc (mgr.14180) 1375 : cluster [DBG] pgmap v903: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:43.941 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:43.941 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:44.737 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:16:45.738 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:45 smithi143 bash[18953]: cluster 2024-01-21T07:16:43.782780+0000 mgr.smithi093.jhwfwc (mgr.14180) 1376 : cluster [DBG] pgmap v904: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:45 smithi143 bash[18953]: audit 2024-01-21T07:16:43.934133+0000 mgr.smithi093.jhwfwc (mgr.14180) 1377 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:45.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:45 smithi093 bash[14068]: cluster 2024-01-21T07:16:43.782780+0000 mgr.smithi093.jhwfwc (mgr.14180) 1376 : cluster [DBG] pgmap v904: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:45.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:45 smithi093 bash[14068]: audit 2024-01-21T07:16:43.934133+0000 mgr.smithi093.jhwfwc (mgr.14180) 1377 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:47.774 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:47 smithi093 bash[14068]: cluster 2024-01-21T07:16:45.784258+0000 mgr.smithi093.jhwfwc (mgr.14180) 1378 : cluster [DBG] pgmap v905: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:47.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:47 smithi143 bash[18953]: cluster 2024-01-21T07:16:45.784258+0000 mgr.smithi093.jhwfwc (mgr.14180) 1378 : cluster [DBG] pgmap v905: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:49.126 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:49.126 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:49.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:49 smithi093 bash[14068]: cluster 2024-01-21T07:16:47.785119+0000 mgr.smithi093.jhwfwc (mgr.14180) 1379 : cluster [DBG] pgmap v906: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:49.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:49 smithi093 bash[14068]: audit 2024-01-21T07:16:49.243917+0000 mon.smithi093 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:16:49.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:49 smithi143 bash[18953]: cluster 2024-01-21T07:16:47.785119+0000 mgr.smithi093.jhwfwc (mgr.14180) 1379 : cluster [DBG] pgmap v906: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:49.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:49 smithi143 bash[18953]: audit 2024-01-21T07:16:49.243917+0000 mon.smithi093 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:16:49.917 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:16:50.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:50 smithi143 bash[18953]: audit 2024-01-21T07:16:49.114791+0000 mgr.smithi093.jhwfwc (mgr.14180) 1380 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:50.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:50 smithi093 bash[14068]: audit 2024-01-21T07:16:49.114791+0000 mgr.smithi093.jhwfwc (mgr.14180) 1380 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:50.918 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:51.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:51 smithi143 bash[18953]: cluster 2024-01-21T07:16:49.786323+0000 mgr.smithi093.jhwfwc (mgr.14180) 1381 : cluster [DBG] pgmap v907: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:51.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:51 smithi093 bash[14068]: cluster 2024-01-21T07:16:49.786323+0000 mgr.smithi093.jhwfwc (mgr.14180) 1381 : cluster [DBG] pgmap v907: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:53.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:53 smithi143 bash[18953]: cluster 2024-01-21T07:16:51.787610+0000 mgr.smithi093.jhwfwc (mgr.14180) 1382 : cluster [DBG] pgmap v908: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:53.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:53 smithi093 bash[14068]: cluster 2024-01-21T07:16:51.787610+0000 mgr.smithi093.jhwfwc (mgr.14180) 1382 : cluster [DBG] pgmap v908: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:54.243 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:54.243 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:54.999 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:16:55.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:55 smithi143 bash[18953]: cluster 2024-01-21T07:16:53.788571+0000 mgr.smithi093.jhwfwc (mgr.14180) 1383 : cluster [DBG] pgmap v909: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:55.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:55 smithi143 bash[18953]: audit 2024-01-21T07:16:54.236494+0000 mgr.smithi093.jhwfwc (mgr.14180) 1384 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:55.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:55 smithi093 bash[14068]: cluster 2024-01-21T07:16:53.788571+0000 mgr.smithi093.jhwfwc (mgr.14180) 1383 : cluster [DBG] pgmap v909: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:55.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:55 smithi093 bash[14068]: audit 2024-01-21T07:16:54.236494+0000 mgr.smithi093.jhwfwc (mgr.14180) 1384 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:16:56.000 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:16:57.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:57 smithi143 bash[18953]: cluster 2024-01-21T07:16:55.790067+0000 mgr.smithi093.jhwfwc (mgr.14180) 1385 : cluster [DBG] pgmap v910: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:57.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:57 smithi093 bash[14068]: cluster 2024-01-21T07:16:55.790067+0000 mgr.smithi093.jhwfwc (mgr.14180) 1385 : cluster [DBG] pgmap v910: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:16:59.295 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:16:59.296 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:16:59.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:16:59 smithi093 bash[14068]: cluster 2024-01-21T07:16:57.791240+0000 mgr.smithi093.jhwfwc (mgr.14180) 1386 : cluster [DBG] pgmap v911: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:00.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:16:59 smithi143 bash[18953]: cluster 2024-01-21T07:16:57.791240+0000 mgr.smithi093.jhwfwc (mgr.14180) 1386 : cluster [DBG] pgmap v911: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:00.091 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:00.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:00 smithi093 bash[14068]: audit 2024-01-21T07:16:59.282011+0000 mgr.smithi093.jhwfwc (mgr.14180) 1387 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:01.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:00 smithi143 bash[18953]: audit 2024-01-21T07:16:59.282011+0000 mgr.smithi093.jhwfwc (mgr.14180) 1387 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:01.092 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:01.907 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:01 smithi093 bash[14068]: cluster 2024-01-21T07:16:59.792542+0000 mgr.smithi093.jhwfwc (mgr.14180) 1388 : cluster [DBG] pgmap v912: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:02.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:01 smithi143 bash[18953]: cluster 2024-01-21T07:16:59.792542+0000 mgr.smithi093.jhwfwc (mgr.14180) 1388 : cluster [DBG] pgmap v912: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:03.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:03 smithi093 bash[14068]: cluster 2024-01-21T07:17:01.794044+0000 mgr.smithi093.jhwfwc (mgr.14180) 1389 : cluster [DBG] pgmap v913: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:04.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:03 smithi143 bash[18953]: cluster 2024-01-21T07:17:01.794044+0000 mgr.smithi093.jhwfwc (mgr.14180) 1389 : cluster [DBG] pgmap v913: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:04.524 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:17:04.524 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:17:05.299 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:05.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:05 smithi093 bash[14068]: cluster 2024-01-21T07:17:03.794621+0000 mgr.smithi093.jhwfwc (mgr.14180) 1390 : cluster [DBG] pgmap v914: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:05.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:05 smithi093 bash[14068]: audit 2024-01-21T07:17:04.513452+0000 mgr.smithi093.jhwfwc (mgr.14180) 1391 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:06.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:05 smithi143 bash[18953]: cluster 2024-01-21T07:17:03.794621+0000 mgr.smithi093.jhwfwc (mgr.14180) 1390 : cluster [DBG] pgmap v914: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:06.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:05 smithi143 bash[18953]: audit 2024-01-21T07:17:04.513452+0000 mgr.smithi093.jhwfwc (mgr.14180) 1391 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:06.300 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:07.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:07 smithi093 bash[14068]: cluster 2024-01-21T07:17:05.796069+0000 mgr.smithi093.jhwfwc (mgr.14180) 1392 : cluster [DBG] pgmap v915: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:08.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:07 smithi143 bash[18953]: cluster 2024-01-21T07:17:05.796069+0000 mgr.smithi093.jhwfwc (mgr.14180) 1392 : cluster [DBG] pgmap v915: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:09.495 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:17:09.495 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:17:09.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:09 smithi093 bash[14068]: cluster 2024-01-21T07:17:07.797295+0000 mgr.smithi093.jhwfwc (mgr.14180) 1393 : cluster [DBG] pgmap v916: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:10.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:09 smithi143 bash[18953]: cluster 2024-01-21T07:17:07.797295+0000 mgr.smithi093.jhwfwc (mgr.14180) 1393 : cluster [DBG] pgmap v916: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:10.256 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:10.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:10 smithi093 bash[14068]: audit 2024-01-21T07:17:09.481616+0000 mgr.smithi093.jhwfwc (mgr.14180) 1394 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:11.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:10 smithi143 bash[18953]: audit 2024-01-21T07:17:09.481616+0000 mgr.smithi093.jhwfwc (mgr.14180) 1394 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:11.258 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:11.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:11 smithi093 bash[14068]: cluster 2024-01-21T07:17:09.798047+0000 mgr.smithi093.jhwfwc (mgr.14180) 1395 : cluster [DBG] pgmap v917: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:12.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:11 smithi143 bash[18953]: cluster 2024-01-21T07:17:09.798047+0000 mgr.smithi093.jhwfwc (mgr.14180) 1395 : cluster [DBG] pgmap v917: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:13.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:13 smithi093 bash[14068]: cluster 2024-01-21T07:17:11.798892+0000 mgr.smithi093.jhwfwc (mgr.14180) 1396 : cluster [DBG] pgmap v918: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:14.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:13 smithi143 bash[18953]: cluster 2024-01-21T07:17:11.798892+0000 mgr.smithi093.jhwfwc (mgr.14180) 1396 : cluster [DBG] pgmap v918: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:14.578 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:17:14.578 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:17:15.398 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:15.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:15 smithi093 bash[14068]: cluster 2024-01-21T07:17:13.799469+0000 mgr.smithi093.jhwfwc (mgr.14180) 1397 : cluster [DBG] pgmap v919: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:15.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:15 smithi093 bash[14068]: audit 2024-01-21T07:17:14.571038+0000 mgr.smithi093.jhwfwc (mgr.14180) 1398 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:16.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:15 smithi143 bash[18953]: cluster 2024-01-21T07:17:13.799469+0000 mgr.smithi093.jhwfwc (mgr.14180) 1397 : cluster [DBG] pgmap v919: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:16.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:15 smithi143 bash[18953]: audit 2024-01-21T07:17:14.571038+0000 mgr.smithi093.jhwfwc (mgr.14180) 1398 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:16.400 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:17.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:17 smithi093 bash[14068]: cluster 2024-01-21T07:17:15.800939+0000 mgr.smithi093.jhwfwc (mgr.14180) 1399 : cluster [DBG] pgmap v920: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:18.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:17 smithi143 bash[18953]: cluster 2024-01-21T07:17:15.800939+0000 mgr.smithi093.jhwfwc (mgr.14180) 1399 : cluster [DBG] pgmap v920: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:19.573 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:17:19.573 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:17:19.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:19 smithi093 bash[14068]: cluster 2024-01-21T07:17:17.802176+0000 mgr.smithi093.jhwfwc (mgr.14180) 1400 : cluster [DBG] pgmap v921: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:20.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:19 smithi143 bash[18953]: cluster 2024-01-21T07:17:17.802176+0000 mgr.smithi093.jhwfwc (mgr.14180) 1400 : cluster [DBG] pgmap v921: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:20.343 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:20.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:20 smithi093 bash[14068]: audit 2024-01-21T07:17:19.566083+0000 mgr.smithi093.jhwfwc (mgr.14180) 1401 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:21.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:20 smithi143 bash[18953]: audit 2024-01-21T07:17:19.566083+0000 mgr.smithi093.jhwfwc (mgr.14180) 1401 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:21.344 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:21.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:21 smithi093 bash[14068]: cluster 2024-01-21T07:17:19.803486+0000 mgr.smithi093.jhwfwc (mgr.14180) 1402 : cluster [DBG] pgmap v922: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:22.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:21 smithi143 bash[18953]: cluster 2024-01-21T07:17:19.803486+0000 mgr.smithi093.jhwfwc (mgr.14180) 1402 : cluster [DBG] pgmap v922: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:23.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:23 smithi093 bash[14068]: cluster 2024-01-21T07:17:21.804568+0000 mgr.smithi093.jhwfwc (mgr.14180) 1403 : cluster [DBG] pgmap v923: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:24.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:23 smithi143 bash[18953]: cluster 2024-01-21T07:17:21.804568+0000 mgr.smithi093.jhwfwc (mgr.14180) 1403 : cluster [DBG] pgmap v923: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:24.807 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:17:24.807 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:17:25.621 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:25.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:25 smithi093 bash[14068]: cluster 2024-01-21T07:17:23.805513+0000 mgr.smithi093.jhwfwc (mgr.14180) 1404 : cluster [DBG] pgmap v924: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:26.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:25 smithi143 bash[18953]: cluster 2024-01-21T07:17:23.805513+0000 mgr.smithi093.jhwfwc (mgr.14180) 1404 : cluster [DBG] pgmap v924: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:26.622 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:26.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:26 smithi093 bash[14068]: audit 2024-01-21T07:17:24.794819+0000 mgr.smithi093.jhwfwc (mgr.14180) 1405 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:27.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:26 smithi143 bash[18953]: audit 2024-01-21T07:17:24.794819+0000 mgr.smithi093.jhwfwc (mgr.14180) 1405 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:28.009 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:27 smithi093 bash[14068]: cluster 2024-01-21T07:17:25.807137+0000 mgr.smithi093.jhwfwc (mgr.14180) 1406 : cluster [DBG] pgmap v925: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:28.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:27 smithi143 bash[18953]: cluster 2024-01-21T07:17:25.807137+0000 mgr.smithi093.jhwfwc (mgr.14180) 1406 : cluster [DBG] pgmap v925: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:29.849 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:17:29.849 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:17:29.928 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:29 smithi093 bash[14068]: cluster 2024-01-21T07:17:27.808216+0000 mgr.smithi093.jhwfwc (mgr.14180) 1407 : cluster [DBG] pgmap v926: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:30.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:29 smithi143 bash[18953]: cluster 2024-01-21T07:17:27.808216+0000 mgr.smithi093.jhwfwc (mgr.14180) 1407 : cluster [DBG] pgmap v926: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:30.704 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:31.705 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:32.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:31 smithi143 bash[18953]: cluster 2024-01-21T07:17:29.809469+0000 mgr.smithi093.jhwfwc (mgr.14180) 1408 : cluster [DBG] pgmap v927: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:32.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:31 smithi143 bash[18953]: audit 2024-01-21T07:17:29.837688+0000 mgr.smithi093.jhwfwc (mgr.14180) 1409 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:32.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:31 smithi093 bash[14068]: cluster 2024-01-21T07:17:29.809469+0000 mgr.smithi093.jhwfwc (mgr.14180) 1408 : cluster [DBG] pgmap v927: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:32.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:31 smithi093 bash[14068]: audit 2024-01-21T07:17:29.837688+0000 mgr.smithi093.jhwfwc (mgr.14180) 1409 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:34.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:33 smithi143 bash[18953]: cluster 2024-01-21T07:17:31.810893+0000 mgr.smithi093.jhwfwc (mgr.14180) 1410 : cluster [DBG] pgmap v928: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:34.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:33 smithi093 bash[14068]: cluster 2024-01-21T07:17:31.810893+0000 mgr.smithi093.jhwfwc (mgr.14180) 1410 : cluster [DBG] pgmap v928: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:35.084 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:17:35.084 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:17:35.849 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:36.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:35 smithi143 bash[18953]: cluster 2024-01-21T07:17:33.811925+0000 mgr.smithi093.jhwfwc (mgr.14180) 1411 : cluster [DBG] pgmap v929: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:36.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:35 smithi093 bash[14068]: cluster 2024-01-21T07:17:33.811925+0000 mgr.smithi093.jhwfwc (mgr.14180) 1411 : cluster [DBG] pgmap v929: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:36.850 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:37.046 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:36 smithi093 bash[14068]: audit 2024-01-21T07:17:35.073003+0000 mgr.smithi093.jhwfwc (mgr.14180) 1412 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:37.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:36 smithi143 bash[18953]: audit 2024-01-21T07:17:35.073003+0000 mgr.smithi093.jhwfwc (mgr.14180) 1412 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:38.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:37 smithi143 bash[18953]: cluster 2024-01-21T07:17:35.813446+0000 mgr.smithi093.jhwfwc (mgr.14180) 1413 : cluster [DBG] pgmap v930: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:38.144 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:37 smithi093 bash[14068]: cluster 2024-01-21T07:17:35.813446+0000 mgr.smithi093.jhwfwc (mgr.14180) 1413 : cluster [DBG] pgmap v930: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:40.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:39 smithi143 bash[18953]: cluster 2024-01-21T07:17:37.814699+0000 mgr.smithi093.jhwfwc (mgr.14180) 1414 : cluster [DBG] pgmap v931: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:40.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:39 smithi093 bash[14068]: cluster 2024-01-21T07:17:37.814699+0000 mgr.smithi093.jhwfwc (mgr.14180) 1414 : cluster [DBG] pgmap v931: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:40.255 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:17:40.255 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:15:31.686211Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wbhzcs on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:17:40.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:40 smithi093 bash[14068]: audit 2024-01-21T07:17:39.783272+0000 mon.smithi093 (mon.0) 982 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:17:40.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:40 smithi093 bash[14068]: audit 2024-01-21T07:17:40.085950+0000 mon.smithi093 (mon.0) 983 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:17:40.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:40 smithi093 bash[14068]: audit 2024-01-21T07:17:40.087418+0000 mon.smithi093 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:17:40.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:40 smithi093 bash[14068]: audit 2024-01-21T07:17:40.095610+0000 mon.smithi093 (mon.0) 985 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:17:40.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:40 smithi093 bash[14068]: audit 2024-01-21T07:17:40.102350+0000 mon.smithi093 (mon.0) 986 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:17:41.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:40 smithi143 bash[18953]: audit 2024-01-21T07:17:39.783272+0000 mon.smithi093 (mon.0) 982 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:17:41.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:40 smithi143 bash[18953]: audit 2024-01-21T07:17:40.085950+0000 mon.smithi093 (mon.0) 983 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:17:41.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:40 smithi143 bash[18953]: audit 2024-01-21T07:17:40.087418+0000 mon.smithi093 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:17:41.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:40 smithi143 bash[18953]: audit 2024-01-21T07:17:40.095610+0000 mon.smithi093 (mon.0) 985 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:17:41.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:40 smithi143 bash[18953]: audit 2024-01-21T07:17:40.102350+0000 mon.smithi093 (mon.0) 986 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:17:41.063 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:42.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:41 smithi143 bash[18953]: cluster 2024-01-21T07:17:39.815651+0000 mgr.smithi093.jhwfwc (mgr.14180) 1415 : cluster [DBG] pgmap v932: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:42.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:41 smithi143 bash[18953]: cluster 2024-01-21T07:17:40.096396+0000 mgr.smithi093.jhwfwc (mgr.14180) 1416 : cluster [DBG] pgmap v933: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:42.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:41 smithi143 bash[18953]: cephadm 2024-01-21T07:17:40.111323+0000 mgr.smithi093.jhwfwc (mgr.14180) 1417 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.dzsjfr on smithi143 2024-01-21T07:17:42.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:41 smithi143 bash[18953]: audit 2024-01-21T07:17:40.244032+0000 mgr.smithi093.jhwfwc (mgr.14180) 1418 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:42.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:41 smithi143 bash[18953]: cluster 2024-01-21T07:17:40.708188+0000 mon.smithi093 (mon.0) 987 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:17:42.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:41 smithi143 bash[18953]: cluster 2024-01-21T07:17:40.708243+0000 mon.smithi093 (mon.0) 988 : cluster [INF] Cluster is now healthy 2024-01-21T07:17:42.063 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:42.076 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:41 smithi093 bash[14068]: cluster 2024-01-21T07:17:39.815651+0000 mgr.smithi093.jhwfwc (mgr.14180) 1415 : cluster [DBG] pgmap v932: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:42.077 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:41 smithi093 bash[14068]: cluster 2024-01-21T07:17:40.096396+0000 mgr.smithi093.jhwfwc (mgr.14180) 1416 : cluster [DBG] pgmap v933: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:42.077 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:41 smithi093 bash[14068]: cephadm 2024-01-21T07:17:40.111323+0000 mgr.smithi093.jhwfwc (mgr.14180) 1417 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.dzsjfr on smithi143 2024-01-21T07:17:42.077 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:41 smithi093 bash[14068]: audit 2024-01-21T07:17:40.244032+0000 mgr.smithi093.jhwfwc (mgr.14180) 1418 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:42.077 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:41 smithi093 bash[14068]: cluster 2024-01-21T07:17:40.708188+0000 mon.smithi093 (mon.0) 987 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:17:42.077 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:41 smithi093 bash[14068]: cluster 2024-01-21T07:17:40.708243+0000 mon.smithi093 (mon.0) 988 : cluster [INF] Cluster is now healthy 2024-01-21T07:17:43.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:42 smithi143 bash[18953]: cluster 2024-01-21T07:17:42.097545+0000 mgr.smithi093.jhwfwc (mgr.14180) 1419 : cluster [DBG] pgmap v934: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:43.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:42 smithi093 bash[14068]: cluster 2024-01-21T07:17:42.097545+0000 mgr.smithi093.jhwfwc (mgr.14180) 1419 : cluster [DBG] pgmap v934: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:44.309 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:44 smithi143 bash[18953]: audit 2024-01-21T07:17:44.057898+0000 mon.smithi093 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.dzsjfr"}]: dispatch 2024-01-21T07:17:44.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:44 smithi093 bash[14068]: audit 2024-01-21T07:17:44.057898+0000 mon.smithi093 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.dzsjfr"}]: dispatch 2024-01-21T07:17:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: cephadm 2024-01-21T07:17:44.057122+0000 mgr.smithi093.jhwfwc (mgr.14180) 1420 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.dzsjfr ... 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.dzsjfr ... 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: cephadm 2024-01-21T07:17:44.057427+0000 mgr.smithi093.jhwfwc (mgr.14180) 1421 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: cephadm 2024-01-21T07:17:44.058881+0000 mgr.smithi093.jhwfwc (mgr.14180) 1422 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:45.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.dzsjfr ... 2024-01-21T07:17:45.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:45.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:45.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:45.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: cephadm 2024-01-21T07:17:44.061426+0000 mgr.smithi093.jhwfwc (mgr.14180) 1423 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.acxemc on smithi093 2024-01-21T07:17:45.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:45 smithi093 bash[14068]: cluster 2024-01-21T07:17:44.098236+0000 mgr.smithi093.jhwfwc (mgr.14180) 1424 : cluster [DBG] pgmap v935: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:45.494 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:17:45.494 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:36.002482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rqkudh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rqkudh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rqkudh\nDeploy daemon haproxy.rgw.foo.smithi143.rqkudh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.772973Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.uemrmv on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-uemrmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.uemrmv\nDeploy daemon haproxy.rgw.foo.smithi093.uemrmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:16:39.777064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.zssowy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:17:45.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: cephadm 2024-01-21T07:17:44.057122+0000 mgr.smithi093.jhwfwc (mgr.14180) 1420 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:45.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:45.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.dzsjfr ... 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.dzsjfr ... 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: cephadm 2024-01-21T07:17:44.057427+0000 mgr.smithi093.jhwfwc (mgr.14180) 1421 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: cephadm 2024-01-21T07:17:44.058881+0000 mgr.smithi093.jhwfwc (mgr.14180) 1422 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:45.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr 2024-01-21T07:17:45.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.dzsjfr ... 2024-01-21T07:17:45.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:45.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:45.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:45.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:45.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: cephadm 2024-01-21T07:17:44.061426+0000 mgr.smithi093.jhwfwc (mgr.14180) 1423 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.acxemc on smithi093 2024-01-21T07:17:45.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:45 smithi143 bash[18953]: cluster 2024-01-21T07:17:44.098236+0000 mgr.smithi093.jhwfwc (mgr.14180) 1424 : cluster [DBG] pgmap v935: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:46.272 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:46.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:46 smithi093 bash[14068]: audit 2024-01-21T07:17:45.487525+0000 mgr.smithi093.jhwfwc (mgr.14180) 1425 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:46.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:46 smithi143 bash[18953]: audit 2024-01-21T07:17:45.487525+0000 mgr.smithi093.jhwfwc (mgr.14180) 1425 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:47.273 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:47.555 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:47 smithi093 bash[14068]: cluster 2024-01-21T07:17:46.099196+0000 mgr.smithi093.jhwfwc (mgr.14180) 1426 : cluster [DBG] pgmap v936: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:47.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:47 smithi143 bash[18953]: cluster 2024-01-21T07:17:46.099196+0000 mgr.smithi093.jhwfwc (mgr.14180) 1426 : cluster [DBG] pgmap v936: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:49.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: cluster 2024-01-21T07:17:48.100010+0000 mgr.smithi093.jhwfwc (mgr.14180) 1427 : cluster [DBG] pgmap v937: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:49.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: cephadm 2024-01-21T07:17:48.433130+0000 mgr.smithi093.jhwfwc (mgr.14180) 1428 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.acxemc ... 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:17:49.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.acxemc ... 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: cephadm 2024-01-21T07:17:48.433366+0000 mgr.smithi093.jhwfwc (mgr.14180) 1429 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: audit 2024-01-21T07:17:48.433874+0000 mon.smithi093 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.acxemc"}]: dispatch 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: cephadm 2024-01-21T07:17:48.435165+0000 mgr.smithi093.jhwfwc (mgr.14180) 1430 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.acxemc ... 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: cephadm 2024-01-21T07:17:48.437004+0000 mgr.smithi093.jhwfwc (mgr.14180) 1431 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:17:49.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: cephadm 2024-01-21T07:17:48.438829+0000 mgr.smithi093.jhwfwc (mgr.14180) 1432 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:17:49.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: cluster 2024-01-21T07:17:48.439914+0000 mgr.smithi093.jhwfwc (mgr.14180) 1433 : cluster [DBG] pgmap v938: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:49.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:49 smithi093 bash[14068]: audit 2024-01-21T07:17:49.246829+0000 mon.smithi093 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:17:49.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: cluster 2024-01-21T07:17:48.100010+0000 mgr.smithi093.jhwfwc (mgr.14180) 1427 : cluster [DBG] pgmap v937: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:49.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: cephadm 2024-01-21T07:17:48.433130+0000 mgr.smithi093.jhwfwc (mgr.14180) 1428 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:49.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:49.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.acxemc ... 2024-01-21T07:17:49.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:49.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.acxemc ... 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: cephadm 2024-01-21T07:17:48.433366+0000 mgr.smithi093.jhwfwc (mgr.14180) 1429 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: audit 2024-01-21T07:17:48.433874+0000 mon.smithi093 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.acxemc"}]: dispatch 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: cephadm 2024-01-21T07:17:48.435165+0000 mgr.smithi093.jhwfwc (mgr.14180) 1430 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:49.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.acxemc ... 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: cephadm 2024-01-21T07:17:48.437004+0000 mgr.smithi093.jhwfwc (mgr.14180) 1431 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: cephadm 2024-01-21T07:17:48.438829+0000 mgr.smithi093.jhwfwc (mgr.14180) 1432 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: cluster 2024-01-21T07:17:48.439914+0000 mgr.smithi093.jhwfwc (mgr.14180) 1433 : cluster [DBG] pgmap v938: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:49.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:49 smithi143 bash[18953]: audit 2024-01-21T07:17:49.246829+0000 mon.smithi093 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:17:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:50 smithi093 bash[14068]: cluster 2024-01-21T07:17:49.369380+0000 mon.smithi093 (mon.0) 992 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:17:50.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:50 smithi093 bash[14068]: audit 2024-01-21T07:17:49.921586+0000 mon.smithi093 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:17:50.728 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:17:50.728 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:17:50.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:50 smithi143 bash[18953]: cluster 2024-01-21T07:17:49.369380+0000 mon.smithi093 (mon.0) 992 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:17:50.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:50 smithi143 bash[18953]: audit 2024-01-21T07:17:49.921586+0000 mon.smithi093 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:17:51.593 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:51.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:51 smithi093 bash[14068]: cluster 2024-01-21T07:17:50.441400+0000 mgr.smithi093.jhwfwc (mgr.14180) 1434 : cluster [DBG] pgmap v939: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:51.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:51 smithi143 bash[18953]: cluster 2024-01-21T07:17:50.441400+0000 mgr.smithi093.jhwfwc (mgr.14180) 1434 : cluster [DBG] pgmap v939: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:52.594 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:52.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:52 smithi093 bash[14068]: audit 2024-01-21T07:17:50.720821+0000 mgr.smithi093.jhwfwc (mgr.14180) 1435 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:52.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:52 smithi143 bash[18953]: audit 2024-01-21T07:17:50.720821+0000 mgr.smithi093.jhwfwc (mgr.14180) 1435 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:53.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:53 smithi093 bash[14068]: cluster 2024-01-21T07:17:52.442628+0000 mgr.smithi093.jhwfwc (mgr.14180) 1436 : cluster [DBG] pgmap v940: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:53.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:53 smithi143 bash[18953]: cluster 2024-01-21T07:17:52.442628+0000 mgr.smithi093.jhwfwc (mgr.14180) 1436 : cluster [DBG] pgmap v940: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:55.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:55 smithi143 bash[18953]: cluster 2024-01-21T07:17:54.443609+0000 mgr.smithi093.jhwfwc (mgr.14180) 1437 : cluster [DBG] pgmap v941: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:55.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:55 smithi093 bash[14068]: cluster 2024-01-21T07:17:54.443609+0000 mgr.smithi093.jhwfwc (mgr.14180) 1437 : cluster [DBG] pgmap v941: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:55.945 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:17:55.945 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:17:56.733 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:17:57.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:57 smithi093 bash[14068]: audit 2024-01-21T07:17:55.934016+0000 mgr.smithi093.jhwfwc (mgr.14180) 1438 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:57.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:57 smithi093 bash[14068]: cluster 2024-01-21T07:17:56.444966+0000 mgr.smithi093.jhwfwc (mgr.14180) 1439 : cluster [DBG] pgmap v942: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:57.734 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:17:57.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:57 smithi143 bash[18953]: audit 2024-01-21T07:17:55.934016+0000 mgr.smithi093.jhwfwc (mgr.14180) 1438 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:17:57.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:57 smithi143 bash[18953]: cluster 2024-01-21T07:17:56.444966+0000 mgr.smithi093.jhwfwc (mgr.14180) 1439 : cluster [DBG] pgmap v942: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:59.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:17:59 smithi143 bash[18953]: cluster 2024-01-21T07:17:58.446125+0000 mgr.smithi093.jhwfwc (mgr.14180) 1440 : cluster [DBG] pgmap v943: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:17:59.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:17:59 smithi093 bash[14068]: cluster 2024-01-21T07:17:58.446125+0000 mgr.smithi093.jhwfwc (mgr.14180) 1440 : cluster [DBG] pgmap v943: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:00.920 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:00.920 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:01.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:01 smithi093 bash[14068]: cluster 2024-01-21T07:18:00.447683+0000 mgr.smithi093.jhwfwc (mgr.14180) 1441 : cluster [DBG] pgmap v944: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:01.672 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:01.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:01 smithi143 bash[18953]: cluster 2024-01-21T07:18:00.447683+0000 mgr.smithi093.jhwfwc (mgr.14180) 1441 : cluster [DBG] pgmap v944: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:02.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:02 smithi093 bash[14068]: audit 2024-01-21T07:18:00.912438+0000 mgr.smithi093.jhwfwc (mgr.14180) 1442 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:02.673 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:18:02.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:02 smithi143 bash[18953]: audit 2024-01-21T07:18:00.912438+0000 mgr.smithi093.jhwfwc (mgr.14180) 1442 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:03.650 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:03 smithi093 bash[14068]: cluster 2024-01-21T07:18:02.449057+0000 mgr.smithi093.jhwfwc (mgr.14180) 1443 : cluster [DBG] pgmap v945: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:03.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:03 smithi143 bash[18953]: cluster 2024-01-21T07:18:02.449057+0000 mgr.smithi093.jhwfwc (mgr.14180) 1443 : cluster [DBG] pgmap v945: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:05.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:05 smithi143 bash[18953]: audit 2024-01-21T07:18:04.247801+0000 mon.smithi093 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:18:05.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:05 smithi143 bash[18953]: cluster 2024-01-21T07:18:04.450255+0000 mgr.smithi093.jhwfwc (mgr.14180) 1444 : cluster [DBG] pgmap v946: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:05.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:05 smithi093 bash[14068]: audit 2024-01-21T07:18:04.247801+0000 mon.smithi093 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:18:05.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:05 smithi093 bash[14068]: cluster 2024-01-21T07:18:04.450255+0000 mgr.smithi093.jhwfwc (mgr.14180) 1444 : cluster [DBG] pgmap v946: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:05.799 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:05.800 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:06.548 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:07.549 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:18:07.562 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:07 smithi093 bash[14068]: audit 2024-01-21T07:18:05.792670+0000 mgr.smithi093.jhwfwc (mgr.14180) 1445 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:07.562 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:07 smithi093 bash[14068]: cluster 2024-01-21T07:18:06.451621+0000 mgr.smithi093.jhwfwc (mgr.14180) 1446 : cluster [DBG] pgmap v947: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:07.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:07 smithi143 bash[18953]: audit 2024-01-21T07:18:05.792670+0000 mgr.smithi093.jhwfwc (mgr.14180) 1445 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:07.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:07 smithi143 bash[18953]: cluster 2024-01-21T07:18:06.451621+0000 mgr.smithi093.jhwfwc (mgr.14180) 1446 : cluster [DBG] pgmap v947: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:09.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:09 smithi143 bash[18953]: cluster 2024-01-21T07:18:08.452467+0000 mgr.smithi093.jhwfwc (mgr.14180) 1447 : cluster [DBG] pgmap v948: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:09.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:09 smithi093 bash[14068]: cluster 2024-01-21T07:18:08.452467+0000 mgr.smithi093.jhwfwc (mgr.14180) 1447 : cluster [DBG] pgmap v948: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:11.063 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:11.063 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:11.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:11 smithi093 bash[14068]: cluster 2024-01-21T07:18:10.453962+0000 mgr.smithi093.jhwfwc (mgr.14180) 1448 : cluster [DBG] pgmap v949: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:11.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:11 smithi143 bash[18953]: cluster 2024-01-21T07:18:10.453962+0000 mgr.smithi093.jhwfwc (mgr.14180) 1448 : cluster [DBG] pgmap v949: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:11.916 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:12.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:12 smithi093 bash[14068]: audit 2024-01-21T07:18:11.050269+0000 mgr.smithi093.jhwfwc (mgr.14180) 1449 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:12.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:12 smithi143 bash[18953]: audit 2024-01-21T07:18:11.050269+0000 mgr.smithi093.jhwfwc (mgr.14180) 1449 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:12.917 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:18:13.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:13 smithi093 bash[14068]: cluster 2024-01-21T07:18:12.455194+0000 mgr.smithi093.jhwfwc (mgr.14180) 1450 : cluster [DBG] pgmap v950: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:13.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:13 smithi143 bash[18953]: cluster 2024-01-21T07:18:12.455194+0000 mgr.smithi093.jhwfwc (mgr.14180) 1450 : cluster [DBG] pgmap v950: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:15.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:15 smithi143 bash[18953]: cluster 2024-01-21T07:18:14.455900+0000 mgr.smithi093.jhwfwc (mgr.14180) 1451 : cluster [DBG] pgmap v951: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:15.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:15 smithi093 bash[14068]: cluster 2024-01-21T07:18:14.455900+0000 mgr.smithi093.jhwfwc (mgr.14180) 1451 : cluster [DBG] pgmap v951: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:16.339 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:16.340 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:17.074 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:17.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:17 smithi143 bash[18953]: audit 2024-01-21T07:18:16.326453+0000 mgr.smithi093.jhwfwc (mgr.14180) 1452 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:17.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:17 smithi143 bash[18953]: cluster 2024-01-21T07:18:16.457150+0000 mgr.smithi093.jhwfwc (mgr.14180) 1453 : cluster [DBG] pgmap v952: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:17.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:17 smithi093 bash[14068]: audit 2024-01-21T07:18:16.326453+0000 mgr.smithi093.jhwfwc (mgr.14180) 1452 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:17.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:17 smithi093 bash[14068]: cluster 2024-01-21T07:18:16.457150+0000 mgr.smithi093.jhwfwc (mgr.14180) 1453 : cluster [DBG] pgmap v952: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:18.075 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:18:19.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:19 smithi143 bash[18953]: cluster 2024-01-21T07:18:18.457936+0000 mgr.smithi093.jhwfwc (mgr.14180) 1454 : cluster [DBG] pgmap v953: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:19.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:19 smithi093 bash[14068]: cluster 2024-01-21T07:18:18.457936+0000 mgr.smithi093.jhwfwc (mgr.14180) 1454 : cluster [DBG] pgmap v953: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:21.400 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:21.400 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:21.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:21 smithi093 bash[14068]: cluster 2024-01-21T07:18:20.459385+0000 mgr.smithi093.jhwfwc (mgr.14180) 1455 : cluster [DBG] pgmap v954: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:21.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:21 smithi143 bash[18953]: cluster 2024-01-21T07:18:20.459385+0000 mgr.smithi093.jhwfwc (mgr.14180) 1455 : cluster [DBG] pgmap v954: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:22.201 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:22.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:22 smithi093 bash[14068]: audit 2024-01-21T07:18:21.387612+0000 mgr.smithi093.jhwfwc (mgr.14180) 1456 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:22.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:22 smithi143 bash[18953]: audit 2024-01-21T07:18:21.387612+0000 mgr.smithi093.jhwfwc (mgr.14180) 1456 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:23.202 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:18:23.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:23 smithi093 bash[14068]: cluster 2024-01-21T07:18:22.460620+0000 mgr.smithi093.jhwfwc (mgr.14180) 1457 : cluster [DBG] pgmap v955: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:23.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:23 smithi143 bash[18953]: cluster 2024-01-21T07:18:22.460620+0000 mgr.smithi093.jhwfwc (mgr.14180) 1457 : cluster [DBG] pgmap v955: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:25.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:25 smithi093 bash[14068]: cluster 2024-01-21T07:18:24.461684+0000 mgr.smithi093.jhwfwc (mgr.14180) 1458 : cluster [DBG] pgmap v956: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:25.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:25 smithi143 bash[18953]: cluster 2024-01-21T07:18:24.461684+0000 mgr.smithi093.jhwfwc (mgr.14180) 1458 : cluster [DBG] pgmap v956: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:26.412 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:26.413 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:27.261 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:27.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:27 smithi143 bash[18953]: audit 2024-01-21T07:18:26.405987+0000 mgr.smithi093.jhwfwc (mgr.14180) 1459 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:27.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:27 smithi143 bash[18953]: cluster 2024-01-21T07:18:26.462935+0000 mgr.smithi093.jhwfwc (mgr.14180) 1460 : cluster [DBG] pgmap v957: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:27.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:27 smithi093 bash[14068]: audit 2024-01-21T07:18:26.405987+0000 mgr.smithi093.jhwfwc (mgr.14180) 1459 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:27.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:27 smithi093 bash[14068]: cluster 2024-01-21T07:18:26.462935+0000 mgr.smithi093.jhwfwc (mgr.14180) 1460 : cluster [DBG] pgmap v957: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:28.262 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:18:29.809 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:29 smithi093 bash[14068]: cluster 2024-01-21T07:18:28.463945+0000 mgr.smithi093.jhwfwc (mgr.14180) 1461 : cluster [DBG] pgmap v958: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:29.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:29 smithi143 bash[18953]: cluster 2024-01-21T07:18:28.463945+0000 mgr.smithi093.jhwfwc (mgr.14180) 1461 : cluster [DBG] pgmap v958: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:31.639 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:31.640 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:31.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:31 smithi093 bash[14068]: cluster 2024-01-21T07:18:30.465178+0000 mgr.smithi093.jhwfwc (mgr.14180) 1462 : cluster [DBG] pgmap v959: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:31.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:31 smithi143 bash[18953]: cluster 2024-01-21T07:18:30.465178+0000 mgr.smithi093.jhwfwc (mgr.14180) 1462 : cluster [DBG] pgmap v959: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:32.437 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:32.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:32 smithi093 bash[14068]: audit 2024-01-21T07:18:31.633055+0000 mgr.smithi093.jhwfwc (mgr.14180) 1463 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:32 smithi143 bash[18953]: audit 2024-01-21T07:18:31.633055+0000 mgr.smithi093.jhwfwc (mgr.14180) 1463 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:33.438 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:18:33.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:33 smithi093 bash[14068]: cluster 2024-01-21T07:18:32.466409+0000 mgr.smithi093.jhwfwc (mgr.14180) 1464 : cluster [DBG] pgmap v960: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:33.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:33 smithi143 bash[18953]: cluster 2024-01-21T07:18:32.466409+0000 mgr.smithi093.jhwfwc (mgr.14180) 1464 : cluster [DBG] pgmap v960: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:35.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:35 smithi143 bash[18953]: cluster 2024-01-21T07:18:34.467629+0000 mgr.smithi093.jhwfwc (mgr.14180) 1465 : cluster [DBG] pgmap v961: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:35.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:35 smithi093 bash[14068]: cluster 2024-01-21T07:18:34.467629+0000 mgr.smithi093.jhwfwc (mgr.14180) 1465 : cluster [DBG] pgmap v961: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:36.680 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:36.681 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:37.552 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:37.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:37 smithi143 bash[18953]: cluster 2024-01-21T07:18:36.468885+0000 mgr.smithi093.jhwfwc (mgr.14180) 1466 : cluster [DBG] pgmap v962: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:37.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:37 smithi143 bash[18953]: audit 2024-01-21T07:18:36.670441+0000 mgr.smithi093.jhwfwc (mgr.14180) 1467 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:37.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:37 smithi093 bash[14068]: cluster 2024-01-21T07:18:36.468885+0000 mgr.smithi093.jhwfwc (mgr.14180) 1466 : cluster [DBG] pgmap v962: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:37.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:37 smithi093 bash[14068]: audit 2024-01-21T07:18:36.670441+0000 mgr.smithi093.jhwfwc (mgr.14180) 1467 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:38.553 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:18:39.798 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:39 smithi093 bash[14068]: cluster 2024-01-21T07:18:38.470158+0000 mgr.smithi093.jhwfwc (mgr.14180) 1468 : cluster [DBG] pgmap v963: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:39.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:39 smithi143 bash[18953]: cluster 2024-01-21T07:18:38.470158+0000 mgr.smithi093.jhwfwc (mgr.14180) 1468 : cluster [DBG] pgmap v963: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:41.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:41 smithi093 bash[14068]: cluster 2024-01-21T07:18:40.471711+0000 mgr.smithi093.jhwfwc (mgr.14180) 1469 : cluster [DBG] pgmap v964: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:41.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:41 smithi143 bash[18953]: cluster 2024-01-21T07:18:40.471711+0000 mgr.smithi093.jhwfwc (mgr.14180) 1469 : cluster [DBG] pgmap v964: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:41.932 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:41.933 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:42.733 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:43.734 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:18:43.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:43 smithi143 bash[18953]: audit 2024-01-21T07:18:41.925608+0000 mgr.smithi093.jhwfwc (mgr.14180) 1470 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:43.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:43 smithi143 bash[18953]: cluster 2024-01-21T07:18:42.472917+0000 mgr.smithi093.jhwfwc (mgr.14180) 1471 : cluster [DBG] pgmap v965: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:43.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:43 smithi093 bash[14068]: audit 2024-01-21T07:18:41.925608+0000 mgr.smithi093.jhwfwc (mgr.14180) 1470 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:43.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:43 smithi093 bash[14068]: cluster 2024-01-21T07:18:42.472917+0000 mgr.smithi093.jhwfwc (mgr.14180) 1471 : cluster [DBG] pgmap v965: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:45.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:45 smithi143 bash[18953]: cluster 2024-01-21T07:18:44.474055+0000 mgr.smithi093.jhwfwc (mgr.14180) 1472 : cluster [DBG] pgmap v966: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:45.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:45 smithi093 bash[14068]: cluster 2024-01-21T07:18:44.474055+0000 mgr.smithi093.jhwfwc (mgr.14180) 1472 : cluster [DBG] pgmap v966: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:46.988 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:46.988 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:47.773 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:47.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:47 smithi143 bash[18953]: cluster 2024-01-21T07:18:46.475424+0000 mgr.smithi093.jhwfwc (mgr.14180) 1473 : cluster [DBG] pgmap v967: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:47.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:47 smithi093 bash[14068]: cluster 2024-01-21T07:18:46.475424+0000 mgr.smithi093.jhwfwc (mgr.14180) 1473 : cluster [DBG] pgmap v967: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:48.774 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:18:48.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:48 smithi143 bash[18953]: audit 2024-01-21T07:18:46.979944+0000 mgr.smithi093.jhwfwc (mgr.14180) 1474 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:48.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:48 smithi143 bash[18953]: audit 2024-01-21T07:18:48.442864+0000 mon.smithi093 (mon.0) 995 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:18:48.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:48 smithi093 bash[14068]: audit 2024-01-21T07:18:46.979944+0000 mgr.smithi093.jhwfwc (mgr.14180) 1474 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:48.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:48 smithi093 bash[14068]: audit 2024-01-21T07:18:48.442864+0000 mon.smithi093 (mon.0) 995 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:18:50.030 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:49 smithi093 bash[14068]: cluster 2024-01-21T07:18:48.476561+0000 mgr.smithi093.jhwfwc (mgr.14180) 1475 : cluster [DBG] pgmap v968: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:50.030 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:49 smithi093 bash[14068]: audit 2024-01-21T07:18:48.722858+0000 mon.smithi093 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:18:50.030 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:49 smithi093 bash[14068]: audit 2024-01-21T07:18:49.020509+0000 mon.smithi093 (mon.0) 997 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:18:50.030 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:49 smithi093 bash[14068]: audit 2024-01-21T07:18:49.021425+0000 mon.smithi093 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:18:50.030 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:49 smithi093 bash[14068]: audit 2024-01-21T07:18:49.028603+0000 mon.smithi093 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:18:50.030 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:49 smithi093 bash[14068]: audit 2024-01-21T07:18:49.034885+0000 mon.smithi093 (mon.0) 1000 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:18:50.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:49 smithi143 bash[18953]: cluster 2024-01-21T07:18:48.476561+0000 mgr.smithi093.jhwfwc (mgr.14180) 1475 : cluster [DBG] pgmap v968: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:50.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:49 smithi143 bash[18953]: audit 2024-01-21T07:18:48.722858+0000 mon.smithi093 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:18:50.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:49 smithi143 bash[18953]: audit 2024-01-21T07:18:49.020509+0000 mon.smithi093 (mon.0) 997 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:18:50.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:49 smithi143 bash[18953]: audit 2024-01-21T07:18:49.021425+0000 mon.smithi093 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:18:50.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:49 smithi143 bash[18953]: audit 2024-01-21T07:18:49.028603+0000 mon.smithi093 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:18:50.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:49 smithi143 bash[18953]: audit 2024-01-21T07:18:49.034885+0000 mon.smithi093 (mon.0) 1000 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:18:51.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:50 smithi143 bash[18953]: cluster 2024-01-21T07:18:49.029304+0000 mgr.smithi093.jhwfwc (mgr.14180) 1476 : cluster [DBG] pgmap v969: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:51.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:50 smithi143 bash[18953]: cephadm 2024-01-21T07:18:49.042631+0000 mgr.smithi093.jhwfwc (mgr.14180) 1477 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.nrdfha on smithi143 2024-01-21T07:18:51.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:50 smithi143 bash[18953]: cluster 2024-01-21T07:18:50.025043+0000 mon.smithi093 (mon.0) 1001 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:18:51.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:50 smithi143 bash[18953]: cluster 2024-01-21T07:18:50.025094+0000 mon.smithi093 (mon.0) 1002 : cluster [INF] Cluster is now healthy 2024-01-21T07:18:51.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:50 smithi093 bash[14068]: cluster 2024-01-21T07:18:49.029304+0000 mgr.smithi093.jhwfwc (mgr.14180) 1476 : cluster [DBG] pgmap v969: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:51.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:50 smithi093 bash[14068]: cephadm 2024-01-21T07:18:49.042631+0000 mgr.smithi093.jhwfwc (mgr.14180) 1477 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.nrdfha on smithi143 2024-01-21T07:18:51.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:50 smithi093 bash[14068]: cluster 2024-01-21T07:18:50.025043+0000 mon.smithi093 (mon.0) 1001 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:18:51.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:50 smithi093 bash[14068]: cluster 2024-01-21T07:18:50.025094+0000 mon.smithi093 (mon.0) 1002 : cluster [INF] Cluster is now healthy 2024-01-21T07:18:52.059 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:52.059 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:16:39.778861Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.mmbjoi on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:44.058758Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.dzsjfr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-dzsjfr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.dzsjfr\nDeploy daemon haproxy.rgw.foo.smithi143.dzsjfr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.435014Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.acxemc on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-acxemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.acxemc\nDeploy daemon haproxy.rgw.foo.smithi093.acxemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:17:48.436897Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.pygull on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:52.836 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:53.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:52 smithi143 bash[18953]: cluster 2024-01-21T07:18:51.030328+0000 mgr.smithi093.jhwfwc (mgr.14180) 1478 : cluster [DBG] pgmap v970: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:53.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:52 smithi093 bash[14068]: cluster 2024-01-21T07:18:51.030328+0000 mgr.smithi093.jhwfwc (mgr.14180) 1478 : cluster [DBG] pgmap v970: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:53.837 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:18:54.041 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:53 smithi093 bash[14068]: audit 2024-01-21T07:18:52.046618+0000 mgr.smithi093.jhwfwc (mgr.14180) 1479 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:54.041 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:53 smithi093 bash[14068]: audit 2024-01-21T07:18:52.848929+0000 mon.smithi093 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.nrdfha"}]: dispatch 2024-01-21T07:18:54.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:53 smithi143 bash[18953]: audit 2024-01-21T07:18:52.046618+0000 mgr.smithi093.jhwfwc (mgr.14180) 1479 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:54.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:53 smithi143 bash[18953]: audit 2024-01-21T07:18:52.848929+0000 mon.smithi093 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.nrdfha"}]: dispatch 2024-01-21T07:18:55.000 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: cephadm 2024-01-21T07:18:52.847629+0000 mgr.smithi093.jhwfwc (mgr.14180) 1480 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.000 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:55.000 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.000 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.000 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:55.000 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.000 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.nrdfha ... 2024-01-21T07:18:55.000 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.000 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:55.000 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:55.000 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.nrdfha ... 2024-01-21T07:18:55.001 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: cephadm 2024-01-21T07:18:52.848129+0000 mgr.smithi093.jhwfwc (mgr.14180) 1481 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: cephadm 2024-01-21T07:18:52.850541+0000 mgr.smithi093.jhwfwc (mgr.14180) 1482 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.nrdfha ... 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:55.002 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:55.003 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:55.003 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.003 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: cephadm 2024-01-21T07:18:52.855214+0000 mgr.smithi093.jhwfwc (mgr.14180) 1483 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.yzffom on smithi093 2024-01-21T07:18:55.003 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:54 smithi093 bash[14068]: cluster 2024-01-21T07:18:53.031038+0000 mgr.smithi093.jhwfwc (mgr.14180) 1484 : cluster [DBG] pgmap v971: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:55.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: cephadm 2024-01-21T07:18:52.847629+0000 mgr.smithi093.jhwfwc (mgr.14180) 1480 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:55.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.nrdfha ... 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:18:55.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.nrdfha ... 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: cephadm 2024-01-21T07:18:52.848129+0000 mgr.smithi093.jhwfwc (mgr.14180) 1481 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: cephadm 2024-01-21T07:18:52.850541+0000 mgr.smithi093.jhwfwc (mgr.14180) 1482 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.nrdfha ... 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: cephadm 2024-01-21T07:18:52.855214+0000 mgr.smithi093.jhwfwc (mgr.14180) 1483 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.yzffom on smithi093 2024-01-21T07:18:55.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:54 smithi143 bash[18953]: cluster 2024-01-21T07:18:53.031038+0000 mgr.smithi093.jhwfwc (mgr.14180) 1484 : cluster [DBG] pgmap v971: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:56.639 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:56 smithi093 bash[14068]: cluster 2024-01-21T07:18:55.031927+0000 mgr.smithi093.jhwfwc (mgr.14180) 1485 : cluster [DBG] pgmap v972: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:56.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:56 smithi143 bash[18953]: cluster 2024-01-21T07:18:55.031927+0000 mgr.smithi093.jhwfwc (mgr.14180) 1485 : cluster [DBG] pgmap v972: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:57.202 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:18:57.203 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:18:57.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:57 smithi093 bash[14068]: audit 2024-01-21T07:18:56.735755+0000 mon.smithi093 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.yzffom"}]: dispatch 2024-01-21T07:18:57.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:57 smithi143 bash[18953]: audit 2024-01-21T07:18:56.735755+0000 mon.smithi093 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.yzffom"}]: dispatch 2024-01-21T07:18:58.025 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:18:58.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: cephadm 2024-01-21T07:18:56.734720+0000 mgr.smithi093.jhwfwc (mgr.14180) 1486 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:58.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.yzffom ... 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:18:58.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.yzffom ... 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: cephadm 2024-01-21T07:18:56.735244+0000 mgr.smithi093.jhwfwc (mgr.14180) 1487 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: cephadm 2024-01-21T07:18:56.736887+0000 mgr.smithi093.jhwfwc (mgr.14180) 1488 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.yzffom ... 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: cephadm 2024-01-21T07:18:56.741090+0000 mgr.smithi093.jhwfwc (mgr.14180) 1489 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:18:58.666 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: cephadm 2024-01-21T07:18:56.743223+0000 mgr.smithi093.jhwfwc (mgr.14180) 1490 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:18:58.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: cluster 2024-01-21T07:18:56.744194+0000 mgr.smithi093.jhwfwc (mgr.14180) 1491 : cluster [DBG] pgmap v973: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:58.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: audit 2024-01-21T07:18:57.191774+0000 mgr.smithi093.jhwfwc (mgr.14180) 1492 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:58.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:18:58 smithi093 bash[14068]: cluster 2024-01-21T07:18:57.380437+0000 mon.smithi093 (mon.0) 1005 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:18:58.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: cephadm 2024-01-21T07:18:56.734720+0000 mgr.smithi093.jhwfwc (mgr.14180) 1486 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.yzffom ... 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.yzffom ... 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:58.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: cephadm 2024-01-21T07:18:56.735244+0000 mgr.smithi093.jhwfwc (mgr.14180) 1487 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: cephadm 2024-01-21T07:18:56.736887+0000 mgr.smithi093.jhwfwc (mgr.14180) 1488 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.yzffom ... 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:18:58.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:18:58.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:18:58.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: cephadm 2024-01-21T07:18:56.741090+0000 mgr.smithi093.jhwfwc (mgr.14180) 1489 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:18:58.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: cephadm 2024-01-21T07:18:56.743223+0000 mgr.smithi093.jhwfwc (mgr.14180) 1490 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:18:58.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: cluster 2024-01-21T07:18:56.744194+0000 mgr.smithi093.jhwfwc (mgr.14180) 1491 : cluster [DBG] pgmap v973: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:18:58.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: audit 2024-01-21T07:18:57.191774+0000 mgr.smithi093.jhwfwc (mgr.14180) 1492 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:18:58.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:18:58 smithi143 bash[18953]: cluster 2024-01-21T07:18:57.380437+0000 mon.smithi093 (mon.0) 1005 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:18:59.026 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:00.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:00 smithi093 bash[14068]: cluster 2024-01-21T07:18:58.745222+0000 mgr.smithi093.jhwfwc (mgr.14180) 1493 : cluster [DBG] pgmap v974: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:00.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:00 smithi093 bash[14068]: audit 2024-01-21T07:18:59.971155+0000 mon.smithi093 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:19:00.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:00 smithi143 bash[18953]: cluster 2024-01-21T07:18:58.745222+0000 mgr.smithi093.jhwfwc (mgr.14180) 1493 : cluster [DBG] pgmap v974: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:00.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:00 smithi143 bash[18953]: audit 2024-01-21T07:18:59.971155+0000 mon.smithi093 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:19:02.360 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:02.360 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:02.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:02 smithi093 bash[14068]: cluster 2024-01-21T07:19:00.746210+0000 mgr.smithi093.jhwfwc (mgr.14180) 1494 : cluster [DBG] pgmap v975: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:02.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:02 smithi143 bash[18953]: cluster 2024-01-21T07:19:00.746210+0000 mgr.smithi093.jhwfwc (mgr.14180) 1494 : cluster [DBG] pgmap v975: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:03.184 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:03.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:03 smithi093 bash[14068]: audit 2024-01-21T07:19:02.348808+0000 mgr.smithi093.jhwfwc (mgr.14180) 1495 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:03.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:03 smithi143 bash[18953]: audit 2024-01-21T07:19:02.348808+0000 mgr.smithi093.jhwfwc (mgr.14180) 1495 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:04.185 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:04.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:04 smithi093 bash[14068]: cluster 2024-01-21T07:19:02.747407+0000 mgr.smithi093.jhwfwc (mgr.14180) 1496 : cluster [DBG] pgmap v976: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:04.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:04 smithi143 bash[18953]: cluster 2024-01-21T07:19:02.747407+0000 mgr.smithi093.jhwfwc (mgr.14180) 1496 : cluster [DBG] pgmap v976: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:06.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:06 smithi093 bash[14068]: cluster 2024-01-21T07:19:04.748729+0000 mgr.smithi093.jhwfwc (mgr.14180) 1497 : cluster [DBG] pgmap v977: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:06.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:06 smithi143 bash[18953]: cluster 2024-01-21T07:19:04.748729+0000 mgr.smithi093.jhwfwc (mgr.14180) 1497 : cluster [DBG] pgmap v977: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:07.471 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:07.472 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:08.275 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:08.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:08 smithi093 bash[14068]: cluster 2024-01-21T07:19:06.750096+0000 mgr.smithi093.jhwfwc (mgr.14180) 1498 : cluster [DBG] pgmap v978: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:08.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:08 smithi093 bash[14068]: audit 2024-01-21T07:19:07.459244+0000 mgr.smithi093.jhwfwc (mgr.14180) 1499 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:08.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:08 smithi143 bash[18953]: cluster 2024-01-21T07:19:06.750096+0000 mgr.smithi093.jhwfwc (mgr.14180) 1498 : cluster [DBG] pgmap v978: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:08.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:08 smithi143 bash[18953]: audit 2024-01-21T07:19:07.459244+0000 mgr.smithi093.jhwfwc (mgr.14180) 1499 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:09.276 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:10.578 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:10 smithi093 bash[14068]: cluster 2024-01-21T07:19:08.751025+0000 mgr.smithi093.jhwfwc (mgr.14180) 1500 : cluster [DBG] pgmap v979: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:10 smithi143 bash[18953]: cluster 2024-01-21T07:19:08.751025+0000 mgr.smithi093.jhwfwc (mgr.14180) 1500 : cluster [DBG] pgmap v979: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:12.398 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:12.399 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:12.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:12 smithi143 bash[18953]: cluster 2024-01-21T07:19:10.752520+0000 mgr.smithi093.jhwfwc (mgr.14180) 1501 : cluster [DBG] pgmap v980: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:12.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:12 smithi093 bash[14068]: cluster 2024-01-21T07:19:10.752520+0000 mgr.smithi093.jhwfwc (mgr.14180) 1501 : cluster [DBG] pgmap v980: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:13.198 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:13.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:13 smithi143 bash[18953]: audit 2024-01-21T07:19:12.391876+0000 mgr.smithi093.jhwfwc (mgr.14180) 1502 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:13.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:13 smithi093 bash[14068]: audit 2024-01-21T07:19:12.391876+0000 mgr.smithi093.jhwfwc (mgr.14180) 1502 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:14.199 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:14.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:14 smithi093 bash[14068]: cluster 2024-01-21T07:19:12.753296+0000 mgr.smithi093.jhwfwc (mgr.14180) 1503 : cluster [DBG] pgmap v981: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:14.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:14 smithi143 bash[18953]: cluster 2024-01-21T07:19:12.753296+0000 mgr.smithi093.jhwfwc (mgr.14180) 1503 : cluster [DBG] pgmap v981: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:16.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:16 smithi093 bash[14068]: cluster 2024-01-21T07:19:14.754551+0000 mgr.smithi093.jhwfwc (mgr.14180) 1504 : cluster [DBG] pgmap v982: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:16.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:16 smithi143 bash[18953]: cluster 2024-01-21T07:19:14.754551+0000 mgr.smithi093.jhwfwc (mgr.14180) 1504 : cluster [DBG] pgmap v982: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:17.511 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:17.511 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:18.328 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:18.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:18 smithi093 bash[14068]: cluster 2024-01-21T07:19:16.756061+0000 mgr.smithi093.jhwfwc (mgr.14180) 1505 : cluster [DBG] pgmap v983: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:18.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:18 smithi093 bash[14068]: audit 2024-01-21T07:19:17.498624+0000 mgr.smithi093.jhwfwc (mgr.14180) 1506 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:18.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:18 smithi143 bash[18953]: cluster 2024-01-21T07:19:16.756061+0000 mgr.smithi093.jhwfwc (mgr.14180) 1505 : cluster [DBG] pgmap v983: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:18.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:18 smithi143 bash[18953]: audit 2024-01-21T07:19:17.498624+0000 mgr.smithi093.jhwfwc (mgr.14180) 1506 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:19.329 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:20.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:20 smithi093 bash[14068]: cluster 2024-01-21T07:19:18.757015+0000 mgr.smithi093.jhwfwc (mgr.14180) 1507 : cluster [DBG] pgmap v984: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:20.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:20 smithi143 bash[18953]: cluster 2024-01-21T07:19:18.757015+0000 mgr.smithi093.jhwfwc (mgr.14180) 1507 : cluster [DBG] pgmap v984: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:22.408 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:22.408 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:22.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:22 smithi143 bash[18953]: cluster 2024-01-21T07:19:20.758501+0000 mgr.smithi093.jhwfwc (mgr.14180) 1508 : cluster [DBG] pgmap v985: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:22.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:22 smithi093 bash[14068]: cluster 2024-01-21T07:19:20.758501+0000 mgr.smithi093.jhwfwc (mgr.14180) 1508 : cluster [DBG] pgmap v985: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:23.200 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:23.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:23 smithi143 bash[18953]: audit 2024-01-21T07:19:22.395682+0000 mgr.smithi093.jhwfwc (mgr.14180) 1509 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:23.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:23 smithi093 bash[14068]: audit 2024-01-21T07:19:22.395682+0000 mgr.smithi093.jhwfwc (mgr.14180) 1509 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:24.201 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:24.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:24 smithi093 bash[14068]: cluster 2024-01-21T07:19:22.759750+0000 mgr.smithi093.jhwfwc (mgr.14180) 1510 : cluster [DBG] pgmap v986: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:24.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:24 smithi143 bash[18953]: cluster 2024-01-21T07:19:22.759750+0000 mgr.smithi093.jhwfwc (mgr.14180) 1510 : cluster [DBG] pgmap v986: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:26.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:26 smithi093 bash[14068]: cluster 2024-01-21T07:19:24.761143+0000 mgr.smithi093.jhwfwc (mgr.14180) 1511 : cluster [DBG] pgmap v987: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:26.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:26 smithi143 bash[18953]: cluster 2024-01-21T07:19:24.761143+0000 mgr.smithi093.jhwfwc (mgr.14180) 1511 : cluster [DBG] pgmap v987: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:27.547 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:27.547 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:28.305 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:28.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:28 smithi093 bash[14068]: cluster 2024-01-21T07:19:26.762507+0000 mgr.smithi093.jhwfwc (mgr.14180) 1512 : cluster [DBG] pgmap v988: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:28.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:28 smithi093 bash[14068]: audit 2024-01-21T07:19:27.534235+0000 mgr.smithi093.jhwfwc (mgr.14180) 1513 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:28.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:28 smithi143 bash[18953]: cluster 2024-01-21T07:19:26.762507+0000 mgr.smithi093.jhwfwc (mgr.14180) 1512 : cluster [DBG] pgmap v988: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:28 smithi143 bash[18953]: audit 2024-01-21T07:19:27.534235+0000 mgr.smithi093.jhwfwc (mgr.14180) 1513 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:29.307 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:30.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:30 smithi143 bash[18953]: cluster 2024-01-21T07:19:28.763576+0000 mgr.smithi093.jhwfwc (mgr.14180) 1514 : cluster [DBG] pgmap v989: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:30.835 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:30 smithi093 bash[14068]: cluster 2024-01-21T07:19:28.763576+0000 mgr.smithi093.jhwfwc (mgr.14180) 1514 : cluster [DBG] pgmap v989: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:32.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:32 smithi093 bash[14068]: cluster 2024-01-21T07:19:30.765080+0000 mgr.smithi093.jhwfwc (mgr.14180) 1515 : cluster [DBG] pgmap v990: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:32.696 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:32.696 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:32.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:32 smithi143 bash[18953]: cluster 2024-01-21T07:19:30.765080+0000 mgr.smithi093.jhwfwc (mgr.14180) 1515 : cluster [DBG] pgmap v990: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:33.482 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:33.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:33 smithi143 bash[18953]: audit 2024-01-21T07:19:32.689299+0000 mgr.smithi093.jhwfwc (mgr.14180) 1516 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:33.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:33 smithi093 bash[14068]: audit 2024-01-21T07:19:32.689299+0000 mgr.smithi093.jhwfwc (mgr.14180) 1516 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:34.484 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:34.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:34 smithi143 bash[18953]: cluster 2024-01-21T07:19:32.766227+0000 mgr.smithi093.jhwfwc (mgr.14180) 1517 : cluster [DBG] pgmap v991: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:34.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:34 smithi093 bash[14068]: cluster 2024-01-21T07:19:32.766227+0000 mgr.smithi093.jhwfwc (mgr.14180) 1517 : cluster [DBG] pgmap v991: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:36.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:36 smithi143 bash[18953]: cluster 2024-01-21T07:19:34.767609+0000 mgr.smithi093.jhwfwc (mgr.14180) 1518 : cluster [DBG] pgmap v992: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:36.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:36 smithi093 bash[14068]: cluster 2024-01-21T07:19:34.767609+0000 mgr.smithi093.jhwfwc (mgr.14180) 1518 : cluster [DBG] pgmap v992: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:37.662 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:37.662 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:38.450 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:38 smithi143 bash[18953]: cluster 2024-01-21T07:19:36.768460+0000 mgr.smithi093.jhwfwc (mgr.14180) 1519 : cluster [DBG] pgmap v993: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:38 smithi143 bash[18953]: audit 2024-01-21T07:19:37.651034+0000 mgr.smithi093.jhwfwc (mgr.14180) 1520 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:38.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:38 smithi093 bash[14068]: cluster 2024-01-21T07:19:36.768460+0000 mgr.smithi093.jhwfwc (mgr.14180) 1519 : cluster [DBG] pgmap v993: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:38.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:38 smithi093 bash[14068]: audit 2024-01-21T07:19:37.651034+0000 mgr.smithi093.jhwfwc (mgr.14180) 1520 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:39.451 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:40.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:40 smithi143 bash[18953]: cluster 2024-01-21T07:19:38.769369+0000 mgr.smithi093.jhwfwc (mgr.14180) 1521 : cluster [DBG] pgmap v994: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:40.831 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:40 smithi093 bash[14068]: cluster 2024-01-21T07:19:38.769369+0000 mgr.smithi093.jhwfwc (mgr.14180) 1521 : cluster [DBG] pgmap v994: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:42.571 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:42.571 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:42.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:42 smithi143 bash[18953]: cluster 2024-01-21T07:19:40.770888+0000 mgr.smithi093.jhwfwc (mgr.14180) 1522 : cluster [DBG] pgmap v995: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:42.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:42 smithi093 bash[14068]: cluster 2024-01-21T07:19:40.770888+0000 mgr.smithi093.jhwfwc (mgr.14180) 1522 : cluster [DBG] pgmap v995: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:43.337 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:43.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:43 smithi093 bash[14068]: audit 2024-01-21T07:19:42.564197+0000 mgr.smithi093.jhwfwc (mgr.14180) 1523 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:43.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:43 smithi143 bash[18953]: audit 2024-01-21T07:19:42.564197+0000 mgr.smithi093.jhwfwc (mgr.14180) 1523 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:44.338 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:44.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:44 smithi093 bash[14068]: cluster 2024-01-21T07:19:42.771969+0000 mgr.smithi093.jhwfwc (mgr.14180) 1524 : cluster [DBG] pgmap v996: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:44.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:44 smithi143 bash[18953]: cluster 2024-01-21T07:19:42.771969+0000 mgr.smithi093.jhwfwc (mgr.14180) 1524 : cluster [DBG] pgmap v996: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:46.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:46 smithi093 bash[14068]: cluster 2024-01-21T07:19:44.772803+0000 mgr.smithi093.jhwfwc (mgr.14180) 1525 : cluster [DBG] pgmap v997: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:47.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:46 smithi143 bash[18953]: cluster 2024-01-21T07:19:44.772803+0000 mgr.smithi093.jhwfwc (mgr.14180) 1525 : cluster [DBG] pgmap v997: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:47.661 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:47.662 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:48.435 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:48.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:48 smithi093 bash[14068]: cluster 2024-01-21T07:19:46.774138+0000 mgr.smithi093.jhwfwc (mgr.14180) 1526 : cluster [DBG] pgmap v998: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:48.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:48 smithi093 bash[14068]: audit 2024-01-21T07:19:47.649272+0000 mgr.smithi093.jhwfwc (mgr.14180) 1527 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:49.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:48 smithi143 bash[18953]: cluster 2024-01-21T07:19:46.774138+0000 mgr.smithi093.jhwfwc (mgr.14180) 1526 : cluster [DBG] pgmap v998: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:49.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:48 smithi143 bash[18953]: audit 2024-01-21T07:19:47.649272+0000 mgr.smithi093.jhwfwc (mgr.14180) 1527 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:49.436 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:50.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:50 smithi093 bash[14068]: cluster 2024-01-21T07:19:48.775111+0000 mgr.smithi093.jhwfwc (mgr.14180) 1528 : cluster [DBG] pgmap v999: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:51.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:50 smithi143 bash[18953]: cluster 2024-01-21T07:19:48.775111+0000 mgr.smithi093.jhwfwc (mgr.14180) 1528 : cluster [DBG] pgmap v999: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:52.876 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:52.876 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:52.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:52 smithi093 bash[14068]: cluster 2024-01-21T07:19:50.776888+0000 mgr.smithi093.jhwfwc (mgr.14180) 1529 : cluster [DBG] pgmap v1000: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:53.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:52 smithi143 bash[18953]: cluster 2024-01-21T07:19:50.776888+0000 mgr.smithi093.jhwfwc (mgr.14180) 1529 : cluster [DBG] pgmap v1000: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:53.699 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:54.700 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:54.896 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:54 smithi093 bash[14068]: cluster 2024-01-21T07:19:52.778028+0000 mgr.smithi093.jhwfwc (mgr.14180) 1530 : cluster [DBG] pgmap v1001: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:54.896 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:54 smithi093 bash[14068]: audit 2024-01-21T07:19:52.865143+0000 mgr.smithi093.jhwfwc (mgr.14180) 1531 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:55.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:54 smithi143 bash[18953]: cluster 2024-01-21T07:19:52.778028+0000 mgr.smithi093.jhwfwc (mgr.14180) 1530 : cluster [DBG] pgmap v1001: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:55.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:54 smithi143 bash[18953]: audit 2024-01-21T07:19:52.865143+0000 mgr.smithi093.jhwfwc (mgr.14180) 1531 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:19:56.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:56 smithi093 bash[14068]: cluster 2024-01-21T07:19:54.779371+0000 mgr.smithi093.jhwfwc (mgr.14180) 1532 : cluster [DBG] pgmap v1002: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:57.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:56 smithi143 bash[18953]: cluster 2024-01-21T07:19:54.779371+0000 mgr.smithi093.jhwfwc (mgr.14180) 1532 : cluster [DBG] pgmap v1002: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:57.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:57 smithi093 bash[14068]: audit 2024-01-21T07:19:56.747053+0000 mon.smithi093 (mon.0) 1007 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:19:57.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:57 smithi093 bash[14068]: audit 2024-01-21T07:19:57.019960+0000 mon.smithi093 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:19:58.023 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:19:58.023 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:09:42.045350Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:09:41.681596Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:09:42.045848Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:09:41.681775Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:09:41.681918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:09:41.682034Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:09:41.682151Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:09:42.046334Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:09:41.682548Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:19:58.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:57 smithi143 bash[18953]: audit 2024-01-21T07:19:56.747053+0000 mon.smithi093 (mon.0) 1007 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:19:58.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:57 smithi143 bash[18953]: audit 2024-01-21T07:19:57.019960+0000 mon.smithi093 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:19:58.844 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:19:58.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:58 smithi093 bash[14068]: cluster 2024-01-21T07:19:56.780823+0000 mgr.smithi093.jhwfwc (mgr.14180) 1533 : cluster [DBG] pgmap v1003: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:59.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:58 smithi143 bash[18953]: cluster 2024-01-21T07:19:56.780823+0000 mgr.smithi093.jhwfwc (mgr.14180) 1533 : cluster [DBG] pgmap v1003: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:19:59.845 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:19:59.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:19:59 smithi093 bash[14068]: audit 2024-01-21T07:19:58.010885+0000 mgr.smithi093.jhwfwc (mgr.14180) 1534 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:00.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:19:59 smithi143 bash[18953]: audit 2024-01-21T07:19:58.010885+0000 mgr.smithi093.jhwfwc (mgr.14180) 1534 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:00.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:00 smithi093 bash[14068]: cluster 2024-01-21T07:19:58.781408+0000 mgr.smithi093.jhwfwc (mgr.14180) 1535 : cluster [DBG] pgmap v1004: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:00.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:00 smithi093 bash[14068]: cluster 2024-01-21T07:20:00.000100+0000 mon.smithi093 (mon.0) 1009 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T07:20:01.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:00 smithi143 bash[18953]: cluster 2024-01-21T07:19:58.781408+0000 mgr.smithi093.jhwfwc (mgr.14180) 1535 : cluster [DBG] pgmap v1004: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:01.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:00 smithi143 bash[18953]: cluster 2024-01-21T07:20:00.000100+0000 mon.smithi093 (mon.0) 1009 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T07:20:02.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:02 smithi093 bash[14068]: cluster 2024-01-21T07:20:00.782783+0000 mgr.smithi093.jhwfwc (mgr.14180) 1536 : cluster [DBG] pgmap v1005: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:02.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:02 smithi093 bash[14068]: audit 2024-01-21T07:20:02.553823+0000 mon.smithi093 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:03.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:02 smithi143 bash[18953]: cluster 2024-01-21T07:20:00.782783+0000 mgr.smithi093.jhwfwc (mgr.14180) 1536 : cluster [DBG] pgmap v1005: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:03.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:02 smithi143 bash[18953]: audit 2024-01-21T07:20:02.553823+0000 mon.smithi093 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:03.170 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:03.170 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:17:48.438723Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.chpujc on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:20:03.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:03 smithi093 bash[14068]: audit 2024-01-21T07:20:02.648122+0000 mon.smithi093 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:03.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:03 smithi093 bash[14068]: audit 2024-01-21T07:20:02.918403+0000 mon.smithi093 (mon.0) 1012 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:20:03.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:03 smithi093 bash[14068]: audit 2024-01-21T07:20:02.919311+0000 mon.smithi093 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:20:03.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:03 smithi093 bash[14068]: audit 2024-01-21T07:20:02.925353+0000 mon.smithi093 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:03.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:03 smithi093 bash[14068]: audit 2024-01-21T07:20:02.934239+0000 mon.smithi093 (mon.0) 1015 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:20:04.024 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:20:04.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:03 smithi143 bash[18953]: audit 2024-01-21T07:20:02.648122+0000 mon.smithi093 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:04.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:03 smithi143 bash[18953]: audit 2024-01-21T07:20:02.918403+0000 mon.smithi093 (mon.0) 1012 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:20:04.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:03 smithi143 bash[18953]: audit 2024-01-21T07:20:02.919311+0000 mon.smithi093 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:20:04.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:03 smithi143 bash[18953]: audit 2024-01-21T07:20:02.925353+0000 mon.smithi093 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:04.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:03 smithi143 bash[18953]: audit 2024-01-21T07:20:02.934239+0000 mon.smithi093 (mon.0) 1015 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:20:04.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:04 smithi093 bash[14068]: cluster 2024-01-21T07:20:02.784019+0000 mgr.smithi093.jhwfwc (mgr.14180) 1537 : cluster [DBG] pgmap v1006: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:04.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:04 smithi093 bash[14068]: cluster 2024-01-21T07:20:02.926039+0000 mgr.smithi093.jhwfwc (mgr.14180) 1538 : cluster [DBG] pgmap v1007: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:04.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:04 smithi093 bash[14068]: cephadm 2024-01-21T07:20:02.943775+0000 mgr.smithi093.jhwfwc (mgr.14180) 1539 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.onfyrx on smithi143 2024-01-21T07:20:04.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:04 smithi093 bash[14068]: audit 2024-01-21T07:20:03.158676+0000 mgr.smithi093.jhwfwc (mgr.14180) 1540 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:04.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:04 smithi093 bash[14068]: cluster 2024-01-21T07:20:03.645641+0000 mon.smithi093 (mon.0) 1016 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:20:04.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:04 smithi093 bash[14068]: cluster 2024-01-21T07:20:03.645677+0000 mon.smithi093 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2024-01-21T07:20:04.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:04 smithi093 bash[14068]: audit 2024-01-21T07:20:04.250995+0000 mon.smithi093 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:05.026 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:20:05.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:04 smithi143 bash[18953]: cluster 2024-01-21T07:20:02.784019+0000 mgr.smithi093.jhwfwc (mgr.14180) 1537 : cluster [DBG] pgmap v1006: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:05.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:04 smithi143 bash[18953]: cluster 2024-01-21T07:20:02.926039+0000 mgr.smithi093.jhwfwc (mgr.14180) 1538 : cluster [DBG] pgmap v1007: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:05.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:04 smithi143 bash[18953]: cephadm 2024-01-21T07:20:02.943775+0000 mgr.smithi093.jhwfwc (mgr.14180) 1539 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.onfyrx on smithi143 2024-01-21T07:20:05.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:04 smithi143 bash[18953]: audit 2024-01-21T07:20:03.158676+0000 mgr.smithi093.jhwfwc (mgr.14180) 1540 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:05.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:04 smithi143 bash[18953]: cluster 2024-01-21T07:20:03.645641+0000 mon.smithi093 (mon.0) 1016 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:20:05.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:04 smithi143 bash[18953]: cluster 2024-01-21T07:20:03.645677+0000 mon.smithi093 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2024-01-21T07:20:05.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:04 smithi143 bash[18953]: audit 2024-01-21T07:20:04.250995+0000 mon.smithi093 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:06.972 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:06 smithi093 bash[14068]: cluster 2024-01-21T07:20:04.927047+0000 mgr.smithi093.jhwfwc (mgr.14180) 1541 : cluster [DBG] pgmap v1008: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:07.001 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:06 smithi143 bash[18953]: cluster 2024-01-21T07:20:04.927047+0000 mgr.smithi093.jhwfwc (mgr.14180) 1541 : cluster [DBG] pgmap v1008: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:07.956 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:07 smithi093 bash[14068]: audit 2024-01-21T07:20:07.060699+0000 mon.smithi093 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.onfyrx"}]: dispatch 2024-01-21T07:20:08.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:07 smithi143 bash[18953]: audit 2024-01-21T07:20:07.060699+0000 mon.smithi093 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.onfyrx"}]: dispatch 2024-01-21T07:20:08.347 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:08.347 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:52.850298Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.nrdfha on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-nrdfha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.nrdfha\nDeploy daemon haproxy.rgw.foo.smithi143.nrdfha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.736608Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.yzffom on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-yzffom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.yzffom\nDeploy daemon haproxy.rgw.foo.smithi093.yzffom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:18:56.740875Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.wzaoyp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:20:08.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: cluster 2024-01-21T07:20:06.928156+0000 mgr.smithi093.jhwfwc (mgr.14180) 1542 : cluster [DBG] pgmap v1009: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:08.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: cephadm 2024-01-21T07:20:07.059764+0000 mgr.smithi093.jhwfwc (mgr.14180) 1543 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:08.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:08.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:08.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.onfyrx ... 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:20:08.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.onfyrx ... 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: cephadm 2024-01-21T07:20:07.059995+0000 mgr.smithi093.jhwfwc (mgr.14180) 1544 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: cephadm 2024-01-21T07:20:07.062077+0000 mgr.smithi093.jhwfwc (mgr.14180) 1545 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:08.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:08.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:08.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:08.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:08.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:08.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.onfyrx ... 2024-01-21T07:20:08.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:08.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:08.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:08.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:08.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:08.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:08 smithi093 bash[14068]: cephadm 2024-01-21T07:20:07.064499+0000 mgr.smithi093.jhwfwc (mgr.14180) 1546 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.nbletf on smithi093 2024-01-21T07:20:09.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: cluster 2024-01-21T07:20:06.928156+0000 mgr.smithi093.jhwfwc (mgr.14180) 1542 : cluster [DBG] pgmap v1009: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:09.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: cephadm 2024-01-21T07:20:07.059764+0000 mgr.smithi093.jhwfwc (mgr.14180) 1543 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.onfyrx ... 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:20:09.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.onfyrx ... 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:09.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: cephadm 2024-01-21T07:20:07.059995+0000 mgr.smithi093.jhwfwc (mgr.14180) 1544 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: cephadm 2024-01-21T07:20:07.062077+0000 mgr.smithi093.jhwfwc (mgr.14180) 1545 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.onfyrx ... 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:09.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:08 smithi143 bash[18953]: cephadm 2024-01-21T07:20:07.064499+0000 mgr.smithi093.jhwfwc (mgr.14180) 1546 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.nbletf on smithi093 2024-01-21T07:20:09.096 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:20:10.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:09 smithi143 bash[18953]: audit 2024-01-21T07:20:08.334187+0000 mgr.smithi093.jhwfwc (mgr.14180) 1547 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:10.097 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:20:10.110 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:09 smithi093 bash[14068]: audit 2024-01-21T07:20:08.334187+0000 mgr.smithi093.jhwfwc (mgr.14180) 1547 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:11.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:10 smithi143 bash[18953]: cluster 2024-01-21T07:20:08.928993+0000 mgr.smithi093.jhwfwc (mgr.14180) 1548 : cluster [DBG] pgmap v1010: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:11.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:10 smithi093 bash[14068]: cluster 2024-01-21T07:20:08.928993+0000 mgr.smithi093.jhwfwc (mgr.14180) 1548 : cluster [DBG] pgmap v1010: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:11.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:11 smithi093 bash[14068]: audit 2024-01-21T07:20:11.273846+0000 mon.smithi093 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.nbletf"}]: dispatch 2024-01-21T07:20:12.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:11 smithi143 bash[18953]: audit 2024-01-21T07:20:11.273846+0000 mon.smithi093 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.nbletf"}]: dispatch 2024-01-21T07:20:13.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: cluster 2024-01-21T07:20:10.930385+0000 mgr.smithi093.jhwfwc (mgr.14180) 1549 : cluster [DBG] pgmap v1011: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:13.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: cephadm 2024-01-21T07:20:11.272671+0000 mgr.smithi093.jhwfwc (mgr.14180) 1550 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:13.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:13.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.nbletf ... 2024-01-21T07:20:13.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:13.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:13.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.nbletf ... 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: cephadm 2024-01-21T07:20:11.273185+0000 mgr.smithi093.jhwfwc (mgr.14180) 1551 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: cephadm 2024-01-21T07:20:11.275023+0000 mgr.smithi093.jhwfwc (mgr.14180) 1552 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.nbletf ... 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:13.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:13.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:13.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: cephadm 2024-01-21T07:20:11.278259+0000 mgr.smithi093.jhwfwc (mgr.14180) 1553 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:20:13.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: cephadm 2024-01-21T07:20:11.281068+0000 mgr.smithi093.jhwfwc (mgr.14180) 1554 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:20:13.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: cluster 2024-01-21T07:20:11.282783+0000 mgr.smithi093.jhwfwc (mgr.14180) 1555 : cluster [DBG] pgmap v1012: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:13.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:12 smithi143 bash[18953]: cluster 2024-01-21T07:20:11.685634+0000 mon.smithi093 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:20:13.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: cluster 2024-01-21T07:20:10.930385+0000 mgr.smithi093.jhwfwc (mgr.14180) 1549 : cluster [DBG] pgmap v1011: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:13.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: cephadm 2024-01-21T07:20:11.272671+0000 mgr.smithi093.jhwfwc (mgr.14180) 1550 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:13.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:13.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.nbletf ... 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.nbletf ... 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: cephadm 2024-01-21T07:20:11.273185+0000 mgr.smithi093.jhwfwc (mgr.14180) 1551 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: cephadm 2024-01-21T07:20:11.275023+0000 mgr.smithi093.jhwfwc (mgr.14180) 1552 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf 2024-01-21T07:20:13.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.nbletf ... 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: cephadm 2024-01-21T07:20:11.278259+0000 mgr.smithi093.jhwfwc (mgr.14180) 1553 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: cephadm 2024-01-21T07:20:11.281068+0000 mgr.smithi093.jhwfwc (mgr.14180) 1554 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: cluster 2024-01-21T07:20:11.282783+0000 mgr.smithi093.jhwfwc (mgr.14180) 1555 : cluster [DBG] pgmap v1012: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:13.166 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:12 smithi093 bash[14068]: cluster 2024-01-21T07:20:11.685634+0000 mon.smithi093 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:20:13.598 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:13.598 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:20:14.444 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:20:15.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:14 smithi143 bash[18953]: cluster 2024-01-21T07:20:13.283648+0000 mgr.smithi093.jhwfwc (mgr.14180) 1556 : cluster [DBG] pgmap v1013: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:15.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:14 smithi143 bash[18953]: audit 2024-01-21T07:20:13.587772+0000 mgr.smithi093.jhwfwc (mgr.14180) 1557 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:15.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:14 smithi093 bash[14068]: cluster 2024-01-21T07:20:13.283648+0000 mgr.smithi093.jhwfwc (mgr.14180) 1556 : cluster [DBG] pgmap v1013: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:15.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:14 smithi093 bash[14068]: audit 2024-01-21T07:20:13.587772+0000 mgr.smithi093.jhwfwc (mgr.14180) 1557 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:15.445 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:20:16.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:16 smithi143 bash[18953]: audit 2024-01-21T07:20:15.022318+0000 mon.smithi093 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:16.310 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:16 smithi143 bash[18953]: cluster 2024-01-21T07:20:15.285138+0000 mgr.smithi093.jhwfwc (mgr.14180) 1558 : cluster [DBG] pgmap v1014: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:16.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:16 smithi093 bash[14068]: audit 2024-01-21T07:20:15.022318+0000 mon.smithi093 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:16.412 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:16 smithi093 bash[14068]: cluster 2024-01-21T07:20:15.285138+0000 mgr.smithi093.jhwfwc (mgr.14180) 1558 : cluster [DBG] pgmap v1014: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:18.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:18 smithi093 bash[14068]: cluster 2024-01-21T07:20:17.286100+0000 mgr.smithi093.jhwfwc (mgr.14180) 1559 : cluster [DBG] pgmap v1015: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:18.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:18 smithi143 bash[18953]: cluster 2024-01-21T07:20:17.286100+0000 mgr.smithi093.jhwfwc (mgr.14180) 1559 : cluster [DBG] pgmap v1015: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:18.928 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:18.929 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:20:19.708 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:20:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:20 smithi143 bash[18953]: audit 2024-01-21T07:20:18.916169+0000 mgr.smithi093.jhwfwc (mgr.14180) 1560 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:20 smithi143 bash[18953]: audit 2024-01-21T07:20:19.250264+0000 mon.smithi093 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:20.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:20 smithi143 bash[18953]: cluster 2024-01-21T07:20:19.286737+0000 mgr.smithi093.jhwfwc (mgr.14180) 1561 : cluster [DBG] pgmap v1016: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:20.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:20 smithi093 bash[14068]: audit 2024-01-21T07:20:18.916169+0000 mgr.smithi093.jhwfwc (mgr.14180) 1560 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:20 smithi093 bash[14068]: audit 2024-01-21T07:20:19.250264+0000 mon.smithi093 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:20:20.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:20 smithi093 bash[14068]: cluster 2024-01-21T07:20:19.286737+0000 mgr.smithi093.jhwfwc (mgr.14180) 1561 : cluster [DBG] pgmap v1016: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:20.709 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:20:22.692 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:22 smithi093 bash[14068]: cluster 2024-01-21T07:20:21.288047+0000 mgr.smithi093.jhwfwc (mgr.14180) 1562 : cluster [DBG] pgmap v1017: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:22.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:22 smithi143 bash[18953]: cluster 2024-01-21T07:20:21.288047+0000 mgr.smithi093.jhwfwc (mgr.14180) 1562 : cluster [DBG] pgmap v1017: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:23.957 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:23.958 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:20:24.713 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:24 smithi093 bash[14068]: cluster 2024-01-21T07:20:23.288718+0000 mgr.smithi093.jhwfwc (mgr.14180) 1563 : cluster [DBG] pgmap v1018: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:24.715 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:20:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:24 smithi143 bash[18953]: cluster 2024-01-21T07:20:23.288718+0000 mgr.smithi093.jhwfwc (mgr.14180) 1563 : cluster [DBG] pgmap v1018: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:25.715 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:20:25.728 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:25 smithi093 bash[14068]: audit 2024-01-21T07:20:23.946328+0000 mgr.smithi093.jhwfwc (mgr.14180) 1564 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:25.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:25 smithi143 bash[18953]: audit 2024-01-21T07:20:23.946328+0000 mgr.smithi093.jhwfwc (mgr.14180) 1564 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:26.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:26 smithi143 bash[18953]: cluster 2024-01-21T07:20:25.290053+0000 mgr.smithi093.jhwfwc (mgr.14180) 1565 : cluster [DBG] pgmap v1019: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:26.817 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:26 smithi093 bash[14068]: cluster 2024-01-21T07:20:25.290053+0000 mgr.smithi093.jhwfwc (mgr.14180) 1565 : cluster [DBG] pgmap v1019: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:28.720 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:28 smithi093 bash[14068]: cluster 2024-01-21T07:20:27.291266+0000 mgr.smithi093.jhwfwc (mgr.14180) 1566 : cluster [DBG] pgmap v1020: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:28 smithi143 bash[18953]: cluster 2024-01-21T07:20:27.291266+0000 mgr.smithi093.jhwfwc (mgr.14180) 1566 : cluster [DBG] pgmap v1020: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:29.064 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:29.064 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:20:29.829 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:20:30.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:30 smithi143 bash[18953]: audit 2024-01-21T07:20:29.055162+0000 mgr.smithi093.jhwfwc (mgr.14180) 1567 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:30.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:30 smithi143 bash[18953]: cluster 2024-01-21T07:20:29.292299+0000 mgr.smithi093.jhwfwc (mgr.14180) 1568 : cluster [DBG] pgmap v1021: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:30.830 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:20:30.843 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:30 smithi093 bash[14068]: audit 2024-01-21T07:20:29.055162+0000 mgr.smithi093.jhwfwc (mgr.14180) 1567 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:30.843 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:30 smithi093 bash[14068]: cluster 2024-01-21T07:20:29.292299+0000 mgr.smithi093.jhwfwc (mgr.14180) 1568 : cluster [DBG] pgmap v1021: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:32.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:32 smithi093 bash[14068]: cluster 2024-01-21T07:20:31.293666+0000 mgr.smithi093.jhwfwc (mgr.14180) 1569 : cluster [DBG] pgmap v1022: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:32.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:32 smithi143 bash[18953]: cluster 2024-01-21T07:20:31.293666+0000 mgr.smithi093.jhwfwc (mgr.14180) 1569 : cluster [DBG] pgmap v1022: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:34.134 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:34.134 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:20:34.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:34 smithi093 bash[14068]: cluster 2024-01-21T07:20:33.294851+0000 mgr.smithi093.jhwfwc (mgr.14180) 1570 : cluster [DBG] pgmap v1023: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:34.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:34 smithi143 bash[18953]: cluster 2024-01-21T07:20:33.294851+0000 mgr.smithi093.jhwfwc (mgr.14180) 1570 : cluster [DBG] pgmap v1023: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:34.886 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:20:35.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:35 smithi143 bash[18953]: audit 2024-01-21T07:20:34.123541+0000 mgr.smithi093.jhwfwc (mgr.14180) 1571 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:35.887 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:20:35.901 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:35 smithi093 bash[14068]: audit 2024-01-21T07:20:34.123541+0000 mgr.smithi093.jhwfwc (mgr.14180) 1571 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:36.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:36 smithi143 bash[18953]: cluster 2024-01-21T07:20:35.296468+0000 mgr.smithi093.jhwfwc (mgr.14180) 1572 : cluster [DBG] pgmap v1024: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:36.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:36 smithi093 bash[14068]: cluster 2024-01-21T07:20:35.296468+0000 mgr.smithi093.jhwfwc (mgr.14180) 1572 : cluster [DBG] pgmap v1024: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:38 smithi143 bash[18953]: cluster 2024-01-21T07:20:37.297835+0000 mgr.smithi093.jhwfwc (mgr.14180) 1573 : cluster [DBG] pgmap v1025: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:38.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:38 smithi093 bash[14068]: cluster 2024-01-21T07:20:37.297835+0000 mgr.smithi093.jhwfwc (mgr.14180) 1573 : cluster [DBG] pgmap v1025: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:38.975 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:38.975 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:20:39.799 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:20:40.800 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:20:40.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:40 smithi143 bash[18953]: audit 2024-01-21T07:20:38.968079+0000 mgr.smithi093.jhwfwc (mgr.14180) 1574 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:40.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:40 smithi143 bash[18953]: cluster 2024-01-21T07:20:39.299154+0000 mgr.smithi093.jhwfwc (mgr.14180) 1575 : cluster [DBG] pgmap v1026: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:40.813 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:40 smithi093 bash[14068]: audit 2024-01-21T07:20:38.968079+0000 mgr.smithi093.jhwfwc (mgr.14180) 1574 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:40.814 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:40 smithi093 bash[14068]: cluster 2024-01-21T07:20:39.299154+0000 mgr.smithi093.jhwfwc (mgr.14180) 1575 : cluster [DBG] pgmap v1026: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:42.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:42 smithi143 bash[18953]: cluster 2024-01-21T07:20:41.300644+0000 mgr.smithi093.jhwfwc (mgr.14180) 1576 : cluster [DBG] pgmap v1027: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:42.842 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:42 smithi093 bash[14068]: cluster 2024-01-21T07:20:41.300644+0000 mgr.smithi093.jhwfwc (mgr.14180) 1576 : cluster [DBG] pgmap v1027: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:44.187 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:44.188 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:20:44.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:44 smithi143 bash[18953]: cluster 2024-01-21T07:20:43.301444+0000 mgr.smithi093.jhwfwc (mgr.14180) 1577 : cluster [DBG] pgmap v1028: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:44.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:44 smithi093 bash[14068]: cluster 2024-01-21T07:20:43.301444+0000 mgr.smithi093.jhwfwc (mgr.14180) 1577 : cluster [DBG] pgmap v1028: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:45.055 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:20:45.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:45 smithi143 bash[18953]: audit 2024-01-21T07:20:44.176080+0000 mgr.smithi093.jhwfwc (mgr.14180) 1578 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:45.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:45 smithi093 bash[14068]: audit 2024-01-21T07:20:44.176080+0000 mgr.smithi093.jhwfwc (mgr.14180) 1578 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:46.056 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:20:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:46 smithi143 bash[18953]: cluster 2024-01-21T07:20:45.302991+0000 mgr.smithi093.jhwfwc (mgr.14180) 1579 : cluster [DBG] pgmap v1029: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:46.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:46 smithi093 bash[14068]: cluster 2024-01-21T07:20:45.302991+0000 mgr.smithi093.jhwfwc (mgr.14180) 1579 : cluster [DBG] pgmap v1029: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:48.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:48 smithi143 bash[18953]: cluster 2024-01-21T07:20:47.303787+0000 mgr.smithi093.jhwfwc (mgr.14180) 1580 : cluster [DBG] pgmap v1030: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:48.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:48 smithi093 bash[14068]: cluster 2024-01-21T07:20:47.303787+0000 mgr.smithi093.jhwfwc (mgr.14180) 1580 : cluster [DBG] pgmap v1030: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:49.393 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:49.393 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:20:50.203 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:20:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:50 smithi143 bash[18953]: cluster 2024-01-21T07:20:49.304541+0000 mgr.smithi093.jhwfwc (mgr.14180) 1581 : cluster [DBG] pgmap v1031: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:50.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:50 smithi143 bash[18953]: audit 2024-01-21T07:20:49.381517+0000 mgr.smithi093.jhwfwc (mgr.14180) 1582 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:50.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:50 smithi093 bash[14068]: cluster 2024-01-21T07:20:49.304541+0000 mgr.smithi093.jhwfwc (mgr.14180) 1581 : cluster [DBG] pgmap v1031: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:50.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:50 smithi093 bash[14068]: audit 2024-01-21T07:20:49.381517+0000 mgr.smithi093.jhwfwc (mgr.14180) 1582 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:51.204 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:20:52.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:52 smithi143 bash[18953]: cluster 2024-01-21T07:20:51.305773+0000 mgr.smithi093.jhwfwc (mgr.14180) 1583 : cluster [DBG] pgmap v1032: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:52.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:52 smithi093 bash[14068]: cluster 2024-01-21T07:20:51.305773+0000 mgr.smithi093.jhwfwc (mgr.14180) 1583 : cluster [DBG] pgmap v1032: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:54.364 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:54.364 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:20:54.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:54 smithi143 bash[18953]: cluster 2024-01-21T07:20:53.306924+0000 mgr.smithi093.jhwfwc (mgr.14180) 1584 : cluster [DBG] pgmap v1033: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:54.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:54 smithi093 bash[14068]: cluster 2024-01-21T07:20:53.306924+0000 mgr.smithi093.jhwfwc (mgr.14180) 1584 : cluster [DBG] pgmap v1033: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:55.166 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:20:55.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:55 smithi143 bash[18953]: audit 2024-01-21T07:20:54.357295+0000 mgr.smithi093.jhwfwc (mgr.14180) 1585 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:55.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:55 smithi093 bash[14068]: audit 2024-01-21T07:20:54.357295+0000 mgr.smithi093.jhwfwc (mgr.14180) 1585 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:20:56.167 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:20:56.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:56 smithi143 bash[18953]: cluster 2024-01-21T07:20:55.308398+0000 mgr.smithi093.jhwfwc (mgr.14180) 1586 : cluster [DBG] pgmap v1034: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:56.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:56 smithi093 bash[14068]: cluster 2024-01-21T07:20:55.308398+0000 mgr.smithi093.jhwfwc (mgr.14180) 1586 : cluster [DBG] pgmap v1034: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:58.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:20:58 smithi143 bash[18953]: cluster 2024-01-21T07:20:57.309326+0000 mgr.smithi093.jhwfwc (mgr.14180) 1587 : cluster [DBG] pgmap v1035: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:58.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:20:58 smithi093 bash[14068]: cluster 2024-01-21T07:20:57.309326+0000 mgr.smithi093.jhwfwc (mgr.14180) 1587 : cluster [DBG] pgmap v1035: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:20:59.409 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:20:59.409 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:21:00.127 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:21:00.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:00 smithi093 bash[14068]: cluster 2024-01-21T07:20:59.310563+0000 mgr.smithi093.jhwfwc (mgr.14180) 1588 : cluster [DBG] pgmap v1036: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:00.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:00 smithi093 bash[14068]: audit 2024-01-21T07:20:59.398303+0000 mgr.smithi093.jhwfwc (mgr.14180) 1589 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:01.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:00 smithi143 bash[18953]: cluster 2024-01-21T07:20:59.310563+0000 mgr.smithi093.jhwfwc (mgr.14180) 1588 : cluster [DBG] pgmap v1036: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:01.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:00 smithi143 bash[18953]: audit 2024-01-21T07:20:59.398303+0000 mgr.smithi093.jhwfwc (mgr.14180) 1589 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:01.128 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:21:02.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:02 smithi093 bash[14068]: cluster 2024-01-21T07:21:01.311702+0000 mgr.smithi093.jhwfwc (mgr.14180) 1590 : cluster [DBG] pgmap v1037: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:03.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:02 smithi143 bash[18953]: cluster 2024-01-21T07:21:01.311702+0000 mgr.smithi093.jhwfwc (mgr.14180) 1590 : cluster [DBG] pgmap v1037: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:04.317 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:21:04.317 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:21:04.720 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:04 smithi093 bash[14068]: cluster 2024-01-21T07:21:03.312339+0000 mgr.smithi093.jhwfwc (mgr.14180) 1591 : cluster [DBG] pgmap v1038: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:05.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:04 smithi143 bash[18953]: cluster 2024-01-21T07:21:03.312339+0000 mgr.smithi093.jhwfwc (mgr.14180) 1591 : cluster [DBG] pgmap v1038: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:05.065 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:21:05.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:05 smithi093 bash[14068]: audit 2024-01-21T07:21:04.310152+0000 mgr.smithi093.jhwfwc (mgr.14180) 1592 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:06.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:05 smithi143 bash[18953]: audit 2024-01-21T07:21:04.310152+0000 mgr.smithi093.jhwfwc (mgr.14180) 1592 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:06.065 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:21:06.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:06 smithi093 bash[14068]: cluster 2024-01-21T07:21:05.313812+0000 mgr.smithi093.jhwfwc (mgr.14180) 1593 : cluster [DBG] pgmap v1039: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:07.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:06 smithi143 bash[18953]: cluster 2024-01-21T07:21:05.313812+0000 mgr.smithi093.jhwfwc (mgr.14180) 1593 : cluster [DBG] pgmap v1039: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:08.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:08 smithi093 bash[14068]: cluster 2024-01-21T07:21:07.314738+0000 mgr.smithi093.jhwfwc (mgr.14180) 1594 : cluster [DBG] pgmap v1040: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:09.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:08 smithi143 bash[18953]: cluster 2024-01-21T07:21:07.314738+0000 mgr.smithi093.jhwfwc (mgr.14180) 1594 : cluster [DBG] pgmap v1040: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:09.457 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:21:09.457 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:21:10.268 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:21:10.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:10 smithi093 bash[14068]: cluster 2024-01-21T07:21:09.316000+0000 mgr.smithi093.jhwfwc (mgr.14180) 1595 : cluster [DBG] pgmap v1041: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:10.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:10 smithi093 bash[14068]: audit 2024-01-21T07:21:09.446186+0000 mgr.smithi093.jhwfwc (mgr.14180) 1596 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:11.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:10 smithi143 bash[18953]: cluster 2024-01-21T07:21:09.316000+0000 mgr.smithi093.jhwfwc (mgr.14180) 1595 : cluster [DBG] pgmap v1041: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:11.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:10 smithi143 bash[18953]: audit 2024-01-21T07:21:09.446186+0000 mgr.smithi093.jhwfwc (mgr.14180) 1596 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:11.270 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:21:11.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:11 smithi093 bash[14068]: audit 2024-01-21T07:21:11.286195+0000 mon.smithi093 (mon.0) 1024 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:21:11.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:11 smithi093 bash[14068]: audit 2024-01-21T07:21:11.593044+0000 mon.smithi093 (mon.0) 1025 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:21:11.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:11 smithi093 bash[14068]: audit 2024-01-21T07:21:11.594292+0000 mon.smithi093 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:21:12.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:11 smithi143 bash[18953]: audit 2024-01-21T07:21:11.286195+0000 mon.smithi093 (mon.0) 1024 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:21:12.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:11 smithi143 bash[18953]: audit 2024-01-21T07:21:11.593044+0000 mon.smithi093 (mon.0) 1025 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:21:12.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:11 smithi143 bash[18953]: audit 2024-01-21T07:21:11.594292+0000 mon.smithi093 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:21:12.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:12 smithi093 bash[14068]: cluster 2024-01-21T07:21:11.317385+0000 mgr.smithi093.jhwfwc (mgr.14180) 1597 : cluster [DBG] pgmap v1042: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:12.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:12 smithi093 bash[14068]: audit 2024-01-21T07:21:11.601394+0000 mon.smithi093 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:21:12.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:12 smithi093 bash[14068]: cluster 2024-01-21T07:21:11.602545+0000 mgr.smithi093.jhwfwc (mgr.14180) 1598 : cluster [DBG] pgmap v1043: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:12.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:12 smithi093 bash[14068]: audit 2024-01-21T07:21:11.609112+0000 mon.smithi093 (mon.0) 1028 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:21:12.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:12 smithi093 bash[14068]: cephadm 2024-01-21T07:21:11.618514+0000 mgr.smithi093.jhwfwc (mgr.14180) 1599 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.rknqex on smithi143 2024-01-21T07:21:12.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:12 smithi093 bash[14068]: cluster 2024-01-21T07:21:12.604661+0000 mon.smithi093 (mon.0) 1029 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:21:12.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:12 smithi093 bash[14068]: cluster 2024-01-21T07:21:12.604790+0000 mon.smithi093 (mon.0) 1030 : cluster [INF] Cluster is now healthy 2024-01-21T07:21:13.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:12 smithi143 bash[18953]: cluster 2024-01-21T07:21:11.317385+0000 mgr.smithi093.jhwfwc (mgr.14180) 1597 : cluster [DBG] pgmap v1042: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:13.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:12 smithi143 bash[18953]: audit 2024-01-21T07:21:11.601394+0000 mon.smithi093 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:21:13.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:12 smithi143 bash[18953]: cluster 2024-01-21T07:21:11.602545+0000 mgr.smithi093.jhwfwc (mgr.14180) 1598 : cluster [DBG] pgmap v1043: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:13.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:12 smithi143 bash[18953]: audit 2024-01-21T07:21:11.609112+0000 mon.smithi093 (mon.0) 1028 : audit [DBG] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T07:21:13.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:12 smithi143 bash[18953]: cephadm 2024-01-21T07:21:11.618514+0000 mgr.smithi093.jhwfwc (mgr.14180) 1599 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi143.rknqex on smithi143 2024-01-21T07:21:13.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:12 smithi143 bash[18953]: cluster 2024-01-21T07:21:12.604661+0000 mon.smithi093 (mon.0) 1029 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T07:21:13.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:12 smithi143 bash[18953]: cluster 2024-01-21T07:21:12.604790+0000 mon.smithi093 (mon.0) 1030 : cluster [INF] Cluster is now healthy 2024-01-21T07:21:14.776 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:21:14.776 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:18:56.743089Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.cdgwol on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:07.061950Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.onfyrx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-onfyrx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.onfyrx\nDeploy daemon haproxy.rgw.foo.smithi143.onfyrx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.274857Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.nbletf on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-nbletf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.nbletf\nDeploy daemon haproxy.rgw.foo.smithi093.nbletf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:20:11.278106Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.hwjdni on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:21:14.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:14 smithi093 bash[14068]: cluster 2024-01-21T07:21:13.603311+0000 mgr.smithi093.jhwfwc (mgr.14180) 1600 : cluster [DBG] pgmap v1044: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:14.984 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:14 smithi143 bash[18953]: cluster 2024-01-21T07:21:13.603311+0000 mgr.smithi093.jhwfwc (mgr.14180) 1600 : cluster [DBG] pgmap v1044: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:15.556 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:21:15.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:15 smithi093 bash[14068]: audit 2024-01-21T07:21:15.383029+0000 mon.smithi093 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.rknqex"}]: dispatch 2024-01-21T07:21:16.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:15 smithi143 bash[18953]: audit 2024-01-21T07:21:15.383029+0000 mon.smithi093 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi143.rknqex"}]: dispatch 2024-01-21T07:21:16.557 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:21:16.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: audit 2024-01-21T07:21:14.765109+0000 mgr.smithi093.jhwfwc (mgr.14180) 1601 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:16.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: cephadm 2024-01-21T07:21:15.381981+0000 mgr.smithi093.jhwfwc (mgr.14180) 1602 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:16.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:16.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:16.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:16.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.rknqex ... 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:16.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.rknqex ... 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: cephadm 2024-01-21T07:21:15.382427+0000 mgr.smithi093.jhwfwc (mgr.14180) 1603 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.rknqex 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: cephadm 2024-01-21T07:21:15.384435+0000 mgr.smithi093.jhwfwc (mgr.14180) 1604 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.rknqex on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:16.915 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:16.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:16.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:16.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:16.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi143.rknqex ... 2024-01-21T07:21:16.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:16.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:16.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:16.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:16.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:16.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: cephadm 2024-01-21T07:21:15.389067+0000 mgr.smithi093.jhwfwc (mgr.14180) 1605 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.dcsbrr on smithi093 2024-01-21T07:21:16.916 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:16 smithi093 bash[14068]: cluster 2024-01-21T07:21:15.604548+0000 mgr.smithi093.jhwfwc (mgr.14180) 1606 : cluster [DBG] pgmap v1045: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: audit 2024-01-21T07:21:14.765109+0000 mgr.smithi093.jhwfwc (mgr.14180) 1601 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: cephadm 2024-01-21T07:21:15.381981+0000 mgr.smithi093.jhwfwc (mgr.14180) 1602 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.rknqex ... 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:17.061 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.rknqex ... 2024-01-21T07:21:17.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: cephadm 2024-01-21T07:21:15.382427+0000 mgr.smithi093.jhwfwc (mgr.14180) 1603 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi143.rknqex 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: cephadm 2024-01-21T07:21:15.384435+0000 mgr.smithi093.jhwfwc (mgr.14180) 1604 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi143.rknqex on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi143.rknqex ... 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:17.063 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:17.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:17.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:17.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:17.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: cephadm 2024-01-21T07:21:15.389067+0000 mgr.smithi093.jhwfwc (mgr.14180) 1605 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi093.dcsbrr on smithi093 2024-01-21T07:21:17.064 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:16 smithi143 bash[18953]: cluster 2024-01-21T07:21:15.604548+0000 mgr.smithi093.jhwfwc (mgr.14180) 1606 : cluster [DBG] pgmap v1045: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:18.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:18 smithi093 bash[14068]: cluster 2024-01-21T07:21:17.605447+0000 mgr.smithi093.jhwfwc (mgr.14180) 1607 : cluster [DBG] pgmap v1046: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:19.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:18 smithi143 bash[18953]: cluster 2024-01-21T07:21:17.605447+0000 mgr.smithi093.jhwfwc (mgr.14180) 1607 : cluster [DBG] pgmap v1046: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:19.921 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:21:19.921 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:15.384296Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rknqex on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\nDeploy daemon haproxy.rgw.foo.smithi143.rknqex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.344734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.dcsbrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\nDeploy daemon haproxy.rgw.foo.smithi093.dcsbrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.346664Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ecoatx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:19.348149Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wzhyon on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:21:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: audit 2024-01-21T07:21:19.253206+0000 mon.smithi093 (mon.0) 1032 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:21:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: cephadm 2024-01-21T07:21:19.342982+0000 mgr.smithi093.jhwfwc (mgr.14180) 1608 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:20.413 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.dcsbrr ... 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: Traceback (most recent call last): 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: yield (conn, connr) 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: code, '\n'.join(err))) 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.414 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:20.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:20.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.dcsbrr ... 2024-01-21T07:21:20.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:20.415 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: cephadm 2024-01-21T07:21:19.343212+0000 mgr.smithi093.jhwfwc (mgr.14180) 1609 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: audit 2024-01-21T07:21:19.343711+0000 mon.smithi093 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.dcsbrr"}]: dispatch 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: cephadm 2024-01-21T07:21:19.344880+0000 mgr.smithi093.jhwfwc (mgr.14180) 1610 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.dcsbrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stdout 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: Deploy daemon haproxy.rgw.foo.smithi093.dcsbrr ... 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.416 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:20.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:20.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:20.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: cephadm 2024-01-21T07:21:19.346757+0000 mgr.smithi093.jhwfwc (mgr.14180) 1611 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.ecoatx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:21:20.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: cephadm 2024-01-21T07:21:19.348240+0000 mgr.smithi093.jhwfwc (mgr.14180) 1612 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.wzhyon on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:21:20.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: cluster 2024-01-21T07:21:19.349312+0000 mgr.smithi093.jhwfwc (mgr.14180) 1613 : cluster [DBG] pgmap v1047: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:20.417 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:20 smithi093 bash[14068]: audit 2024-01-21T07:21:20.069504+0000 mon.smithi093 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:21:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: audit 2024-01-21T07:21:19.253206+0000 mon.smithi093 (mon.0) 1032 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:21:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: cephadm 2024-01-21T07:21:19.342982+0000 mgr.smithi093.jhwfwc (mgr.14180) 1608 : 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.dcsbrr ... 2024-01-21T07:21:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: Traceback (most recent call last): 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: yield (conn, connr) 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: code, '\n'.join(err))) 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: 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-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:20.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.dcsbrr ... 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: cephadm 2024-01-21T07:21:19.343212+0000 mgr.smithi093.jhwfwc (mgr.14180) 1609 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: audit 2024-01-21T07:21:19.343711+0000 mon.smithi093 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi093.dcsbrr"}]: dispatch 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: cephadm 2024-01-21T07:21:19.344880+0000 mgr.smithi093.jhwfwc (mgr.14180) 1610 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi093.dcsbrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stdout 2024-01-21T07:21:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr 2024-01-21T07:21:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: Deploy daemon haproxy.rgw.foo.smithi093.dcsbrr ... 2024-01-21T07:21:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T07:21:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T07:21:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: stat: stderr See 'docker run --help'. 2024-01-21T07:21:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T07:21:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: cephadm 2024-01-21T07:21:19.346757+0000 mgr.smithi093.jhwfwc (mgr.14180) 1611 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi143.ecoatx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:21:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: cephadm 2024-01-21T07:21:19.348240+0000 mgr.smithi093.jhwfwc (mgr.14180) 1612 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi093.wzhyon on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T07:21:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: cluster 2024-01-21T07:21:19.349312+0000 mgr.smithi093.jhwfwc (mgr.14180) 1613 : cluster [DBG] pgmap v1047: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:20 smithi143 bash[18953]: audit 2024-01-21T07:21:20.069504+0000 mon.smithi093 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:21:20.731 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:21:21.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:21 smithi143 bash[18953]: audit 2024-01-21T07:21:19.908616+0000 mgr.smithi093.jhwfwc (mgr.14180) 1614 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:21.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:21 smithi143 bash[18953]: cluster 2024-01-21T07:21:20.249080+0000 mon.smithi093 (mon.0) 1035 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:21:21.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:21 smithi093 bash[14068]: audit 2024-01-21T07:21:19.908616+0000 mgr.smithi093.jhwfwc (mgr.14180) 1614 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:21.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:21 smithi093 bash[14068]: cluster 2024-01-21T07:21:20.249080+0000 mon.smithi093 (mon.0) 1035 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T07:21:21.732 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:21:22.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:22 smithi143 bash[18953]: cluster 2024-01-21T07:21:21.350674+0000 mgr.smithi093.jhwfwc (mgr.14180) 1615 : cluster [DBG] pgmap v1048: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:22.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:22 smithi093 bash[14068]: cluster 2024-01-21T07:21:21.350674+0000 mgr.smithi093.jhwfwc (mgr.14180) 1615 : cluster [DBG] pgmap v1048: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:24.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:24 smithi093 bash[14068]: cluster 2024-01-21T07:21:23.351768+0000 mgr.smithi093.jhwfwc (mgr.14180) 1616 : cluster [DBG] pgmap v1049: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:24.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:24 smithi143 bash[18953]: cluster 2024-01-21T07:21:23.351768+0000 mgr.smithi093.jhwfwc (mgr.14180) 1616 : cluster [DBG] pgmap v1049: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:25.136 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:21:25.136 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:15.384296Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rknqex on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\nDeploy daemon haproxy.rgw.foo.smithi143.rknqex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.344734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.dcsbrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\nDeploy daemon haproxy.rgw.foo.smithi093.dcsbrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.346664Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ecoatx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:19.348149Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wzhyon on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:21:25.959 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:21:26.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:26 smithi143 bash[18953]: audit 2024-01-21T07:21:25.123934+0000 mgr.smithi093.jhwfwc (mgr.14180) 1617 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:26.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:26 smithi143 bash[18953]: cluster 2024-01-21T07:21:25.352622+0000 mgr.smithi093.jhwfwc (mgr.14180) 1618 : cluster [DBG] pgmap v1050: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:26.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:26 smithi093 bash[14068]: audit 2024-01-21T07:21:25.123934+0000 mgr.smithi093.jhwfwc (mgr.14180) 1617 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:26.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:26 smithi093 bash[14068]: cluster 2024-01-21T07:21:25.352622+0000 mgr.smithi093.jhwfwc (mgr.14180) 1618 : cluster [DBG] pgmap v1050: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:26.961 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:21:28.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:28 smithi143 bash[18953]: cluster 2024-01-21T07:21:27.353389+0000 mgr.smithi093.jhwfwc (mgr.14180) 1619 : cluster [DBG] pgmap v1051: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:28.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:28 smithi093 bash[14068]: cluster 2024-01-21T07:21:27.353389+0000 mgr.smithi093.jhwfwc (mgr.14180) 1619 : cluster [DBG] pgmap v1051: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:30.214 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:21:30.214 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:15.384296Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rknqex on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\nDeploy daemon haproxy.rgw.foo.smithi143.rknqex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.344734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.dcsbrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\nDeploy daemon haproxy.rgw.foo.smithi093.dcsbrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.346664Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ecoatx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:19.348149Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wzhyon on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:21:30.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:30 smithi093 bash[14068]: cluster 2024-01-21T07:21:29.354655+0000 mgr.smithi093.jhwfwc (mgr.14180) 1620 : cluster [DBG] pgmap v1052: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:30.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:30 smithi143 bash[18953]: cluster 2024-01-21T07:21:29.354655+0000 mgr.smithi093.jhwfwc (mgr.14180) 1620 : cluster [DBG] pgmap v1052: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:31.033 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:21:31.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:31 smithi143 bash[18953]: audit 2024-01-21T07:21:30.207421+0000 mgr.smithi093.jhwfwc (mgr.14180) 1621 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:31.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:31 smithi093 bash[14068]: audit 2024-01-21T07:21:30.207421+0000 mgr.smithi093.jhwfwc (mgr.14180) 1621 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:32.034 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:21:32.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:32 smithi093 bash[14068]: cluster 2024-01-21T07:21:31.355930+0000 mgr.smithi093.jhwfwc (mgr.14180) 1622 : cluster [DBG] pgmap v1053: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:32.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:32 smithi143 bash[18953]: cluster 2024-01-21T07:21:31.355930+0000 mgr.smithi093.jhwfwc (mgr.14180) 1622 : cluster [DBG] pgmap v1053: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:34.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:34 smithi143 bash[18953]: cluster 2024-01-21T07:21:33.357007+0000 mgr.smithi093.jhwfwc (mgr.14180) 1623 : cluster [DBG] pgmap v1054: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:34.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:34 smithi143 bash[18953]: audit 2024-01-21T07:21:34.253368+0000 mon.smithi093 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:21:34.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:34 smithi093 bash[14068]: cluster 2024-01-21T07:21:33.357007+0000 mgr.smithi093.jhwfwc (mgr.14180) 1623 : cluster [DBG] pgmap v1054: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:34.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:34 smithi093 bash[14068]: audit 2024-01-21T07:21:34.253368+0000 mon.smithi093 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.93:0/741693340' entity='mgr.smithi093.jhwfwc' 2024-01-21T07:21:35.441 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:21:35.441 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:15.384296Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rknqex on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\nDeploy daemon haproxy.rgw.foo.smithi143.rknqex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.344734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.dcsbrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\nDeploy daemon haproxy.rgw.foo.smithi093.dcsbrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.346664Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ecoatx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:19.348149Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wzhyon on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:21:36.264 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:21:36.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:36 smithi093 bash[14068]: cluster 2024-01-21T07:21:35.358427+0000 mgr.smithi093.jhwfwc (mgr.14180) 1624 : cluster [DBG] pgmap v1055: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:36.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:36 smithi093 bash[14068]: audit 2024-01-21T07:21:35.428864+0000 mgr.smithi093.jhwfwc (mgr.14180) 1625 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:36.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:36 smithi143 bash[18953]: cluster 2024-01-21T07:21:35.358427+0000 mgr.smithi093.jhwfwc (mgr.14180) 1624 : cluster [DBG] pgmap v1055: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:36.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:36 smithi143 bash[18953]: audit 2024-01-21T07:21:35.428864+0000 mgr.smithi093.jhwfwc (mgr.14180) 1625 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:37.265 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:21:38.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:38 smithi143 bash[18953]: cluster 2024-01-21T07:21:37.359761+0000 mgr.smithi093.jhwfwc (mgr.14180) 1626 : cluster [DBG] pgmap v1056: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:38.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:38 smithi093 bash[14068]: cluster 2024-01-21T07:21:37.359761+0000 mgr.smithi093.jhwfwc (mgr.14180) 1626 : cluster [DBG] pgmap v1056: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:40.351 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:21:40.351 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:15.384296Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rknqex on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\nDeploy daemon haproxy.rgw.foo.smithi143.rknqex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.344734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.dcsbrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\nDeploy daemon haproxy.rgw.foo.smithi093.dcsbrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.346664Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ecoatx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:19.348149Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wzhyon on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:21:40.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:40 smithi093 bash[14068]: cluster 2024-01-21T07:21:39.361079+0000 mgr.smithi093.jhwfwc (mgr.14180) 1627 : cluster [DBG] pgmap v1057: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:40.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:40 smithi143 bash[18953]: cluster 2024-01-21T07:21:39.361079+0000 mgr.smithi093.jhwfwc (mgr.14180) 1627 : cluster [DBG] pgmap v1057: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:41.195 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:21:41.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:41 smithi143 bash[18953]: audit 2024-01-21T07:21:40.340148+0000 mgr.smithi093.jhwfwc (mgr.14180) 1628 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:41.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:41 smithi093 bash[14068]: audit 2024-01-21T07:21:40.340148+0000 mgr.smithi093.jhwfwc (mgr.14180) 1628 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:42.196 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid afa04fb2-b828-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T07:21:42.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:42 smithi093 bash[14068]: cluster 2024-01-21T07:21:41.362442+0000 mgr.smithi093.jhwfwc (mgr.14180) 1629 : cluster [DBG] pgmap v1058: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:42.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:42 smithi143 bash[18953]: cluster 2024-01-21T07:21:41.362442+0000 mgr.smithi093.jhwfwc (mgr.14180) 1629 : cluster [DBG] pgmap v1058: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:44.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:44 smithi143 bash[18953]: cluster 2024-01-21T07:21:43.363136+0000 mgr.smithi093.jhwfwc (mgr.14180) 1630 : cluster [DBG] pgmap v1059: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:44.912 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:44 smithi093 bash[14068]: cluster 2024-01-21T07:21:43.363136+0000 mgr.smithi093.jhwfwc (mgr.14180) 1630 : cluster [DBG] pgmap v1059: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:45.378 INFO:teuthology.orchestra.run.smithi093.stdout: 2024-01-21T07:21:45.378 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T06:47:31.045016Z", "last_refresh": "2024-01-21T07:20:02.635968Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T06:47:23.129605Z", "last_refresh": "2024-01-21T07:20:02.545038Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T06:47:27.080377Z", "last_refresh": "2024-01-21T07:20:02.636426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T07:20:11.280917Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.nvukyd on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:15.384296Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi143.rknqex on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi143-rknqex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi143.rknqex\nDeploy daemon haproxy.rgw.foo.smithi143.rknqex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.344734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi093.dcsbrr on smithi093: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi093-dcsbrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi093.dcsbrr\nDeploy daemon haproxy.rgw.foo.smithi093.dcsbrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi093 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T07:21:19.346664Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi143.ecoatx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T07:21:19.348149Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi093.wzhyon on smithi093: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.93/16"}, "status": {"created": "2024-01-21T06:55:51.237582Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.93/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T06:47:21.152489Z", "last_refresh": "2024-01-21T07:20:02.545239Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:06.818105Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T06:49:06.813093Z", "last_refresh": "2024-01-21T07:20:02.545355Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T06:47:29.044393Z", "last_refresh": "2024-01-21T07:20:02.545464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T06:49:50.156419Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T06:49:50.152101Z", "last_refresh": "2024-01-21T07:20:02.545571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T06:47:25.068559Z", "last_refresh": "2024-01-21T07:20:02.636904Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T06:55:51.237291Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T06:56:06.666796Z", "last_refresh": "2024-01-21T07:20:02.545995Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T07:21:46.168 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T07:21:46.169 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-21T07:21:46.456 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a22946c82522414baeebb258d09c013b 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-21T07:21:46.458 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-21T07:21:46.474 INFO:tasks.vip:Removing 10.0.15.93 (and any VIPs) on smithi093.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T07:21:46.474 DEBUG:teuthology.orchestra.run.smithi093:> sudo ip addr del 10.0.15.93/16 dev enp3s0f1 2024-01-21T07:21:46.509 DEBUG:teuthology.orchestra.run.smithi093:> sudo ip addr del 10.0.31.93/16 dev enp3s0f1 2024-01-21T07:21:46.568 INFO:teuthology.orchestra.run.smithi093.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T07:21:46.569 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T07:21:46.570 INFO:tasks.vip:Removing 10.0.15.143 (and any VIPs) on smithi143.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T07:21:46.570 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr del 10.0.15.143/16 dev enp3s0f1 2024-01-21T07:21:46.583 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr del 10.0.31.93/16 dev enp3s0f1 2024-01-21T07:21:46.639 INFO:teuthology.orchestra.run.smithi143.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T07:21:46.640 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T07:21:46.640 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T07:21:46.650 INFO:tasks.cephadm:Teardown begin 2024-01-21T07:21:46.650 DEBUG:teuthology.orchestra.run.smithi093:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T07:21:46.664 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T07:21:46.698 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T07:21:46.698 DEBUG:teuthology.orchestra.run.smithi093:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T07:21:46.718 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T07:21:46.746 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T07:21:46.747 INFO:tasks.cephadm.mon.smithi093:Stopping mon.smithi093... 2024-01-21T07:21:46.747 DEBUG:teuthology.orchestra.run.smithi093:> sudo systemctl stop ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mon.smithi093 2024-01-21T07:21:46.773 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:46 smithi093 bash[14068]: cluster 2024-01-21T07:21:45.364628+0000 mgr.smithi093.jhwfwc (mgr.14180) 1631 : cluster [DBG] pgmap v1060: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:46.774 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:46 smithi093 bash[14068]: audit 2024-01-21T07:21:45.366680+0000 mgr.smithi093.jhwfwc (mgr.14180) 1632 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:46 smithi143 bash[18953]: cluster 2024-01-21T07:21:45.364628+0000 mgr.smithi093.jhwfwc (mgr.14180) 1631 : cluster [DBG] pgmap v1060: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T07:21:46.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:46 smithi143 bash[18953]: audit 2024-01-21T07:21:45.366680+0000 mgr.smithi093.jhwfwc (mgr.14180) 1632 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:21:47.033 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:46 smithi093 systemd[1]: Stopping Ceph mon.smithi093 for afa04fb2-b828-11ee-95b0-87774f69a715... 2024-01-21T07:21:47.033 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:46 smithi093 bash[119610]: Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-mon.smithi093 2024-01-21T07:21:47.033 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:46 smithi093 bash[14068]: debug 2024-01-21T07:21:46.948+0000 7fbfa7f78700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi093 -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-21T07:21:47.033 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Jan 21 07:21:46 smithi093 bash[14068]: debug 2024-01-21T07:21:46.948+0000 7fbfa7f78700 -1 mon.smithi093@0(leader) e2 *** Got Signal Terminated *** 2024-01-21T07:21:47.762 DEBUG:teuthology.orchestra.run.smithi093:> sudo pkill -f 'journalctl -f -n 0 -u ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mon.smithi093.service' 2024-01-21T07:21:47.871 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:21:47.872 INFO:tasks.cephadm.mon.smithi093:Stopped mon.smithi093 2024-01-21T07:21:47.872 INFO:tasks.cephadm.mon.smithi143:Stopping mon.smithi143... 2024-01-21T07:21:47.872 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mon.smithi143 2024-01-21T07:21:48.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:47 smithi143 systemd[1]: Stopping Ceph mon.smithi143 for afa04fb2-b828-11ee-95b0-87774f69a715... 2024-01-21T07:21:48.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:47 smithi143 bash[41512]: Error response from daemon: No such container: ceph-afa04fb2-b828-11ee-95b0-87774f69a715-mon.smithi143 2024-01-21T07:21:48.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:48 smithi143 bash[18953]: debug 2024-01-21T07:21:48.084+0000 7f3f95f19700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi143 -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-21T07:21:48.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 21 07:21:48 smithi143 bash[18953]: debug 2024-01-21T07:21:48.084+0000 7f3f95f19700 -1 mon.smithi143@1(peon) e2 *** Got Signal Terminated *** 2024-01-21T07:21:49.048 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-afa04fb2-b828-11ee-95b0-87774f69a715@mon.smithi143.service' 2024-01-21T07:21:49.105 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:21:49.106 INFO:tasks.cephadm.mon.smithi143:Stopped mon.smithi143 2024-01-21T07:21:49.106 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid afa04fb2-b828-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T07:22:57.771 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid afa04fb2-b828-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T07:24:01.149 DEBUG:teuthology.orchestra.run.smithi093:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T07:24:01.167 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T07:24:01.182 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T07:24:01.183 DEBUG:teuthology.misc:Transferring archived files from smithi093:/var/lib/ceph/afa04fb2-b828-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/7524185/remote/ubuntu@smithi093.front.sepia.ceph.com/crash 2024-01-21T07:24:01.184 DEBUG:teuthology.orchestra.run.smithi093:> sudo tar c -f - -C /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/crash -- . 2024-01-21T07:24:01.232 INFO:teuthology.orchestra.run.smithi093.stderr:tar: /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T07:24:01.233 INFO:teuthology.orchestra.run.smithi093.stderr:tar: Error is not recoverable: exiting now 2024-01-21T07:24:01.234 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/afa04fb2-b828-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/7524185/remote/ubuntu@smithi143.front.sepia.ceph.com/crash 2024-01-21T07:24:01.235 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/crash -- . 2024-01-21T07:24:01.261 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T07:24:01.262 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2024-01-21T07:24:01.263 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T07:24:01.263 DEBUG:teuthology.orchestra.run.smithi093:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T07:24:01.292 INFO:teuthology.orchestra.run.smithi093.stderr:grep: /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T07:24:01.293 INFO:tasks.cephadm:Compressing logs... 2024-01-21T07:24:01.294 DEBUG:teuthology.orchestra.run.smithi093:> 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-21T07:24:01.343 DEBUG:teuthology.orchestra.run.smithi143:> 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-21T07:24:01.357 INFO:teuthology.orchestra.run.smithi143.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-21T07:24:01.383 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi143.ciaoyo.log 2024-01-21T07:24:01.383 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi143.rjujut.log 2024-01-21T07:24:01.384 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mon.smithi143.log 2024-01-21T07:24:01.385 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi143.ciaoyo.log: gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-21T07:24:01.385 INFO:teuthology.orchestra.run.smithi143.stderr: 75.7% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi143.ciaoyo.log.gz 2024-01-21T07:24:01.385 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi143.rjujut.log: /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mon.smithi143.log: gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mgr.smithi143.elwrmh.log 2024-01-21T07:24:01.386 INFO:teuthology.orchestra.run.smithi143.stderr: 77.4% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi143.rjujut.log.gz 2024-01-21T07:24:01.386 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-21T07:24:01.387 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.6.log: /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mgr.smithi143.elwrmh.log: gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-21T07:24:01.387 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T07:24:01.388 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-21T07:24:01.389 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-volume.log: /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.2.log: 2024-01-21T07:24:01.396 INFO:teuthology.orchestra.run.smithi093.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-21T07:24:01.397 INFO:teuthology.orchestra.run.smithi093.stderr:gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mgr.smithi093.jhwfwc.log 2024-01-21T07:24:01.397 INFO:teuthology.orchestra.run.smithi093.stderr:gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-21T07:24:01.398 INFO:teuthology.orchestra.run.smithi093.stderr:gzip /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mgr.smithi093.jhwfwc.log: -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mon.smithi093.log 2024-01-21T07:24:01.398 INFO:teuthology.orchestra.run.smithi093.stderr:gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-21T07:24:01.399 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mon.smithi093.log: /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi093.kistxr.log 2024-01-21T07:24:01.399 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-21T07:24:01.400 INFO:teuthology.orchestra.run.smithi093.stderr:gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T07:24:01.401 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: 90.5% 92.3% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T07:24:01.401 INFO:teuthology.orchestra.run.smithi143.stderr: -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T07:24:01.401 INFO:teuthology.orchestra.run.smithi143.stderr: 93.6% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mgr.smithi143.elwrmh.log.gz 2024-01-21T07:24:01.402 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi093.kistxr.log: /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.7.log 73.0% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi093.kistxr.log.gz 2024-01-21T07:24:01.403 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T07:24:01.404 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi093.giufsb.log 2024-01-21T07:24:01.404 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T07:24:01.405 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi093.giufsb.log: 58.2% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi093.giufsb.log.gz 2024-01-21T07:24:01.414 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/cephadm.log: 92.3% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T07:24:01.426 INFO:teuthology.orchestra.run.smithi093.stderr: 92.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T07:24:01.829 INFO:teuthology.orchestra.run.smithi143.stderr: 93.0% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mon.smithi143.log.gz 2024-01-21T07:24:01.830 INFO:teuthology.orchestra.run.smithi093.stderr: 89.3% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mgr.smithi093.jhwfwc.log.gz 2024-01-21T07:24:02.217 INFO:teuthology.orchestra.run.smithi143.stderr: 93.3% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-21T07:24:02.328 INFO:teuthology.orchestra.run.smithi143.stderr: 93.1% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-21T07:24:02.329 INFO:teuthology.orchestra.run.smithi093.stderr: 93.3% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-21T07:24:02.349 INFO:teuthology.orchestra.run.smithi093.stderr: 93.1% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-21T07:24:02.370 INFO:teuthology.orchestra.run.smithi143.stderr: 93.1% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-21T07:24:02.420 INFO:teuthology.orchestra.run.smithi143.stderr: 93.1% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-21T07:24:02.422 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-21T07:24:02.422 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m1.073s 2024-01-21T07:24:02.422 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m4.141s 2024-01-21T07:24:02.422 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m0.159s 2024-01-21T07:24:02.485 INFO:teuthology.orchestra.run.smithi093.stderr: 90.2% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-mon.smithi093.log.gz 2024-01-21T07:24:02.538 INFO:teuthology.orchestra.run.smithi093.stderr: 93.2% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-21T07:24:02.895 INFO:teuthology.orchestra.run.smithi093.stderr: 93.5% -- replaced with /var/log/ceph/afa04fb2-b828-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-21T07:24:02.896 INFO:teuthology.orchestra.run.smithi093.stderr: 2024-01-21T07:24:02.896 INFO:teuthology.orchestra.run.smithi093.stderr:real 0m1.550s 2024-01-21T07:24:02.896 INFO:teuthology.orchestra.run.smithi093.stderr:user 0m5.880s 2024-01-21T07:24:02.897 INFO:teuthology.orchestra.run.smithi093.stderr:sys 0m0.214s 2024-01-21T07:24:02.897 INFO:tasks.cephadm:Archiving logs... 2024-01-21T07:24:02.898 DEBUG:teuthology.misc:Transferring archived files from smithi093:/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/7524185/remote/ubuntu@smithi093.front.sepia.ceph.com/log 2024-01-21T07:24:02.899 DEBUG:teuthology.orchestra.run.smithi093:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T07:24:03.692 DEBUG:teuthology.misc:Transferring archived files from smithi143:/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/7524185/remote/ubuntu@smithi143.front.sepia.ceph.com/log 2024-01-21T07:24:03.693 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T07:24:04.318 INFO:tasks.cephadm:Removing cluster... 2024-01-21T07:24:04.319 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid afa04fb2-b828-11ee-95b0-87774f69a715 --force 2024-01-21T07:24:05.682 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid afa04fb2-b828-11ee-95b0-87774f69a715 --force 2024-01-21T07:24:07.038 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T07:24:07.039 DEBUG:teuthology.orchestra.run.smithi093:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T07:24:07.072 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T07:24:07.080 INFO:tasks.cephadm:Teardown complete 2024-01-21T07:24:07.081 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-21T07:24:07.091 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi093:/dev/vg_nvme/lv_1... 2024-01-21T07:24:07.091 DEBUG:teuthology.orchestra.run.smithi093:> sudo nvme disconnect -n lv_1 2024-01-21T07:24:07.374 INFO:teuthology.orchestra.run.smithi093.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T07:24:07.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:24:07.376 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi093:/dev/vg_nvme/lv_2... 2024-01-21T07:24:07.377 DEBUG:teuthology.orchestra.run.smithi093:> sudo nvme disconnect -n lv_2 2024-01-21T07:24:07.662 INFO:teuthology.orchestra.run.smithi093.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T07:24:07.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:24:07.664 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi093:/dev/vg_nvme/lv_3... 2024-01-21T07:24:07.664 DEBUG:teuthology.orchestra.run.smithi093:> sudo nvme disconnect -n lv_3 2024-01-21T07:24:07.990 INFO:teuthology.orchestra.run.smithi093.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T07:24:07.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:24:07.992 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi093:/dev/vg_nvme/lv_4... 2024-01-21T07:24:07.992 DEBUG:teuthology.orchestra.run.smithi093:> sudo nvme disconnect -n lv_4 2024-01-21T07:24:08.314 INFO:teuthology.orchestra.run.smithi093.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T07:24:08.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:24:08.316 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2024-01-21T07:24:08.316 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd of=/scratch_devs 2024-01-21T07:24:08.330 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2024-01-21T07:24:08.331 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_1 2024-01-21T07:24:08.625 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T07:24:08.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:24:08.627 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2024-01-21T07:24:08.627 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_2 2024-01-21T07:24:08.921 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T07:24:08.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:24:08.922 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2024-01-21T07:24:08.923 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_3 2024-01-21T07:24:09.181 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T07:24:09.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:24:09.183 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2024-01-21T07:24:09.183 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_4 2024-01-21T07:24:09.461 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T07:24:09.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:24:09.462 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-21T07:24:09.463 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2024-01-21T07:24:09.477 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T07:24:09.487 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T07:24:09.487 DEBUG:teuthology.orchestra.run.smithi093:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T07:24:09.490 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T07:24:09.508 INFO:teuthology.orchestra.run.smithi093.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T07:24:09.509 INFO:teuthology.orchestra.run.smithi093.stdout:============================================================================== 2024-01-21T07:24:09.509 INFO:teuthology.orchestra.run.smithi093.stdout:*hv01.front.sepi 44.4.53.2 2 u 31 128 377 0.080 -0.248 0.075 2024-01-21T07:24:09.509 INFO:teuthology.orchestra.run.smithi093.stdout:+hv02.front.sepi 63.231.80.2 3 u 29 128 377 0.073 1.236 0.074 2024-01-21T07:24:09.509 INFO:teuthology.orchestra.run.smithi093.stdout:+hv03.front.sepi 74.6.168.72 3 u 26 128 377 0.091 -0.155 0.053 2024-01-21T07:24:09.509 INFO:teuthology.orchestra.run.smithi093.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-21T07:24:09.539 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T07:24:09.539 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2024-01-21T07:24:09.539 INFO:teuthology.orchestra.run.smithi143.stdout:*hv01.front.sepi 44.4.53.2 2 u 16 64 377 0.097 -1.575 0.362 2024-01-21T07:24:09.539 INFO:teuthology.orchestra.run.smithi143.stdout:+hv02.front.sepi 63.231.80.2 3 u 19 64 377 0.104 0.110 0.556 2024-01-21T07:24:09.540 INFO:teuthology.orchestra.run.smithi143.stdout:+hv03.front.sepi 74.6.168.72 3 u 5 64 377 0.095 -2.019 0.571 2024-01-21T07:24:09.540 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-21T07:24:09.541 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T07:24:09.550 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T07:24:09.551 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T07:24:09.561 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T07:24:09.611 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T07:24:09.620 INFO:teuthology.task.internal:Duration was 2640.721132 seconds 2024-01-21T07:24:09.620 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T07:24:09.629 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T07:24:09.630 DEBUG:teuthology.orchestra.run.smithi093:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T07:24:09.632 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T07:24:09.690 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T07:24:09.690 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi093.front.sepia.ceph.com 2024-01-21T07:24:09.690 DEBUG:teuthology.orchestra.run.smithi093:> 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-21T07:24:09.735 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2024-01-21T07:24:09.735 DEBUG:teuthology.orchestra.run.smithi143:> 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-21T07:24:09.750 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T07:24:09.750 DEBUG:teuthology.orchestra.run.smithi093:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T07:24:09.779 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T07:24:09.865 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T07:24:09.865 DEBUG:teuthology.orchestra.run.smithi093:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T07:24:09.868 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T07:24:10.075 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T07:24:10.087 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T07:24:10.088 DEBUG:teuthology.orchestra.run.smithi093:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T07:24:10.104 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T07:24:10.121 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T07:24:10.137 DEBUG:teuthology.orchestra.run.smithi093:> 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-21T07:24:10.147 DEBUG:teuthology.orchestra.run.smithi143:> 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-21T07:24:10.159 INFO:teuthology.orchestra.run.smithi093.stdout:kernel.core_pattern = core 2024-01-21T07:24:10.179 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2024-01-21T07:24:10.201 DEBUG:teuthology.orchestra.run.smithi093:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T07:24:10.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:24:10.247 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T07:24:10.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:24:10.254 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T07:24:10.265 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T07:24:10.266 DEBUG:teuthology.misc:Transferring archived files from smithi093:/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/7524185/remote/smithi093 2024-01-21T07:24:10.266 DEBUG:teuthology.orchestra.run.smithi093:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T07:24:10.330 DEBUG:teuthology.misc:Transferring archived files from smithi143:/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/7524185/remote/smithi143 2024-01-21T07:24:10.331 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T07:24:10.361 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T07:24:10.361 DEBUG:teuthology.orchestra.run.smithi093:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T07:24:10.367 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T07:24:10.407 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T07:24:10.419 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T07:24:10.419 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T07:24:10.431 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T07:24:10.431 DEBUG:teuthology.orchestra.run.smithi093:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T07:24:10.434 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T07:24:10.439 INFO:teuthology.orchestra.run.smithi093.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 07:24 /home/ubuntu/cephtest 2024-01-21T07:24:10.456 INFO:teuthology.orchestra.run.smithi143.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 07:24 /home/ubuntu/cephtest 2024-01-21T07:24:10.468 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T07:24:10.478 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T07:24:10.501 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T07:24:10.530 DEBUG:teuthology.nuke:shortname: smithi093 2024-01-21T07:24:10.530 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T07:24:10.552 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi093.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/7524185', '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 06:30:59.096969', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-21T07:24:10.556 DEBUG:teuthology.nuke:shortname: smithi143 2024-01-21T07:24:10.556 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T07:24:10.579 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.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/7524185', '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 06:30:59.098806', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-21T07:24:10.604 INFO:teuthology.orchestra.console.smithi093:Power off 2024-01-21T07:24:10.604 DEBUG:teuthology.orchestra.console.smithi093:pexpect command: ipmitool -H smithi093.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T07:24:10.629 DEBUG:teuthology.orchestra.console.smithi093:power off output: Chassis Power Control: Down/Off 2024-01-21T07:24:10.629 DEBUG:teuthology.orchestra.console.smithi093:pexpect command: ipmitool -H smithi093.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:24:10.648 INFO:teuthology.orchestra.console.smithi143:Power off 2024-01-21T07:24:10.649 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T07:24:10.659 DEBUG:teuthology.orchestra.console.smithi093:check power output: Chassis Power is on 2024-01-21T07:24:10.672 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2024-01-21T07:24:10.672 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:24:10.697 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-01-21T07:24:14.660 DEBUG:teuthology.orchestra.console.smithi093:pexpect command: ipmitool -H smithi093.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:24:14.698 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:24:14.770 DEBUG:teuthology.orchestra.console.smithi093:check power output: Chassis Power is on 2024-01-21T07:24:14.807 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-01-21T07:24:18.772 DEBUG:teuthology.orchestra.console.smithi093:pexpect command: ipmitool -H smithi093.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:24:18.809 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:24:18.882 DEBUG:teuthology.orchestra.console.smithi093:check power output: Chassis Power is on 2024-01-21T07:24:18.919 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2024-01-21T07:24:19.020 INFO:teuthology.orchestra.console.smithi143:Power off completed 2024-01-21T07:24:22.884 DEBUG:teuthology.orchestra.console.smithi093:pexpect command: ipmitool -H smithi093.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:24:22.994 DEBUG:teuthology.orchestra.console.smithi093:check power output: Chassis Power is off 2024-01-21T07:24:23.095 INFO:teuthology.orchestra.console.smithi093:Power off completed 2024-01-21T07:24:23.199 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 2640.721132040024 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a22946c82522414baeebb258d09c013b status: fail success: false 2024-01-21T07:24:23.199 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T07:24:23.287 INFO:teuthology.run:FAIL